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
a5480de852
Test case "FileHelperTest::testGetMimeTypeByExtension()" has been added.
2013-06-10 22:22:44 +03:00
8f7a783757
Method "yii\helpers\base\FileHelper::mkdir()" has been added.
2013-06-10 22:15:03 +03:00
f416a36648
"FileHelperTest" has been advanced.
2013-06-10 22:07:19 +03:00
539864f435
"FileHelperTest" has been refactored.
2013-06-10 21:33:53 +03:00
dfda6663f6
Method "yii\helpers\base\FileHelper::findFiles()" has been added.
2013-06-10 20:57:17 +03:00
ef60ec56a3
Method "yii\helpers\base\FileHelper::removeDirectory()" has been added.
2013-06-10 20:28:26 +03:00
e2f7b99f16
Unit test for "yii\helpers\base\FileHelper" has been created.
2013-06-10 20:22:34 +03:00
44f78f04df
Merge pull request #519 from gevik/issue-466
...
Issue 466 (add/drop PrimaryKeys)
2013-06-09 14:41:08 -07:00
f667b5785b
- Added drop/add primary key methods to Command.php
...
- Added drop/add primary key methods to QueryBuilder.php
- Added mysql specific dropPrimarykey method
- Added sqlite specific dropPrimarykey and addPrimaryKey methods
- Added uint testing for dropPrimarykey and addPrimaryKey methods
- Corrected postgresql column types, by adding length and precision
2013-06-09 18:27:09 +02:00
ef5afef7b2
Fixed test break.
2013-06-09 10:32:29 -04:00
04848a45c9
Default action of "yii\console\controllers\MessageController" has been renamed to "generate".
2013-06-09 16:10:59 +03:00
4a164f8afa
Action "template" has been added to "yii\console\controllers\MessageController".
2013-06-09 16:07:03 +03:00
a5e903f252
Unit test for "yii\console\controllers\MessageController" has been created.
2013-06-09 15:04:58 +03:00
51972f2557
Merge pull request #505 from gevik/pgsql-driver
...
Pgsql driver implementation (update 4)
2013-06-07 14:13:39 -07:00
b6d5a9002b
Removed the config setting that should not have been commited.
2013-06-07 23:01:01 +02:00
b455f2c97a
Fixed test break.
2013-06-07 08:08:40 -04:00