Qiang Xue
c3df0beecd
changed parameter ordering.
2013-07-07 09:46:14 -04:00
Qiang Xue
fae44063f6
Removed extra code.
2013-07-05 17:24:36 -04:00
Qiang Xue
5eac34a485
Debug toolbar WIP
2013-07-05 16:40:12 -04:00
Alexander Makarov
33ca13e498
fixed method name
2013-07-04 19:38:09 +04:00
Qiang Xue
0845f4b183
Enhanced ArrayHelper::toArray()
2013-06-28 07:07:18 -04:00
Qiang Xue
95b926a92c
Improved Json::encode() security.
2013-06-28 06:28:05 -04:00
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
750b220da3
cleanup.
2013-06-25 14:58:30 -04:00
Qiang Xue
d5bd9853ea
Added Html::ol() and Html::ul()
2013-06-25 13:53:20 -04:00
Alexander Kochetov
ef9ceafdca
Refactoring
2013-06-20 00:03:22 +04:00
Alexander Kochetov
5bf0ba562f
Comments fixes
2013-06-19 20:22:06 +04: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
Alexander Makarov
7dfae28b81
fixes #549 : ability to use HTMLPurifier multiple times
2013-06-18 00:24:40 +04:00
Qiang Xue
03e07f4340
cleaned up "use" statements.
2013-06-14 22:42:55 -04:00
Qiang Xue
0c3bcc467d
Moved toArray() from YiiBase to ArrayHelper.
2013-06-14 17:01:20 -04:00
Qiang Xue
a951e1c8e1
Replaced Jsonable with Arrayable.
...
Added support for different response formats.
Support for error response in different formats.
2013-06-14 16:26:33 -04:00
Qiang Xue
17b1e5d2fc
Fixes issue #234 : Added Html::addCssClass() and removeCssClass().
2013-06-11 16:35:14 -04:00
Qiang Xue
1a7f5f58bc
Merge branch 'master' of github.com:yiisoft/yii2
2013-06-11 15:02:06 -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
Mojtaba Salehi
d97512e774
Call static::mkdir(..)
2013-06-11 22:29:46 +04:30
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
2a30e32912
FileHelper refactoring WIP
2013-06-11 08:47:53 -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
Paul Klimov
dc8c71f409
"StringHelper::basename()" has been replaced by plain "basename" at "FileHelper".
2013-06-11 10:52:31 +03:00
Carsten Brandt
1d2185f9ac
added note about usage to StringHelper::basename()
2013-06-10 23:26:35 +02:00
Klimov Paul
40a005d543
"yii\helpers\StringHelper" usage has been added to "yii\helpers\base\FileHelper".
2013-06-10 23:50:47 +03: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
12d94c4a35
Doc comments at "yii\helpers\base\FileHelper::findFiles()" have been recomposed using markdown format.
2013-06-10 22:37:28 +03:00
Klimov Paul
3acd77b8b9
"self" replaced by "static" at "yii\helpers\base\FileHelper::mkdir()".
2013-06-10 22:24:32 +03:00
Klimov Paul
8f7a783757
Method "yii\helpers\base\FileHelper::mkdir()" has been added.
2013-06-10 22:15:03 +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
resurtm
7a7d2a9c06
CS fixes.
2013-06-07 22:41:11 +06:00
Qiang Xue
29ac3aeea6
Added Jsonable support.
2013-06-07 11:02:26 -04:00
Qiang Xue
cf47a71db7
Fixes issue #478 : Improved the generation of secret key
2013-06-02 22:47:02 -04:00
Carsten Brandt
9af5466be5
typo in Html helper
2013-05-29 05:55:14 +03:00
Qiang Xue
df6168475e
Refactored StringHelper.
2013-05-27 21:35:00 -04:00
Carsten Brandt
9d46f8e4fc
added doc comment to Console::getScreensize()
2013-05-26 01:48:40 +02:00
Alexander Makarov
cb0d741281
Added missing phpdoc
2013-05-25 21:57:11 +04:00
Alexander Makarov
6e5260d915
Implemented Console::getScreenSize for Windows
2013-05-25 19:49:28 +04:00
Alexander Makarov
113751ea45
Fixed detection of ANSI color support on Windows
2013-05-25 17:40:31 +04:00
Carsten Brandt
89ea3fef03
Next iteration on console commands
...
issue #33
- implemted getScreenSize for linux systems
- tiny adjustments and better naming for console color methods
- color switch in base Controller changed to magic property
- colorized Help command
2013-05-25 04:21:51 +02:00
Qiang Xue
21533ad305
Merge branch 'master' of github.com:yiisoft/yii2
...
Conflicts:
framework/composer.json
2013-05-24 09:44:27 -04:00
Qiang Xue
5f705db117
Renamed Purifier to HtmlPurifier.
2013-05-23 16:06:53 -04:00
Alexander Kochetov
153e51df94
Html::url() fix for anchors
2013-05-23 23:34:12 +04:00
Qiang Xue
291f3b35d0
Refactored Inflector.
2013-05-22 18:20:56 -04:00