50 Commits

Author SHA1 Message Date
0845f4b183 Enhanced ArrayHelper::toArray() 2013-06-28 07:07:18 -04:00
95b926a92c Improved Json::encode() security. 2013-06-28 06:28:05 -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
750b220da3 cleanup. 2013-06-25 14:58:30 -04:00
d5bd9853ea Added Html::ol() and Html::ul() 2013-06-25 13:53:20 -04:00
ef9ceafdca Refactoring 2013-06-20 00:03:22 +04:00
5bf0ba562f Comments fixes 2013-06-19 20:22:06 +04: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
7dfae28b81 fixes #549: ability to use HTMLPurifier multiple times 2013-06-18 00:24:40 +04:00
03e07f4340 cleaned up "use" statements. 2013-06-14 22:42:55 -04:00
0c3bcc467d Moved toArray() from YiiBase to ArrayHelper. 2013-06-14 17:01:20 -04:00
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
17b1e5d2fc Fixes issue #234: Added Html::addCssClass() and removeCssClass(). 2013-06-11 16:35:14 -04:00
1a7f5f58bc Merge branch 'master' of github.com:yiisoft/yii2 2013-06-11 15:02:06 -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
d97512e774 Call static::mkdir(..) 2013-06-11 22:29:46 +04:30
a8d2eded98 Fixing test breaks. 2013-06-11 11:23:33 -04:00
040db44fbd refactored FileHelper. 2013-06-11 11:07:43 -04:00
2a30e32912 FileHelper refactoring WIP 2013-06-11 08:47:53 -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
dc8c71f409 "StringHelper::basename()" has been replaced by plain "basename" at "FileHelper". 2013-06-11 10:52:31 +03:00
1d2185f9ac added note about usage to StringHelper::basename() 2013-06-10 23:26:35 +02:00
40a005d543 "yii\helpers\StringHelper" usage has been added to "yii\helpers\base\FileHelper". 2013-06-10 23:50:47 +03:00
7697f21592 "filter" callback option has been added to "yii\helpers\base\FileHelper::findFiles()". 2013-06-10 23:36:22 +03:00
12d94c4a35 Doc comments at "yii\helpers\base\FileHelper::findFiles()" have been recomposed using markdown format. 2013-06-10 22:37:28 +03:00
3acd77b8b9 "self" replaced by "static" at "yii\helpers\base\FileHelper::mkdir()". 2013-06-10 22:24:32 +03:00
8f7a783757 Method "yii\helpers\base\FileHelper::mkdir()" has been added. 2013-06-10 22:15:03 +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
7a7d2a9c06 CS fixes. 2013-06-07 22:41:11 +06:00
29ac3aeea6 Added Jsonable support. 2013-06-07 11:02:26 -04:00
cf47a71db7 Fixes issue #478: Improved the generation of secret key 2013-06-02 22:47:02 -04:00
9af5466be5 typo in Html helper 2013-05-29 05:55:14 +03:00
df6168475e Refactored StringHelper. 2013-05-27 21:35:00 -04:00
9d46f8e4fc added doc comment to Console::getScreensize() 2013-05-26 01:48:40 +02:00
cb0d741281 Added missing phpdoc 2013-05-25 21:57:11 +04:00
6e5260d915 Implemented Console::getScreenSize for Windows 2013-05-25 19:49:28 +04:00
113751ea45 Fixed detection of ANSI color support on Windows 2013-05-25 17:40:31 +04:00
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
21533ad305 Merge branch 'master' of github.com:yiisoft/yii2
Conflicts:
	framework/composer.json
2013-05-24 09:44:27 -04:00
5f705db117 Renamed Purifier to HtmlPurifier. 2013-05-23 16:06:53 -04:00
153e51df94 Html::url() fix for anchors 2013-05-23 23:34:12 +04:00
291f3b35d0 Refactored Inflector. 2013-05-22 18:20:56 -04:00
05523640f2 fixed pluralize + singularize rules for tests 2013-05-22 10:59:09 +02:00
7b98b42418 added inflection methods from StringHelper + some comment fixes 2013-05-22 08:35:03 +02:00
641e6ee7cf ported inflection methods from StringHelper to Inflector helper class 2013-05-22 08:34:17 +02:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00