686 Commits (1271bc419ffaa2ac0e4db7d2eabea349ac5e4ace)

Author SHA1 Message Date
PowerGamer1 9e02e89fae Added ability to skip duplicate error messages and show all error messages in `errorSummary`. 8 years ago
Evgeniy Tkachenko 2365c77102 Fixes #12402: Added clarification about array-parameters to phpdoc of Url::current() [skip ci] 8 years ago
Rangel Reale 13c05ef3fa * Allows BaseHtml::activeListInput to override the field value, to follow BaseHtml::activeInput which already allows it 8 years ago
SilverFire - Dmitry Naumenko 3fcc26996b Fixed #11973: `yii\helpers\BaseHtml::getAttributeValue()` fixed to work with `items[]` notation correctly 8 years ago
Alexander Makarov 8a9c8a8953 Fixes #11907: Fixed `yii\helpers\Console::getScreenSize()` on Windows was giving out width and height swapped 8 years ago
Robert Korulczyk 993f2aef28 Fixes #11275: Added possibility of unset or force replace former value in `ArrayHelper::merge()` 8 years ago
Klimov Paul 01e2ba1d28 BC for `JsonSerializable` at `BaseJson::processData()` restored 8 years ago
Klimov Paul acfe21b400 Fixed `yii\helpers\Json::encode()` encodes empty array returned by `JsonSerializable::jsonSerialize()` as object 8 years ago
Egor Verbitskiy c99acb6182 Fixes #11950: Improve BaseArrayHelper::keyExists speed 8 years ago
Roman Grinyov f7f24d3c47 Fix code block in phpDoc of BaseArrayHelper::filter (#11948) [skip ci] 8 years ago
Carsten Brandt 0895f212c6 improved docs about `tag` option in HTML options 8 years ago
Alexander Makarov 4fd4ac04b1 Minor adjustments for #11462 8 years ago
Viktor Pikaev 30bb9bd7c8 Fixes #11462: Added support of filtering rules to `yii\log\Target::$logVar`, added `\yii\helpers\BaseArrayHelper::filter()` method 8 years ago
Alexander Makarov 16e4cab8f1 Fixes #11865: Fixed setting `selected` for dropdown list using options 8 years ago
Alexander Makarov 3b5634bf8b Fixes #11863: Fixed usage of `mb_substr` with PHP < 5.4.8 where length of NULL was treated the same as 0 8 years ago
Nikola Kovacs 4d93d68af9 Fix incorrect formatting in documentation (#11864) [skip ci] 8 years ago
Alexander Makarov c370c17e93 Additional fix for ##11168 8 years ago
Cesar Nicola 348cc17dbb Fixes #11168: `yii\helpers\BaseHtml` now uses abstracted `booleanInput()` and `activeBooleanInput()` methods to render `radio()`, `checkbox()`, `activeRadio()` and `activeCheckbox()` 8 years ago
wanghui 01c84e2ff2 Fixes #11549: Fixed `ArrayHelper::getValue()` to work properly with float keys 8 years ago
AnikanovD 239d7814eb Fixes #11739: Fixed `ArrayHelper::index()` losing precision for float keys 8 years ago
AnikanovD b39a0a1e5a Fixes #11774: Fixed incorrect recusuive symlinks check in FileHelper 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
taobig 2238c32098 fix BaseArrayHelper::isIn() in strict mode 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
SilverFire - Dmitry Naumenko bc63b7607f Fixed PHPDoc for BaseArrayHelper::index() 8 years ago
mdmunir 7dc9d07bcd Changable default flavor for Markdown helper 9 years ago
Vladimir Khramov c6d04644d3 passing properties to recursive call if properties of top object are not specified 9 years ago
Carsten Brandt f900f24ca9 Fixed namespace conflict with Markdown helper and Console helper 9 years ago
Alexander Makarov 4f4fa6fdf0 Fixes #10710: `yii\helpers\FileHelper::copyDirectory()` is now throwing exception when trying to copy a directory to itself or a subdirectory 9 years ago
Misbahul D Munir 87dd02a077 Remove unused code (#11395) 9 years ago
Mikk Tendermann 2f9395bbd6 fix #11299 9 years ago
Alexander Makarov cfbe50e96d Fixes #11026: Fixed `StringHelper::truncateWords()` to count words properly for non-English text 9 years ago
Carsten Brandt a46015124c improved docs for Html::a() and absolute URLs 9 years ago
Damian Zajkowski 3fb85fb84e Fixing VarDumper for throwing PHP Fatal when dumping __PHP_Incomplete_Class. #11196 issue. 9 years ago
Alexander Makarov c17f887583 Added `StringHelper::countWords()` that given a string returns number of words in it 9 years ago
Alexander Makarov b6d26a12e9 Fixes #11052: Fixed `HtmlPurifier` configuration sequence 9 years ago
fps01 258175149d Fixes #11125: Fixed `JSON_ERROR_SYNTAX` for `json_decode(null)` in PHP 7 9 years ago
Alexander Makarov d3b5f4a284 Fixes #3656: Encode / in "r" query parameter in docs as it really is 9 years ago
Carsten Brandt d82bf74f41 fixed removal of empty lines in array in phpdoc controller 9 years ago
SilverFire - Dmitry Naumenko 5a425b2528 BaseArrayHelper::index() updated PHPDoc 9 years ago
Taras Gudz 91e2c71826 Fixes #@11071 9 years ago
Klimov Paul e4d9ed5182 code style fix 9 years ago
Ni-san 77599dc179 fixes #11040: make copyDirectory method work correctly with parameter 'recursive' 9 years ago
DrDeath72 e50b300a0f string array replace change 9 years ago
Carsten Brandt 191f2a4943 fixed phpdoc type names 9 years ago
SilverFire - Dmitry Naumenko 438e5cfb5d BaseArrayHelper::isTraversable() PHPDoc update 9 years ago
Sam Mousa 16a6af5fa8 Add helper function for checking if an object is an array-like object. 9 years ago
Alexander Makarov 80e9331fe0 Spelling fixes, `BaseArrayHelper::index()` parameter `groupBy` renamed to `groups` 9 years ago
SilverFire - Dmitry Naumenko d56d2d7a31 BaseArrayHelper::index() - 3rd parameter renamed from dimensions to groupBy 9 years ago
Alexander Makarov 5c4e2d4372 Removed unnecessary parentheses 9 years ago