Commit Graph

7547 Commits

Author SHA1 Message Date
Thiago Talma
2a3c87b746 Merge branch 'master' of https://github.com/yiisoft/yii2 2014-02-04 15:12:40 -02:00
Mark
1caa22d79d docs fix 2014-02-04 21:02:09 +04:00
Mark
663e898ba7 fixed docs, added checks 2014-02-04 21:00:52 +04:00
Qiang Xue
87b49414b1 Fixed globalOptions array issue. 2014-02-04 11:20:11 -05:00
Mark
cb8fc55a66 removed suffix, since it will be applied later in getFixturesConfig method. 2014-02-04 20:04:00 +04:00
Mark
91a957251d method names fixed 2014-02-04 20:00:52 +04:00
Mark
a4d967ca40 added docs 2014-02-04 19:59:10 +04:00
Mark
14d303d479 added suffix 2014-02-04 19:56:01 +04:00
Mark
0e3fae36a4 added globalFixtures option 2014-02-04 19:54:45 +04:00
Qiang Xue
ce2f58f04f Merge pull request #2312 from Ragazzo/faker_controller_improved
Faker controller improved
2014-02-04 07:27:38 -08:00
Qiang Xue
9669b321a6 Removed duplicated getAlias call. 2014-02-04 10:22:50 -05:00
Mark
3d6529efe1 fixed docs 2014-02-04 18:32:43 +04:00
Mark
9cf8d7df6f faker extension fixed 2014-02-04 18:30:19 +04:00
Qiang Xue
9779e9c98d Added support for using arrays as option values for console commands 2014-02-04 08:40:05 -05:00
Qiang Xue
bb2256a723 Fixes #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue) 2014-02-04 08:30:27 -05:00
Qiang Xue
00f34f390a Fixes #2303: Fixed the bug that yii\base\Theme::pathMap did not support dynamic update with path aliases 2014-02-04 07:40:57 -05:00
Qiang Xue
69ad923831 Merge pull request #2304 from Ragazzo/fixture_controller_improved
controller improved
2014-02-04 04:32:02 -08:00
Carsten Brandt
023daf2583 Merge pull request #2305 from Ragazzo/debug_module_changelog
debug changelog
2014-02-04 04:25:21 -08:00
Mark
67d323a13b debug changelog 2014-02-04 16:18:23 +04:00
Mark
ff987aa4b2 controller improved 2014-02-04 16:09:57 +04:00
Alexander Makarov
5d7e7f4d91 Moved creating user to static method of the model 2014-02-04 13:31:26 +04:00
Alexander Makarov
b8f14b06d5 Merge branch 'master'
Conflicts:
	framework/db/BaseActiveRecord.php
2014-02-04 13:26:09 +04:00
Carsten Brandt
c07521f4bb fixed broken link in the docs 2014-02-04 03:43:49 +01:00
Qiang Xue
cfc8a613f2 minor fix. 2014-02-03 21:27:18 -05:00
Carsten Brandt
5b3830080c fixed bootstrap renderer guide links
fixes #2254
2014-02-04 03:25:11 +01:00
Qiang Xue
11bc899bc1 Refactored fixtures and fixed test break. 2014-02-03 21:16:57 -05:00
Qiang Xue
c2fef048a5 typo fix [skip ci] 2014-02-03 17:02:21 -05:00
Qiang Xue
8a5b131ee4 doc fix. 2014-02-03 16:59:57 -05:00
Qiang Xue
ccae78ef33 Fixed test break. 2014-02-03 16:56:34 -05:00
Qiang Xue
b14ca5c6ba Merge pull request #2296 from mitalcoi/patch-2
Update console-fixture.md
2014-02-03 13:53:55 -08:00
Qiang Xue
cafdebb55c CS fix. doc fix. 2014-02-03 16:53:03 -05:00
Sorokin Victor
4051d7c502 Update console-fixture.md 2014-02-03 23:49:45 +02:00
Qiang Xue
7863a0ff24 Merge pull request #2279 from Ragazzo/fixtures_controller_improvements
Fixtures controller improvements
2014-02-03 13:26:28 -08:00
Qiang Xue
2773828611 fixed test break. 2014-02-03 15:28:01 -05:00
Mark
2ed30dfeb8 fixed docs in controller 2014-02-03 23:20:16 +04:00
Mark
b133c6c39c docs improved 2014-02-03 23:17:19 +04:00
Qiang Xue
56f89dd492 doc fix. 2014-02-03 14:15:19 -05:00
Qiang Xue
e19245a36c Merge pull request #2251 from thiagotalma/master
Allow multilevel dropdown.
2014-02-03 11:13:42 -08:00
Qiang Xue
5f4b58763a Merge pull request #2293 from Ragazzo/fixture_trait_fix
moved magic methods
2014-02-03 11:12:54 -08:00
Mark
13e85adc8e moved magic methods 2014-02-03 22:58:08 +04:00
Mark
932fc22410 docs fix 2014-02-03 22:52:53 +04:00
Mark
7522b3bc92 added docs, command fix 2014-02-03 22:49:21 +04:00
Sergey Gonimar
201422a723 Fix url for db panel. 2014-02-04 00:24:56 +06:00
Mark
416adcaebf removed fixturePath, improved console command 2014-02-03 22:23:38 +04:00
Sergey Gonimar
29d2eeca2e Fix url for db panel. 2014-02-03 23:08:31 +05:00
Qiang Xue
86c6d744ed label fix. 2014-02-03 11:58:04 -05:00
Qiang Xue
a89d0db5a2 Merge pull request #2282 from Ragazzo/debug_module_feature
added total queries monitoring
2014-02-03 08:41:00 -08:00
Mark
4742514570 method renamed, more php-docs added 2014-02-03 20:35:08 +04:00
Mark
717d2641a8 changed setting name, fixed php-docs 2014-02-03 20:23:46 +04:00
Larry Ullman
81042fc195 Fleshed out event documentation
Still needs an introduction and there are some questions to be
answered. Probably ought to demonstrate the code in an event handling
function.
2014-02-03 11:23:44 -05:00