Qiang Xue
aa568aacb5
Added support for using callables as "ActiveQuery::indexBy".
12 years ago
Qiang Xue
c3df0beecd
changed parameter ordering.
12 years ago
Qiang Xue
ba6c10eb30
Yii debugger WIP
12 years ago
Klimov Paul
2fdfacc918
Unit test "AutoTimestampTest" has been reworked to use static model class.
12 years ago
Klimov Paul
09d84f11a7
Unit test for "yii\behaviors\AutoTimestamp" has been created
12 years ago
Qiang Xue
f2e57b2eec
Fixed test breaks.
12 years ago
Qiang Xue
0845f4b183
Enhanced ArrayHelper::toArray()
12 years ago
Qiang Xue
71a156ebdf
Added itemOptions for Html::ol
12 years ago
Qiang Xue
d87afeb496
encode checkbox and radio list by default.
12 years ago
Qiang Xue
d5bd9853ea
Added Html::ol() and Html::ul()
12 years ago
Qiang Xue
3eccd850fe
Added Formatter::nullDisplay.
12 years ago
resurtm
477fd5fbc5
Add spaceless widget.
12 years ago
Alexander Kochetov
9bb0ce4b1c
Html helper pure HTML 5 mode without support old standarts
12 years ago
Qiang Xue
11c14a20e9
Simplified button signature.
12 years ago
Qiang Xue
3e18479d1f
Fixes issue #545 : PageCache doesn't work.
12 years ago
Qiang Xue
f18d6df625
Revert "Merge pull request #548 from cebe/action-response"
...
This reverts commit 9d7597d61a
, reversing
changes made to 6b6390f72b
.
12 years ago
Carsten Brandt
71782b344e
Changed existing code to match the changes regarding response
12 years ago
Qiang Xue
2369019d22
Fixed test break.
12 years ago
Qiang Xue
3ec9553654
Fixed test break.
12 years ago
Qiang Xue
5a8e4b648b
Added XmlResponseFormatter.
12 years ago
Qiang Xue
17b1e5d2fc
Fixes issue #234 : Added Html::addCssClass() and removeCssClass().
12 years ago
Qiang Xue
531ca690eb
refactored the message command.
12 years ago
Qiang Xue
05cca15459
Removed "fileTypes" option.
12 years ago
Klimov Paul
7c9f74722c
"yii\console\controllers\MessageController" has been fixed.
12 years ago
Qiang Xue
9d3c9db49d
Fixed test breaks.
12 years ago
Qiang Xue
a8d2eded98
Fixing test breaks.
12 years ago
Qiang Xue
040db44fbd
refactored FileHelper.
12 years ago
Carsten Brandt
1df859cfa1
typo: primarykey -> primaryKey
12 years ago
Qiang Xue
ad218c6719
moved HttpException to web.
12 years ago
Qiang Xue
f14774dfb6
Fixes issue #276 : Enable Response::sendFile() to operate on resources
12 years ago
Klimov Paul
7697f21592
"filter" callback option has been added to "yii\helpers\base\FileHelper::findFiles()".
12 years ago
Klimov Paul
a5480de852
Test case "FileHelperTest::testGetMimeTypeByExtension()" has been added.
12 years ago
Klimov Paul
8f7a783757
Method "yii\helpers\base\FileHelper::mkdir()" has been added.
12 years ago
Klimov Paul
f416a36648
"FileHelperTest" has been advanced.
12 years ago
Klimov Paul
539864f435
"FileHelperTest" has been refactored.
12 years ago
Klimov Paul
dfda6663f6
Method "yii\helpers\base\FileHelper::findFiles()" has been added.
12 years ago
Klimov Paul
ef60ec56a3
Method "yii\helpers\base\FileHelper::removeDirectory()" has been added.
12 years ago
Klimov Paul
e2f7b99f16
Unit test for "yii\helpers\base\FileHelper" has been created.
12 years ago
gevik
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
12 years ago
Qiang Xue
ef5afef7b2
Fixed test break.
12 years ago
Klimov Paul
04848a45c9
Default action of "yii\console\controllers\MessageController" has been renamed to "generate".
12 years ago
Klimov Paul
4a164f8afa
Action "template" has been added to "yii\console\controllers\MessageController".
12 years ago
Klimov Paul
a5e903f252
Unit test for "yii\console\controllers\MessageController" has been created.
12 years ago
gevik
b6d5a9002b
Removed the config setting that should not have been commited.
12 years ago
Qiang Xue
b455f2c97a
Fixed test break.
12 years ago
Gevik Babakhani
0fd390cac5
Replaces spaces with tabs.
12 years ago
Qiang Xue
0a9fffba8f
fixed test break.
12 years ago
Klimov Paul
ec8fecb8b0
Check output bundle file format has been added to "AssetControllerTest::testActionCompress()" unit test.
12 years ago
Carsten Brandt
e94cc6bb9e
unit test for UrlManager RESTful routing syntax
...
removed test param 'appClass' as it does not make sense to configure
application class for all tests, some explicitly need webapp where
some might explicitly need console app.
12 years ago
Carsten Brandt
af68ee9d27
Sqlite unit test for abstract db types
12 years ago