8343 Commits (6bd04093db904a3b21cd17a6947e4232c6ad4fa5)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 8c72db9b48
Enhanced PHPDocs for IdentityInterface::getAuthKey() 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
Viktor Kabachenko 383953d9b7 Update BaseArrayHelper.php (#1) (#16894) 6 years ago
Carsten Brandt c82aedb86d
add a comment to explain why Url::to() is called in Controller::redirect() 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
Carsten Brandt 40d8639a91
Update Formatter.php 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
RobinKamps 0f0e895475
Fixes #13977: Skip validation if file input does not exist 6 years ago
Robert Korulczyk ae5dee485e Improve Query PHPDoc [skip ci]. (#16834) 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
soul11201 31e56d4a22 Remove unnecessary check from DI container 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 b070b5f733 Improve annotations for yii\helpers\BaseArrayHelper::getColumn()(#16795) (#16802) [skip ci] 6 years ago
Evgeniy Moiseenko 00fe20e675 Wrong annotations for yii\db\QueryTrait::where($condition)(#16794) (#16803) [skip ci] 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
CedricYii 5d7c5f8ae2 Update CreateAction.php (#16779) [skip ci] 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
Nick Tsai 9fadc6e102 Optimize comment of LinkPager (#16758) [skip ci] 6 years ago
Carsten Brandt 682c7b4a2a
added comment about non-looping foreach 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 26700f06d1 Merge ActiveField condition with the parent (#16715) 6 years ago