2813 Commits (08487e92e430feb183caa47bfeb8e652469d05fb)

Author SHA1 Message Date
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Evgeniy Moiseenko 9864837764 Revert change and added default time zone to test (#16876) 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
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
Robert Korulczyk c84a64a0c3 Add `$message` parameter to `TestCase::assertEqualsWithoutLE()`. (#16837) 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
Marcelo de Andrade e7ba6b17fc Fixes #16761: Add volume to config.php for MSSQL tests 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 0989e9b591 Fix Unable to load dynamic library pdo_sqlsrv.so (#16764) 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
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
Ade Attwood 7dc38ff402 Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget 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
Elvira Sheina 633d6b93b8 Fixes #15802: Fixed exception class in yii\di\Container 6 years ago
Alexander Makarov dad0938918
Fixed JS tests (#16695) 6 years ago
Rustam Mamadaminov 97bd72374d Fixed js tests configuration (#16694) 6 years ago
Alexander Makarov 8b3da74fc0
Fixed #14901: fixed both implementation and test of trim() JavaScript validator 6 years ago
Mikhail e53fc0ded1 Fixes #16558: Added cloning `yii\data\ActiveDataProvider::query` property when ActiveDataProvider object is cloned 6 years ago
Alexey bf5476f253 Fixes #15889: Fixed override `yii\helpers\Html::setActivePlaceholder` 6 years ago
船歌 1246e5feb3 Fixes #16514: Fixed `yii\di\Container::resolveCallableDependencies` to support callable object 6 years ago
Carsten Brandt d0712e4918 added tests to verify issue #16484 6 years ago
Mikhail 1ad85c640b Bug #15826: Fixed JavaScript compareValidator in `yii.validation.js` for attributes not in rules (mgrechanik) 6 years ago
Salem Ouerdani e9ffcb2d12 Fixes #16456: Fixed OptimisticLockBehavior omitting HTML web forms 6 years ago
Evgeniy Moiseenko 80d0c2b05a Fixes #16365: Added $filterOnFocusOut option for GridView 6 years ago
Elvira Sheina e55b3e0ba1 Fixes #16278: Fixed drop existing views when console `migrate/fresh` command runs 6 years ago
CedricYii 3555633223 Fixes #14289: Added `yii\db\Command::executeResetSequence()` to work with Oracle 6 years ago
bscheshirwork 68e5a9b315 Fix typo (#16443) [skip ci] 6 years ago
Razvan Grigore ca3c8da503 Fixes #16377: Fixed `yii\base\Event:off()` undefined index error when event handler does not match 6 years ago
Sergey 292a545642 Fixes #16104: Fixed `yii\db\pgsql\QueryBuilder::dropIndex()` to prepend index name with schema name 6 years ago
Vuong Minh aeeb6ce39d Fixes #16252: Fixed `yii\base\DynamicModel` for checking exist property 6 years ago
Viktor 0b61f9ba3b Fixes #16301: Fixed `yii\web\User::setIdentity()` to clear access check cache while setting identity object to `null` 6 years ago
Paweł Jankowiak 33fe3476c7 Fixes #16280: Fixed `yii\base\Model::getActiveValidators()` to return correct validators for attribute on scenario 6 years ago
Thoulah a32cfcc8ef Fixes #16266: Fixed `yii\helpers\BaseStringHelper` where explode would not allow 0 as trim string 6 years ago