616 Commits (46c50e43c4dbc3754c68aad72d39df718a3b9ee4)

Author SHA1 Message Date
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
IceJOKER 01ff1f6593 Fixes #15142: Fixed array params replacing in `yii\helpers\BaseUrl::current()` 7 years ago
Alexander Makarov 2d672b6722
release version 2.0.13 7 years ago
Carsten Brandt 93bbf5b39d Fixes #15015: Added `StringHelper::floatToString()` to savely cast float values independent of the locale, also fixes some places in the framework that use it now 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 f87ddd48b8
added note about opcache and PHPDoc annotations to Markdown helper 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
Nikolay Oleynikov ea33bbd369 Fix docs of a base file helper (#14477) [skip ci] 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 a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt be658f82bf
release version 2.0.12 7 years ago
corpsepk ac70262bfc Fixed typo in BaseFileHelper::findFiles() docs (#14200) [skip ci] 7 years ago
Carsten Brandt 5e8e6840b6
Added copyEmptyDirectories option to FileHelper 7 years ago
Brandon Kelly debe85fa34 Fixes #14098: `yii\helpers\BaseFileHelper::normalizeOptions()` is now protected 7 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
Carsten Brandt ed9912591e
updated docs for base64UrlEncode() 8 years ago
Skiptir Engu e62ea0136c Fixed phpdoc broken links to PHP manual pages [skip ci] 8 years ago
Vladimir Reznichenko 6da1ec6fb2
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements 8 years ago
Pavel Dovlatov 7e1a050a16 Fixes #13821: fixed docs and added more tests for Url helper 8 years ago
Sam b238afacee Fixes #4408: Add support for unicode word characters and `+` character in attribute names 8 years ago
Alexander Makarov 0b36b27caf
Fixed version number in `@since` 8 years ago
Carsten Brandt e12dd895e9
improved docs for #13576 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 a26d28f8e3 Fixes #13576: Added support of `srcset` to `yii\helpers\Html::img()` 8 years ago
Elvira Sheina e47329c92b Fixed #13523: Plural rule for pasta 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Alexander Makarov ebe30bd5ee
Exposed number normalization as StringHelper::normalizeNumber() 8 years ago
Tetyuev Pavel 3a1cd7f3aa
Fixes #13287: Fixed translating "and" separator in `UniqueValidator` error message 8 years ago
Sergey fc00e60ade
Incorrect console width/height detecting with using Stty on Mac 8 years ago
SilverFire - Dmitry Naumenko 0efed3f2b0
Fixed wrong background color generation in `BaseConsole::renderColoredString()` 8 years ago
Carsten Brandt 3050dedded Update BaseConsole.php 8 years ago
Alexander Makarov 210cf36750 Fixes #12703: Fixed `StringHelper::truncateHtml()` non functional when dom PHP extension is disabled 8 years ago
SilverFire - Dmitry Naumenko ed82ba4ee2
Revert "fix ArrayHelper::getValue() to throw exception on invalid input" 8 years ago
Carsten Brandt 18bac955c1
docs about JSON and UTF-8 8 years ago
Carsten Brandt e963b2af64
fix ArrayHelper::getValue() to throw exception on invalid input 8 years ago