Sorokin Victor
|
a73953c05b
|
Update FixtureController.php
typo fix
|
2014-02-06 16:22:39 +02:00 |
|
Qiang Xue
|
076c7cd38c
|
Fixes #2310
|
2014-02-05 22:45:52 -05:00 |
|
Qiang Xue
|
fb4b0ae98d
|
The scripts in asset bundles are now registered in View at the end of endBody(). It was done in endPage() previously
|
2014-02-05 22:45:26 -05:00 |
|
Qiang Xue
|
73dff0146c
|
doc improvement [skip ci]
|
2014-02-05 21:33:32 -05:00 |
|
Qiang Xue
|
e70817e887
|
Fixes #2336.
|
2014-02-05 21:18:53 -05:00 |
|
Qiang Xue
|
0994615851
|
removed duplicated query parameters.
|
2014-02-05 21:08:13 -05:00 |
|
Qiang Xue
|
13b7c8e866
|
refactored Pjax. Added title change support. [skip ci]
|
2014-02-05 20:49:38 -05:00 |
|
Qiang Xue
|
a872d60503
|
Fixes #2335.
|
2014-02-05 16:08:39 -05:00 |
|
Alexander Makarov
|
eb3c6866dd
|
Removed unused variable
|
2014-02-06 00:46:50 +04:00 |
|
Qiang Xue
|
2dc341f893
|
not sending csrf header in ajax response.
|
2014-02-05 14:29:29 -05:00 |
|
Alexander Makarov
|
97917e6580
|
Revert "Added yii\base\Module::getParam($name, $defaultValue = null) to conveniently work with application parameters"
This reverts commit 3b95aa9cd1.
|
2014-02-05 23:18:36 +04:00 |
|
Alexander Makarov
|
9c0572bff9
|
Fixed $model->load($data) returned true if $data and formName were empty
|
2014-02-05 22:08:47 +04:00 |
|
Alexander Makarov
|
3b95aa9cd1
|
Added yii\base\Module::getParam($name, $defaultValue = null) to conveniently work with application parameters
|
2014-02-05 18:20:21 +04:00 |
|
Alexander Makarov
|
b44e653c63
|
Merge pull request #2325 from infoza/master
Adding support for the X-HTTP-Method-Override header
|
2014-02-05 15:37:01 +03:00 |
|
pzaremba
|
7d96de6619
|
one more revert.
|
2014-02-05 13:30:32 +01:00 |
|
pzaremba
|
75ae3db906
|
Reverted changes unrelated to issue #2325
|
2014-02-05 13:27:15 +01:00 |
|
pzaremba
|
9b96338a63
|
Revert "fixing wrapping - my NetBeans has a mind of its own."
This reverts commit 80be824fc7.
|
2014-02-05 13:24:01 +01:00 |
|
pzaremba
|
80be824fc7
|
fixing wrapping - my NetBeans has a mind of its own.
|
2014-02-05 12:32:59 +01:00 |
|
pzaremba
|
0bf39f6e98
|
Adding support for the X-HTTP-Method-Override header.
|
2014-02-05 12:28:24 +01:00 |
|
Qiang Xue
|
646e371b44
|
Fixes #1812: Hide potential warning message due to race condition occurring to Session::regenerateID() call
|
2014-02-04 17:02:32 -05:00 |
|
Qiang Xue
|
fbd7ea735d
|
Merge pull request #2313 from Ragazzo/fixture_controller_global_fixtures_option
Fixture controller global fixtures option
|
2014-02-04 10:10:46 -08: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
|
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
|
9669b321a6
|
Removed duplicated getAlias call.
|
2014-02-04 10:22:50 -05: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 |
|
Mark
|
ff987aa4b2
|
controller improved
|
2014-02-04 16:09:57 +04:00 |
|
Qiang Xue
|
cfc8a613f2
|
minor fix.
|
2014-02-03 21:27:18 -05: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
|
cafdebb55c
|
CS fix. doc fix.
|
2014-02-03 16:53:03 -05: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
|
13e85adc8e
|
moved magic methods
|
2014-02-03 22:58:08 +04:00 |
|
Mark
|
7522b3bc92
|
added docs, command fix
|
2014-02-03 22:49:21 +04:00 |
|
Mark
|
416adcaebf
|
removed fixturePath, improved console command
|
2014-02-03 22:23:38 +04:00 |
|
Carsten Brandt
|
4a9f47bedd
|
refactored sphinx and db AR to call parent implementation of populateRecord()
|
2014-02-03 14:12:03 +01:00 |
|
Carsten Brandt
|
16e1aff41b
|
renamed ActiveRecord::create() to populateRecord()
- refactored elasticsearch AR to make type and index available in
instantiate(), issue #1313
fixes #2281
|
2014-02-03 14:07:12 +01:00 |
|
Qiang Xue
|
266aadd230
|
Only treat 32bit signed integers as integers so that 32bit clients won’t have trouble.
|
2014-02-02 17:18:03 -05:00 |
|
Qiang Xue
|
8001d2348c
|
refactored ActiveRecord::create().
|
2014-02-02 15:00:54 -05:00 |
|
Qiang Xue
|
6cf7d87cb4
|
Merge pull request #2263 from dizews/convert-database-type-to-php
Convert database type to php
|
2014-02-02 11:55:49 -08:00 |
|
Vladimir Zbrailov
|
a97f6387f9
|
added check column
|
2014-02-02 22:36:56 +04:00 |
|
Carsten Brandt
|
3bc5dbed82
|
added doc example to gridview column classes
fixes #2276
|
2014-02-02 18:29:21 +01:00 |
|
Mark
|
19d45b9a1e
|
fixed command and docs
|
2014-02-02 20:55:47 +04:00 |
|
Vladimir Zbrailov
|
0e0acb2731
|
added inherit doc block and task number
|
2014-02-02 20:22:56 +04:00 |
|