121 Commits (e65451991d096382f38a557b20f8a0d9459f2fb1)

Author SHA1 Message Date
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
Carsten Brandt 431c1b01a7
added test case for merging empty arrays 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
Robert Korulczyk b99e955627 Fix CS (#14665) 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Alex 59002a9e1e Fixes #6644: Added `yii\helpers\ArrayHelper::setValue()` 7 years ago
Dmitry Dorogin 6e223e6db2 Fixes #14423: Fixed `ArrayHelper::merge` behavior with null values for integer-keyed elements 7 years ago
Robert Korulczyk 12eb936083 Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Ilya Rogov e2218cbbae Add test coverage of yii\helpers\Html (#14220) 7 years ago
Ilya Rogov 0d9cd0ccd7 Add test coverage of yii\helpers\BaseJson (#14217) 7 years ago
Ilya Rogov b07f2018de Add test coverage of yii\helpers\BaseMarkdown (#14223) 7 years ago
Ilya Rogov 21a7a68e45 Add test coverage of yii\helpers\BaseArrayHelper (#14205) 7 years ago
Carsten Brandt 3e79d56447
made AssetBundle tests less cryptic 7 years ago
Carsten Brandt 5e8e6840b6
Added copyEmptyDirectories option to FileHelper 7 years ago
Carsten Brandt d786b78f25 Helper independent (#14050) 8 years ago
Alexander Makarov 7db93fc33d
Refactored solution to be contained within ActiveQuery instead of helper 8 years ago
vladis84 8474927a55
Fixed ambiguous error sql while using unique validator 8 years ago
Klimov Paul d8e6a89af9 fixed tests without assettions 8 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
Pavel Dovlatov 7e1a050a16 Fixes #13821: fixed docs and added more tests for Url helper 8 years ago
Alexander Makarov cc44339a45 Improved intl tests to tolerate ICU data differences 8 years ago
Sam b238afacee Fixes #4408: Add support for unicode word characters and `+` character in attribute names 8 years ago
Alexander Makarov 18b3fa10c5 Fixed ICU tests take varieties of data into account (#13751) 8 years ago
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
SilverFire - Dmitry Naumenko af612f47d1
Addded pluralization and singularization exception for `currency` 8 years ago
sam002 a350b34c1b Fixes additional case for #13657 which wasn't covered by tests 8 years ago
sam002 c78b9e470d Fixes #13657: Fixed `yii\helpers\StringHelper::truncateHtml()` skip extra tags at the end 8 years ago
Nikolay Oleynikov f47b6c7683 Fixes #7946 Fixed a bug when the `form` attribute was not propagated to the hidden input of the checkbox 8 years ago
Nikolay Oleynikov 148007ffd6 Refactor HTML helper attribute order (#13665) 8 years ago
Alex-Code a719293ab0 Fixes #13649: Fixes issue where `['uncheck' => false]` and `['label' => false]` options for `ActiveRadio` and `ActiveCheckbox` were ignored 8 years ago
Andrew Nester 953c4a8e5a Fixes #13407: Added URL-safe base64 encode/decode methods to `StringHelper` 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Nikolay Oleynikov e8f8ba2129 Remove excessive `use` statement (#13604) 8 years ago
Nikolay Oleynikov a26d28f8e3 Fixes #13576: Added support of `srcset` to `yii\helpers\Html::img()` 8 years ago
Klimov Paul 194577c55e Code style fix 8 years ago
Carsten Brandt c4857176ac
added test for ArrayHelper::multisort() with closure key 8 years ago
SilverFire - Dmitry Naumenko ed82ba4ee2
Revert "fix ArrayHelper::getValue() to throw exception on invalid input" 8 years ago
Carsten Brandt e963b2af64
fix ArrayHelper::getValue() to throw exception on invalid input 8 years ago
SilverFire - Dmitry Naumenko 11c58549d4
Fixed FileHelperTest::testFindFilesRecursiveWithSymLink() 8 years ago
SilverFire - Dmitry Naumenko 9a45b70adf
Updated FileHelperTest 8 years ago
Robert Korulczyk 8e0af24203 Fix protocol-relative URLs in `Url::to()` (#13156) (#13157) 8 years ago
Robert Korulczyk 2d91723934 Add support for creating protocol-relative URLs. 8 years ago
SilverFire - Dmitry Naumenko 63e650952b Updated tests for HtmlHelper::textarea() 8 years ago
Elvira Sheina 0545bb6936 Fixed truncateHtml leaving extra tags (#7727) 8 years ago