166 Commits (e3b7581bcad3ded0ac75d30aa07c8163b088fafe)

Author SHA1 Message Date
Dzhuneyt a790685e66 Fixes #16974: Regular Expression Validator to include support for 'u' (UTF-8) modifier 6 years ago
Nikolay Oleynikov 06227c7075 Fixes #16648: Html::strtolower() was corrupting UTF-8 strings 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Bizley 1342eb718b Fixes #15204: `yii\helpers\BaseInflector::slug()` is not removing substrings matching provided replacement from given string anymore 6 years ago
Bizley f3438c450c Fixes #10843: Additional hidden input rendered by `yii\helpers\BaseHtml` methods inherits `disabled` HTML option if provided and set to `true` 6 years ago
Alexandr Ivanov af3b8b2f23 Fixes #11960: Fixed `checked` option ignore in `yii\helpers\BaseHtml::checkbox()` 6 years ago
Alexandr Ivanov 0ad5afd387 Fixes #14759: Fixed `yii\web\JsonResponseFormatter` output for `null` data 6 years ago
Evgeniy Moiseenko 4d26c915dc Additional fix for #14230 6 years ago
Evgeniy Moiseenko a8bfe8bbe6 Fixes #14230: Fixed `itemsOptions` ignored in `checkBoxList` 6 years ago
Evgeniy Moiseenko 3eba4ea69a Fixes #16680: Fixed ActiveField 'text' input with maxlength 6 years ago
Alexey bf5476f253 Fixes #15889: Fixed override `yii\helpers\Html::setActivePlaceholder` 6 years ago
Thoulah a32cfcc8ef Fixes #16266: Fixed `yii\helpers\BaseStringHelper` where explode would not allow 0 as trim string 6 years ago
SilverFire - Dmitry Naumenko 3d96a45f6b
Fixed BC breaking change in Inflector 6 years ago
SilverFire - Dmitry Naumenko 629a33fd0e
Made Inclector unicode-safe 6 years ago
SilverFire - Dmitry Naumenko b9aa0001b6
Fixed `yii\helpers\Inflector::camel2words()` to work with UTF-8 7 years ago
Carsten Brandt 314b66827b
added test to verify #15298 7 years ago
Pavel Ivanov 4e940a2772 Fix travis builds for 'nightly' php (#15992) 7 years ago
SilverFire - Dmitry Naumenko b3f54d1065
Simplified code, enhanced PHPDocs 7 years ago
Fabrizio 52263077c0 Bug #15858: Fixed array undefined offset error calling Html::errorSummary with same error messages from different model attributes. (FabrizioCaldarelli) 7 years ago
SilverFire - Dmitry Naumenko fcea028cf1
Disabled UrlTest for HHVM in Travis 7 years ago
Alexander Makarov 0ed15c6496
Added test for FileHelper::findDirectories except option 7 years ago
edwards-sj 1c473325ac Fixes #15742: Updated setActivePlaceholder to be consistent with activeLabel 7 years ago
Alexander Makarov 7febeb8ad4
Renamed yii\helpers\FileHelper findDirectory() method to findDirectories() to be consistend with findFiles() 7 years ago
André Sousa d39d3ed0a6 Fixes #15644: Avoid wrong default selection on a dropdown, checkbox list, and radio list, when a option has a key equals to zero 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Arsen 16e63f6de2 Fixes #13465: Added `yii\helpers\FileHelper::findDirectory()` method 7 years ago
Elvira Sheina 06ebd3faa7 Fixes #13034: Fixed `normalizePath` for windows network shares that start with two backslashes 7 years ago
Hanafi Ahmat 4f7b410230 Fixes #9771: Assign hidden input with its own set of HTML options via `$hiddenOptions` in activeFileInput `$options` 7 years ago
Klimov Paul 71c541773f PHPDoc fix 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Alexander Makarov 6c0540aa2d
Fixes #15496: CSRF token is now regenerated on changing identity 7 years ago
vladis 78d76c3f2c Enh #15226: Auto generate placeholder from fields 7 years ago
SilverFire - Dmitry Naumenko 9e0f19ace7
Renamed `Html::error()` option `errorMethod` to `errorSource` 7 years ago
Paul Klimov 1b8da6d951
Add `StringHelper::matchWildcard()` (#15389) 7 years ago
Ilya Rogov d7c8286f20 Added test for yii\helpers\BaseConsole (#14212) 7 years ago
杨国帅 f9cdcf438d Fixes #3087: Added `yii\helpers\BaseHtml::error()` "errorMethod" option to be able to customize errors display 7 years ago
brandonkelly 6ab93bd4ef a => A (fixes #15380) 7 years ago
Elvira Sheina f11f818b18 Fixes #7988: Added `\yii\helpers\Console::errorSummary()` and `\yii\helpers\Json::errorSummary()` 7 years ago
Alexander Makarov 4270470523
Various test fixes (mostly Windows-specific) (#15336) 7 years ago
Viktor 873c2b6b8f Fixed HHVM tests (#15330) 7 years ago
Dmitry Naumenko d604d80823 Fixes #14043: Added `yii\helpers\IpHelper` 7 years ago
hhniao d2423cd6ca Fixes #15301: Fixed `ArrayHelper::filter()` to work properly with `0` in values 7 years ago
Pavel Dovlatov b20d2692a1 More tests for Console helper (#15285) 7 years ago
IceJOKER 01ff1f6593 Fixes #15142: Fixed array params replacing in `yii\helpers\BaseUrl::current()` 7 years ago
Gabriel Caruso 2992b9b09d Refactored tests with PHPUnit assert methods (#15260) 7 years ago
Alexander Makarov fb23b0d0ea
Code style fixes 7 years ago
Dmitry Naumenko 64d8af61a6 Fixes for PHP 7.2 compatibility (#14959) 7 years ago
Robert Korulczyk c78201899b Fixes #13720: Improve `yii\helpers\FormatConverter::convertDatePhpToIcu()` to handle escaped chars correctly 7 years ago
Robert Korulczyk 59b635c2a6 Fixes #14921: Fixed bug with replacing numeric keys in `yii\helpers\Url::current()` 7 years ago
Carsten Brandt 36b535c26b Fixes #13254: Made `yii\helpers\StringHelper` and `yii\validators\StringValidator` independent of `Yii::$app` instance 7 years ago