2578 Commits (8b2f34d72cc60285c663c8b4b2ab89a7f8ed6036)

Author SHA1 Message Date
Dmitry V. Alexeev b5be47321b Fixes #16469: Allow cache to be specified as interface and to be configured in DI container 6 years ago
Dmitry V. Alexeev 712b6accce Fixes #16687: Add missing translations for `nl-NL` durations used in `yii\i18n\Formatter::asDuration()` 6 years ago
Groonya db1d730695 Fixes #16822: Create config dir recursively in message/config 6 years ago
Groonya 8150cd1ed4 Fixes #16580: Delete unused php message files in MessageController if `$removeUnused` option is on 6 years ago
Alex b4adada51e Fixes #16022: Fix UniqueValidator for PostgreSQL. Checks the uniqueness of keys in `jsonb` field 6 years ago
Bizley 59e99a67c7 Fixes #14950: Fixed `yii\i18n\Formatter` methods `asInteger`, `asDecimal`, `asPercent`, and `asCurrency` outputs for very big numbers 6 years ago
Robert Korulczyk 5349132043 Use `sprintf()` in `Target::getTime()` (#16883) 6 years ago
SilverFire - Dmitry Naumenko 826a0fecdd
Fixed excess logging of sensitive information in `\yii\log\Target` 6 years ago
SilverFire - Dmitry Naumenko 1e13bfd13d
Fixed CSRF token check bypassing in Request::getMethod() 6 years ago
Anna Borzenko d7ffda020b Fixes #16903: Fixed 'yii\validators\NumberValidator' method 'isNotNumber' returns false for true/false value 6 years ago
Bizley 3907895324 Fixes #16897: Fixed `yii\db\sqlite\Schema` missing primary key constraint detection in case of `INTEGER PRIMARY KEY` 6 years ago
SilverFire - Dmitry Naumenko 8b7e878f1d
Revert "Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox" 6 years ago
Paweł Jankowiak 8334ab3060 Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox 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
Damian Dziaduch e11e3eb4c5 Allow `\yii\console\widgets\Table` to render empty table (#16865) 6 years ago
Robert Korulczyk 1fe3d61a3b Fixes #16838: `yii\mutex\Mutex::acquire()` no longer returns `true` if lock is already acquired by the same component in the same process 6 years ago
ErickSkrauch 5208ef761e Fixes #16828: `yii\console\controllers\MessageController::translator` recognized object' methods and functions calls as identical sets of tokens 6 years ago
Robert Korulczyk 91c96ff452 Fixes #16839 6 years ago
Evgeniy Moiseenko 46c50e43c4
Skip validation if file input does not exist (#13977) 6 years ago
Bizley ab39246ab5 Fixes #16101: Fixed Error Handler to clear registered meta tags, link tags, css/js scripts and files in error view 6 years ago
Robert Korulczyk c92eb7761d Fixes #16836: Fix `yii\mutex\MysqlMutex` to handle locks with names longer than 64 character 6 years ago
Ondřej Vašíček ba0a3c00ca Fixes #16183: Fixed when `yii\helpers\BaseFileHelper` sometimes returned wrong value 6 years ago
rhertogh 2ef24d9c65 Fixes #16331: Fixed console table without headers 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
Bizley b8c2c7fb5e Fixes #16424: `yii\db\Transaction::begin()` throws now `NotSupportedException` for nested transaction and DBMS not supporting savepoints 6 years ago
Evgeniy Moiseenko dfe828f76b Fixes #13932: Fix number validator attributes comparison 6 years ago
Evgeniy Moiseenko cfe0bf5cf1 Fixes #14039, fixes #16636: Fixed validation for disabled inputs 6 years ago
Evgeniy Moiseenko 7c76696905 Fixes #16425: Check for additional values for disabled confirm dialog 6 years ago
Konstantin Voloshchuk 9f383ab228 Fixes #14367: In `yii\db\mysql\QueryBuilder` added support fractional seconds for time types for MySQL >= 5.6.4 6 years ago
Kot 4e6eb5c814 Fixes #16766: `yii\filters\ContentNegotiator` was not setting `Vary` header to inform cache recipients 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
Marcelo de Andrade eec998faac Fixes #16490: Fix schema on rbac init 6 years ago
Marcelo de Andrade b0f2a52219 Fixes #16748: Fixed params when normalize data 6 years ago
Alexander Makarov 9910519aba
Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget" 6 years ago
Alexander Makarov 25e6cd45c5
Fixes #16752: Fix rotating files under Windows 6 years ago
Evgeniy Moiseenko 6e02082303 Fixes #16716: The ability to filter by pressing the Enter key when the option `$filterOnFocusOut` off 6 years ago
Evgeniy Moiseenko 4d26c915dc Additional fix for #14230 6 years ago
Rustam Mamadaminov a953e7e423 Fixes #15791: Added a warning when the form names conflict 6 years ago
Robert Korulczyk 21ab3fbe78 Remove redundant changelog line [skip ci] (#16735) 6 years ago
Alexander Makarov d341958f0e
Improved changelog line [skip ci] (#16734) 6 years ago
Ade Attwood 7dc38ff402 Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget 6 years ago
Evgeniy Moiseenko 7119ff5756 Fixes #16151: Change of scope for method `getTableNameAndAlias()` 6 years ago
Evgeniy Moiseenko a8bfe8bbe6 Fixes #14230: Fixed `itemsOptions` ignored in `checkBoxList` 6 years ago
Evgeniy Moiseenko f7862c16c7 Fixes #14368: Added `role` attribute for active radio list 6 years ago
Evgeniy Moiseenko 3eba4ea69a Fixes #16680: Fixed ActiveField 'text' input with maxlength 6 years ago
Andrey Akimov 87af257892 Fixes #5341: HasMany via two relations 6 years ago
drlibra 5ee7fabbf9 Fixes #16552: Added check in `yii\db\ActiveQuery::prepare()` to prevent populating already populated relation when another relation is requested with `via` 6 years ago