Commit Graph

2997 Commits

Author SHA1 Message Date
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
Qiang Xue
2b507253aa Merge pull request #2225 from thiagotalma/master
Allow to set an attribute as the value of the cell, unlike the column attribute
2014-01-30 13:36:44 -08:00
Paul Klimov
04f381eba0 Merge branch 'master' of github.com:yiisoft/yii2 2014-01-30 23:12:17 +02:00
Qiang Xue
afefcd6ebe support form submission by pjax. 2014-01-30 16:04:31 -05:00
Qiang Xue
1367a7b560 update pjax plugin to 1.8.0 2014-01-30 16:03:39 -05:00
Paul Klimov
518954dafe Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-30 23:03:05 +02:00
Thiago Talma
8c49dabb1b Change condition 2014-01-30 17:04:16 -02:00
Thiago Talma
5a2323346d Test if value is instance of \Closure 2014-01-30 17:01:26 -02:00
Thiago Talma
f906b3a10b Adjust doc 2014-01-30 16:02:24 -02:00
Thiago Talma
a35fcbbf92 Adjust tab as space 2014-01-30 15:56:44 -02:00
Thiago Talma
632a537ab8 Allow to set an attribute as the value of the cell, unlike the column attribute. 2014-01-30 15:51:09 -02:00
Asetss
7e94383bd3 kazakh language 2014-01-30 16:09:48 +04:00