478 Commits (9f71bf400e4879716d8d5baf33bf1d5dfa67b340)

Author SHA1 Message Date
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
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
Daniel Gomez Pan 8b0f28f780 Add @since [skip ci] 9 years ago
Alexander Makarov 1ec972fbf7 Fixes #10610: Added `BaseUrl::$urlManager` to be able to set URL manager used for creating URLs 9 years ago
Vladimir Khramov ef8b0a2be0 parameter dimensions in ArrayHelper::index 9 years ago
Carsten Brandt 9b5f6cb188 prepare for 2.0.7 release 9 years ago
Daniel Gomez Pan cc7628e5d2 WIP #10764: update docs [skip ci] 9 years ago
Daniel Gomez Pan 295bb3e173 WIP #10764: adjusted Html::beginTag and Html::endTag methods to be consistent 9 years ago
Andrew Nester 78de315794 Fixed processing nested objects multisort in BaseArrayHelper 9 years ago
Carsten Brandt f620f4de90 phpdoc fixes 9 years ago
Carsten Brandt ef5ce2d4c1 missing `@since` annotations in helpers 9 years ago