546 Commits (73ac13e6d7fe5d201f9273c97c04cf9a198d6f74)

Author SHA1 Message Date
Alexander Makarov 8d2af0d2d9 Added last resort measure for `FileHelper::removeDirectory()` fail to unlink symlinks under Windows 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov 4ecafe653c More compact number operations 9 years ago
Alexander Makarov b65bfad44d Simplified regular expressions 9 years ago
Alexander Makarov ffa3a59591 Compare with empty string instead of comparing length with 0 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
jeicd 0407407b76 fix coding style to follow PSR-2 9 years ago
Carsten Brandt f007fc1e60 avoid recursion on the root of the file system 9 years ago
Alexander Makarov 59208e5fc6 Fixes #9681: `Json::encode()` was erroring under CYGWIN 9 years ago
Boudewijn Vahrmeijer b4da7b570c Better fix for #9288 9 years ago
Alexander Makarov 6b2748a0b3 Code formatting for #9288 9 years ago
Boudewijn Vahrmeijer 4d21c48bc4 Fixes #9288: Fixed `FileHelper::createDirectory` directory creation to be concurrency friendly 9 years ago
Klimov Paul 3f2f7111df `BaseVarDumper::export()` object to string fallback fixed 9 years ago
Klimov Paul d9eb660df3 `BaseVarDumper::export()` object to string fallback fixed 9 years ago
Klimov Paul 16e1e8fe28 Fallback for objects at `yii\helpers\VarDumper::export()` advanced 9 years ago
Carsten Brandt e1ea227e6d improved console helper progressbar ETA 9 years ago
Carsten Brandt 728dc0c584 added docs about form element naming 9 years ago
Carsten Brandt 6e3da6b329 various phpdoc fixes 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Alexander Makarov f4dfb0f17f Reverted part of #9239 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Alexander Makarov afbc515407 Fixes #9239: BaseJson phpdoc corrections, minor improvements, added changelog 9 years ago
Grzegorz Kurtyka 079778a355 #9239: Handle json_encode errors 9 years ago
Alexander Makarov 2aba8df2ef Fixes #9228 9 years ago
Dmitry Naumenko b16d734c29 Fixes #8671: Extracted `yii\helpers\Html::escapeJsRegularExpression()` method from `yii\validators\RegularExpressionValidator` 9 years ago
webdevsega da73a0fa47 Set cache to runtime folder for HTMLPurifier_Lexer 9 years ago
Alexander Mohorev 68c30c1034 Replace aliases of functions 9 years ago
Brett O'Donnell 3ce02dd17c toArray can be string 9 years ago
Alexander Mohorev 39cb131984 Spelling and sc fixes 9 years ago
Alexander Mohorev afe21a986a PSR-2 anonymous functions 9 years ago
Alexander Mohorev d34d890a32 PSR-2 if-else statement 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Alexander Mohorev 38ca276e1f PSR-2 try-catch statement 9 years ago
Alexander Mohorev fa428a130c PSR-2 while statement 9 years ago
Alexander Mohorev 0c5e4b7105 PSR-2 foreach statement 9 years ago
Qiang Xue 874ecfaa37 code formatting [skip ci] 9 years ago
Brandon Kelly c339ed2949 Fixes #7764: `\yii\helpers\ArrayHelper::toArray()` wasn't passing `$recursive` to `Arrayable::toArray` 9 years ago
Klimov Paul 0874ffac38 Fixed `yii\helpers\Html::activeTextarea()` does not allow value overriding via options 9 years ago
Klimov Paul 0f04af1af9 Added support to automatically set the `maxlength` attribute for `Html::activeTextArea()` and `Html::activePassword()` 9 years ago
Klimov Paul 0a7191dbfe Preserving of the named key classes at `yii\helpers\Html::addCssClass()` provided 9 years ago
Klimov Paul 41f6a6e558 Specification for 'class' and 'style' in array format added to `yii\helpers\Html` 9 years ago
Klimov Paul 3a39f8ab72 `yii\helpers\Html` allows correct rendering of conditional comments containing `!IE` 9 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Carsten Brandt f6b4601a83 improved doc message 10 years ago
Nikola Kovacs b31b9e2411 Fix conversion of ICU 'L' symbol. 10 years ago
Klimov Paul 8c81a15ac9 Fixed `yii\helpers\Html::dropDownList()` overrides label specified at 'groups' option 10 years ago
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
EliasZ 70abb9b31c add isset check on index which might not be set 10 years ago
Klimov Paul f2f211f610 Fallback for object containing `\Closure` added to `yii\helpers\VarDumper::export()` 10 years ago
Alexander Makarov 5dd3a14141 Fixes #7851: removed incorrect phpdoc lines 10 years ago