Commit Graph

3008 Commits

Author SHA1 Message Date
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
Alexander Makarov
d9d36006a7 Fixed default scenario constant in docs 2014-02-02 19:09:33 +04:00
Mark
5e33a17b6a fixed active fixtures classes 2014-02-02 16:36:43 +04:00
Mark
b892ffc80b fixtures controller improved 2014-02-02 16:34:47 +04:00
Carsten Brandt
214f66a8c1 skip exiting in test env.
see 0cfd41a21a (commitcomment-5238567)
issue #2233
2014-02-01 19:53:01 +01:00
Vladimir Zbrailov
d017567273 override create 2014-02-01 22:31:13 +04:00
Qiang Xue
831ccca169 Merge pull request #2259 from Asetss/master
fix kazakh translation
2014-02-01 07:40:12 -08:00
Asetss
8d89b014a1 fix kazakh translate 2014-02-01 18:46:34 +04:00
Qiang Xue
b64f618545 refactored file validator. 2014-02-01 09:15:40 -05:00
Vladimir Zbrailov
903f5618fe Added typecast database types into php types 2014-02-01 12:57:40 +04:00
Qiang Xue
807223efbf Fixes #1412 2014-01-31 21:48:46 -05:00
Qiang Xue
a4a72033d6 Fixes #1412: FileValidator still triggers uploadRequired error in some case when skipOnEmpty is true and no upload is provided 2014-01-31 17:19:56 -05:00
Alexander Makarov
17ca07fd44 More consistent usage of MessageFormatter::tokenizePattern 2014-02-01 02:08:41 +04:00
Alexander Makarov
b21fd298c5 Fixed minor coding style issues 2014-02-01 01:18:38 +04:00
Alexander Makarov
91444b20c8 #2248: Renamed yii\base\Model::DEFAULT_SCENARIO to yii\base\Model::SCENARIO_DEFAULT 2014-02-01 01:06:08 +04:00
vova07
efaaec1cbf Improved to support aliases. Fixes #2240. 2014-01-31 19:48:49 +02:00
Carsten Brandt
0cfd41a21a let application exit with code 1 on error/exception in console
fixes #2233
2014-01-31 15:01:05 +01:00
Qiang Xue
ff521fd7e0 updated pjax doc. 2014-01-30 22:38:42 -05:00
Qiang Xue
07c7236bc7 GridView filter now works with Pjax. 2014-01-30 22:04:47 -05:00
Qiang Xue
e63a82471d Added Pjax::scrollTo. 2014-01-30 21:12:39 -05:00