Qiang Xue
71a156ebdf
Added itemOptions for Html::ol
2013-06-25 16:16:36 -04:00
Qiang Xue
d87afeb496
encode checkbox and radio list by default.
2013-06-25 16:12:18 -04:00
Qiang Xue
d5bd9853ea
Added Html::ol() and Html::ul()
2013-06-25 13:53:20 -04:00
Qiang Xue
3eccd850fe
Added Formatter::nullDisplay.
2013-06-25 11:32:16 -04:00
resurtm
477fd5fbc5
Add spaceless widget.
2013-06-20 19:59:46 +06:00
Alexander Kochetov
9bb0ce4b1c
Html helper pure HTML 5 mode without support old standarts
2013-06-19 20:14:40 +04:00
Qiang Xue
11c14a20e9
Simplified button signature.
2013-06-19 08:54:09 -04:00
Qiang Xue
3e18479d1f
Fixes issue #545 : PageCache doesn't work.
2013-06-17 00:48:05 -04:00
Qiang Xue
f18d6df625
Revert "Merge pull request #548 from cebe/action-response"
...
This reverts commit 9d7597d61a , reversing
changes made to 6b6390f72b .
2013-06-16 19:45:58 -04:00
Carsten Brandt
71782b344e
Changed existing code to match the changes regarding response
2013-06-16 18:52:56 +02:00
Qiang Xue
2369019d22
Fixed test break.
2013-06-15 15:56:37 -04:00
Qiang Xue
3ec9553654
Fixed test break.
2013-06-15 15:54:26 -04:00
Qiang Xue
5a8e4b648b
Added XmlResponseFormatter.
2013-06-15 15:19:00 -04:00
Qiang Xue
17b1e5d2fc
Fixes issue #234 : Added Html::addCssClass() and removeCssClass().
2013-06-11 16:35:14 -04:00
Qiang Xue
531ca690eb
refactored the message command.
2013-06-11 15:01:59 -04:00
Qiang Xue
05cca15459
Removed "fileTypes" option.
2013-06-11 14:14:36 -04:00
Klimov Paul
7c9f74722c
"yii\console\controllers\MessageController" has been fixed.
2013-06-11 20:15:37 +03:00
Klimov Paul
41d1a35497
Merge branch 'master' of github.com:yiisoft/yii2 into message-command
2013-06-11 19:49:38 +03:00
Qiang Xue
9d3c9db49d
Fixed test breaks.
2013-06-11 11:58:31 -04:00
Qiang Xue
a8d2eded98
Fixing test breaks.
2013-06-11 11:23:33 -04:00
Qiang Xue
040db44fbd
refactored FileHelper.
2013-06-11 11:07:43 -04:00
Qiang Xue
d8b6335deb
Merge pull request #523 from klimov-paul/file-helper
...
FileHelper port from 1.1.x
2013-06-11 05:03:33 -07:00
Carsten Brandt
1df859cfa1
typo: primarykey -> primaryKey
2013-06-10 23:17:41 +02:00
Qiang Xue
ad218c6719
moved HttpException to web.
2013-06-10 17:08:26 -04:00
Qiang Xue
f14774dfb6
Fixes issue #276 : Enable Response::sendFile() to operate on resources
2013-06-10 16:37:35 -04:00
Klimov Paul
7697f21592
"filter" callback option has been added to "yii\helpers\base\FileHelper::findFiles()".
2013-06-10 23:36:22 +03:00
Klimov Paul
a5480de852
Test case "FileHelperTest::testGetMimeTypeByExtension()" has been added.
2013-06-10 22:22:44 +03:00
Klimov Paul
8f7a783757
Method "yii\helpers\base\FileHelper::mkdir()" has been added.
2013-06-10 22:15:03 +03:00
Klimov Paul
f416a36648
"FileHelperTest" has been advanced.
2013-06-10 22:07:19 +03:00
Klimov Paul
539864f435
"FileHelperTest" has been refactored.
2013-06-10 21:33:53 +03:00
Klimov Paul
dfda6663f6
Method "yii\helpers\base\FileHelper::findFiles()" has been added.
2013-06-10 20:57:17 +03:00
Klimov Paul
ef60ec56a3
Method "yii\helpers\base\FileHelper::removeDirectory()" has been added.
2013-06-10 20:28:26 +03:00
Klimov Paul
e2f7b99f16
Unit test for "yii\helpers\base\FileHelper" has been created.
2013-06-10 20:22:34 +03:00
Qiang Xue
44f78f04df
Merge pull request #519 from gevik/issue-466
...
Issue 466 (add/drop PrimaryKeys)
2013-06-09 14:41:08 -07:00
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
2013-06-09 18:27:09 +02:00
Qiang Xue
ef5afef7b2
Fixed test break.
2013-06-09 10:32:29 -04:00
Klimov Paul
04848a45c9
Default action of "yii\console\controllers\MessageController" has been renamed to "generate".
2013-06-09 16:10:59 +03:00
Klimov Paul
4a164f8afa
Action "template" has been added to "yii\console\controllers\MessageController".
2013-06-09 16:07:03 +03:00
Klimov Paul
a5e903f252
Unit test for "yii\console\controllers\MessageController" has been created.
2013-06-09 15:04:58 +03:00
Qiang Xue
51972f2557
Merge pull request #505 from gevik/pgsql-driver
...
Pgsql driver implementation (update 4)
2013-06-07 14:13:39 -07:00
gevik
b6d5a9002b
Removed the config setting that should not have been commited.
2013-06-07 23:01:01 +02:00
Qiang Xue
b455f2c97a
Fixed test break.
2013-06-07 08:08:40 -04:00
Gevik Babakhani
0fd390cac5
Replaces spaces with tabs.
2013-06-06 21:19:17 +02:00
Qiang Xue
0a9fffba8f
fixed test break.
2013-06-06 07:39:35 -04:00
Gevik Babakhani
3d79d992c4
Merge remote branch 'upstream/master' into pgsql-driver
2013-06-05 11:35:38 +02:00
Klimov Paul
ec8fecb8b0
Check output bundle file format has been added to "AssetControllerTest::testActionCompress()" unit test.
2013-06-03 21:56:03 +03:00
Qiang Xue
55a4c0b154
Merge pull request #461 from cebe/rest-urlmanager
...
[READY] RESTful routing syntax for UrlManager
2013-06-03 02:43:41 -07:00
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.
2013-06-03 09:33:16 +02:00
Qiang Xue
61d2551f0c
Merge pull request #477 from cebe/querybuilder-dynamic-column-types
...
[READY] Better flexibility for abstract db types
2013-06-02 16:57:39 -07:00
Carsten Brandt
af68ee9d27
Sqlite unit test for abstract db types
2013-06-03 00:24:39 +02:00