78 Commits (a2dca09e713f09896bc9a202586754e2b3e90e95)

Author SHA1 Message Date
Qiang Xue 49c62e6846 typo 11 years ago
Qiang Xue 3dd3914a38 Fixes #2144: `Html` helper now supports rendering "data" attributes 11 years ago
Alexander Makarov 1e602adb6e - Fixed BaseFileHelper::localize docs. 11 years ago
Carsten Brandt 8473dda39b fixed stringHelper dirname to return empty string 11 years ago
Alexander Makarov 8bdc437bc2 Fixes #2079: 11 years ago
Alexander Kochetov 6051253e6e BaseArrayHelper updated 11 years ago
Alexander Kochetov e5b30731c3 BaseHtml::listBox() incorrect array_key_exists() usage fix 11 years ago
Alexander Kochetov 0fe3245b26 BaseHtml::activeListBox() incorrect 'unselect' value fixed. 11 years ago
Alexander Kochetov bbc0226627 BaseHtml::activeDropDownList() fix for 'multiple' mode 11 years ago
Alexander Kochetov f645368e75 BaseHtml::listBox() allow to remove size attribute 11 years ago
Alexander Kochetov 7a7030e063 BaseHtml::listBox() default size settings removed 11 years ago
Qiang Xue 96f210f0d2 better fix for #1959. 11 years ago
Qiang Xue 777e22c1af Fixes #1959: `Html::activeCheckbox` wasn't respecting custom values for checked/unchecked state 11 years ago
Alexander Makarov 5a9823a5f4 A bit less stricter check as suggested by @qiang: 2aa8fc7171 11 years ago
Alexander Makarov 2aa8fc7171 Optimized #1959 code a bit 11 years ago
Kevin LEVRON f44605fff0 Fixes #1959 : compare model attribute with value/uncheck options 11 years ago
Qiang Xue 3f6fec3c55 refactored Json helper. 11 years ago
Qiang Xue afa72add38 proper handling of JsonSerializable. 11 years ago
Qiang Xue 58e847258f Renamed Request::maskedCsrfToken to csrfToken. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Antonio Ramirez 5da62fab3a #196 refactored method name 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Carsten Brandt 776162b05e created StringHelper::basename() 12 years ago
Antonio Ramirez 673d207253 Fix silly typo 12 years ago
Antonio Ramirez ad25cdc906 Fix 'automated' (?) space 12 years ago
Antonio Ramirez e2a57e4b88 Enhance ArrayHelper with popValue method 12 years ago
Alexander Makarov ad26b7d3d1 Use Composer autoload to handle dependency class loading 12 years ago
Carsten Brandt a51019bbed Console helper: use self:: for refering to constants 12 years ago
Suralc 8197ab556e Revert static calls in switch 12 years ago
Suralc ded4ccd778 Fixed php 5.4+ Exception in Console helper 12 years ago
Carsten Brandt ed74636af8 more doc variable name fixes 12 years ago
Carsten Brandt 88c74e99c3 variable name fix in docs of Markdown helper 12 years ago
Carsten Brandt 69cad905dd Refactoring Console commands 12 years ago
Carsten Brandt 6faf8344a9 Spaces -> Tabs 12 years ago
Alexander Makarov 92ec41cc7b Moved Composer vendor dir into framework 12 years ago
Alexander Makarov f2258e760f Added Purifier and Markdown helpers, added composer.lock 12 years ago
Alexander Kochetov 48d04fbb8c !== array() => !empty() 12 years ago
Alexander Kochetov d7df7053e0 === array() => empty() 12 years ago
Antonio Ramirez e1c788233a fixed typo 12 years ago
Qiang Xue dd5969147d move JsExpression to web. 12 years ago
Antonio Ramirez a20bd45645 Fixed formatting 12 years ago
Antonio Ramirez ba0032b1cd proposed refactor of ConsoleColor 12 years ago
Qiang Xue 0766fbccb5 Fixes issue #128. 12 years ago
Zander Baldwin 4be9e195c2 Add Newlines 12 years ago
Rinat Silnov 47c643fbff Call static::dumpAsString in VarDumper::dump 12 years ago
Vladimir Vyachin 7f5cbce69c fix SecurityHelper description 12 years ago
Taufan Aditya cfc958201f Remove reference to php 5.4-only constants in arrayhelper 12 years ago
Taufan Aditya dc73c916fc Fix unsupported flag in php 5.3.x environment [ArrayHelper::multisort] 12 years ago
Qiang Xue 6e779e02d6 Fixed issue #7: ArrayHelper::multisort is not compatible with PHP 5.3 12 years ago
Rinat Silnov 1a317ebe31 Fixed VarDumper::dump for objects 12 years ago