791 Commits

Author SHA1 Message Date
b1c67b86a9 Fixed test break. 2013-07-28 17:27:16 -04:00
e433c98ed4 Fixes #599 2013-07-23 22:01:16 -04:00
915a3cd779 Fixes #653: use boolean type to indicate boolean attributes. 2013-07-23 20:45:14 -04:00
6f4e2c9b3c Fixes #647 2013-07-21 19:10:29 -04:00
dacee193fa test break fix. 2013-07-21 13:23:00 -04:00
7eb33d65c6 Refactored Sort. 2013-07-21 13:20:47 -04:00
9aa7b26184 Added LinkSorter. 2013-07-20 07:28:22 -04:00
ac8801bc63 Added SortTest 2013-07-19 20:40:51 -04:00
e15938474c Refactored console commands. 2013-07-18 18:21:21 -04:00
a6cd7b72bb refactored helper organization. 2013-07-17 20:45:36 -04:00
7ebbc46a5b Fixed wrong class uses. 2013-07-17 20:14:43 -04:00
0778937097 disabled asset test temporarily. 2013-07-16 21:43:35 -04:00
0affeb1f84 Fixed test break. 2013-07-09 09:37:29 -04:00
aa31b56aaf Finished unit test of ActiveDataProvider. 2013-07-09 09:34:45 -04:00
53a1f9608a Added unit test for ActiveDataProvider. 2013-07-09 08:47:19 -04:00
f03cdf0a47 renamed Command::queryRow() to queryOne(). 2013-07-09 08:01:10 -04:00
aa568aacb5 Added support for using callables as "ActiveQuery::indexBy". 2013-07-08 21:25:00 -04:00
c3df0beecd changed parameter ordering. 2013-07-07 09:46:14 -04:00
e105f1ae7c Merge branch 'master' of github.com:yiisoft/yii2 2013-07-06 21:20:56 -04:00
ba6c10eb30 Yii debugger WIP 2013-07-06 21:20:49 -04:00
2fdfacc918 Unit test "AutoTimestampTest" has been reworked to use static model class. 2013-07-06 16:04:24 +03:00
09d84f11a7 Unit test for "yii\behaviors\AutoTimestamp" has been created 2013-07-06 00:07:39 +03:00
f2e57b2eec Fixed test breaks. 2013-07-02 22:19:05 -04:00
0845f4b183 Enhanced ArrayHelper::toArray() 2013-06-28 07:07:18 -04:00
71a156ebdf Added itemOptions for Html::ol 2013-06-25 16:16:36 -04:00
d87afeb496 encode checkbox and radio list by default. 2013-06-25 16:12:18 -04:00
d5bd9853ea Added Html::ol() and Html::ul() 2013-06-25 13:53:20 -04:00
3eccd850fe Added Formatter::nullDisplay. 2013-06-25 11:32:16 -04:00
477fd5fbc5 Add spaceless widget. 2013-06-20 19:59:46 +06:00
9bb0ce4b1c Html helper pure HTML 5 mode without support old standarts 2013-06-19 20:14:40 +04:00
11c14a20e9 Simplified button signature. 2013-06-19 08:54:09 -04:00
3e18479d1f Fixes issue #545: PageCache doesn't work. 2013-06-17 00:48:05 -04:00
f18d6df625 Revert "Merge pull request #548 from cebe/action-response"
This reverts commit 9d7597d61a51ae7030b667f740c2a97471cf7f6e, reversing
changes made to 6b6390f72b6a6010cfbe614aab236a90d10b1a00.
2013-06-16 19:45:58 -04:00
71782b344e Changed existing code to match the changes regarding response 2013-06-16 18:52:56 +02:00
2369019d22 Fixed test break. 2013-06-15 15:56:37 -04:00
3ec9553654 Fixed test break. 2013-06-15 15:54:26 -04:00
5a8e4b648b Added XmlResponseFormatter. 2013-06-15 15:19:00 -04:00
17b1e5d2fc Fixes issue #234: Added Html::addCssClass() and removeCssClass(). 2013-06-11 16:35:14 -04:00
531ca690eb refactored the message command. 2013-06-11 15:01:59 -04:00
05cca15459 Removed "fileTypes" option. 2013-06-11 14:14:36 -04:00
7c9f74722c "yii\console\controllers\MessageController" has been fixed. 2013-06-11 20:15:37 +03:00
41d1a35497 Merge branch 'master' of github.com:yiisoft/yii2 into message-command 2013-06-11 19:49:38 +03:00
9d3c9db49d Fixed test breaks. 2013-06-11 11:58:31 -04:00
a8d2eded98 Fixing test breaks. 2013-06-11 11:23:33 -04:00
040db44fbd refactored FileHelper. 2013-06-11 11:07:43 -04:00
d8b6335deb Merge pull request #523 from klimov-paul/file-helper
FileHelper port from 1.1.x
2013-06-11 05:03:33 -07:00
1df859cfa1 typo: primarykey -> primaryKey 2013-06-10 23:17:41 +02:00
ad218c6719 moved HttpException to web. 2013-06-10 17:08:26 -04:00
f14774dfb6 Fixes issue #276: Enable Response::sendFile() to operate on resources 2013-06-10 16:37:35 -04:00
7697f21592 "filter" callback option has been added to "yii\helpers\base\FileHelper::findFiles()". 2013-06-10 23:36:22 +03:00