2875 Commits

Author SHA1 Message Date
9864837764 Revert change and added default time zone to test (#16876)
* Revert change and added default time zone to test(#15528)

* Return comment(#15528)
2018-11-09 21:05:51 +01:00
e11e3eb4c5 Allow \yii\console\widgets\Table to render empty table (#16865)
When headers provided but no columns.
Ref #16858
2018-11-06 00:05:49 +03:00
1fe3d61a3b Fixes #16838: yii\mutex\Mutex::acquire() no longer returns true if lock is already acquired by the same component in the same process 2018-11-05 00:23:23 +03:00
5208ef761e Fixes #16828: yii\console\controllers\MessageController::translator recognized object' methods and functions calls as identical sets of tokens 2018-11-03 11:19:27 +03:00
91c96ff452 Fixes #16839
- Increase frequency of lock tries for `yii\mutex\FileMutex::acquireLock()` when $timeout is provided (rob006)
- Add support for `$timeout` in  `yii\mutex\PgsqlMutex::acquire()`
2018-11-01 01:19:33 +03:00
ab39246ab5 Fixes #16101: Fixed Error Handler to clear registered meta tags, link tags, css/js scripts and files in error view 2018-10-27 20:27:58 +03:00
c92eb7761d Fixes #16836: Fix yii\mutex\MysqlMutex to handle locks with names longer than 64 character 2018-10-27 20:19:17 +03:00
c84a64a0c3 Add $message parameter to TestCase::assertEqualsWithoutLE(). (#16837) 2018-10-27 20:17:08 +03:00
2ef24d9c65 Fixes #16331: Fixed console table without headers 2018-10-26 13:00:49 +03:00
1342eb718b Fixes #15204: yii\helpers\BaseInflector::slug() is not removing substrings matching provided replacement from given string anymore 2018-10-23 22:33:18 +03:00
f3438c450c Fixes #10843: Additional hidden input rendered by yii\helpers\BaseHtml methods inherits disabled HTML option if provided and set to true 2018-10-23 21:29:46 +03:00
b8c2c7fb5e Fixes #16424: yii\db\Transaction::begin() throws now NotSupportedException for nested transaction and DBMS not supporting savepoints 2018-10-23 00:24:05 +03:00
dfe828f76b Fixes #13932: Fix number validator attributes comparison 2018-10-19 23:56:30 +03:00
cfe0bf5cf1 Fixes #14039, fixes #16636: Fixed validation for disabled inputs 2018-10-19 01:26:40 +03:00
7c76696905 Fixes #16425: Check for additional values for disabled confirm dialog 2018-10-19 00:39:22 +03:00
e7ba6b17fc Fixes #16761: Add volume to config.php for MSSQL tests 2018-10-19 00:34:04 +03:00
9f383ab228 Fixes #14367: In yii\db\mysql\QueryBuilder added support fractional seconds for time types for MySQL >= 5.6.4 2018-10-11 14:43:32 +03:00
Kot
4e6eb5c814 Fixes #16766: yii\filters\ContentNegotiator was not setting Vary header to inform cache recipients 2018-10-07 19:03:01 +03:00
af3b8b2f23 Fixes #11960: Fixed checked option ignore in yii\helpers\BaseHtml::checkbox() 2018-10-07 16:29:08 +03:00
0ad5afd387 Fixes #14759: Fixed yii\web\JsonResponseFormatter output for null data 2018-10-07 16:26:59 +03:00
0989e9b591 Fix Unable to load dynamic library pdo_sqlsrv.so (#16764) 2018-10-04 00:13:57 +03:00
9910519aba Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget"
This reverts commit 7dc38ff4029ec96931c574dac430a924370ea039.
2018-10-01 01:04:11 +03:00
6e02082303 Fixes #16716: The ability to filter by pressing the Enter key when the option $filterOnFocusOut off 2018-09-28 15:36:44 +03:00
4d26c915dc Additional fix for #14230 2018-09-25 17:41:45 +03:00
7dc38ff402 Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget 2018-09-23 13:28:09 +03:00
a8bfe8bbe6 Fixes #14230: Fixed itemsOptions ignored in checkBoxList 2018-09-19 17:39:21 +03:00
f7862c16c7 Fixes #14368: Added role attribute for active radio list 2018-09-17 02:26:42 +03:00
3eba4ea69a Fixes #16680: Fixed ActiveField 'text' input with maxlength 2018-09-13 12:18:18 +03:00
87af257892 Fixes #5341: HasMany via two relations 2018-09-09 23:45:32 +03:00
633d6b93b8 Fixes #15802: Fixed exception class in yii\di\Container 2018-09-09 01:12:32 +03:00
dad0938918 Fixed JS tests (#16695) 2018-09-09 00:16:39 +03:00
97bd72374d Fixed js tests configuration (#16694) 2018-09-08 16:22:40 +03:00
8b3da74fc0 Fixed #14901: fixed both implementation and test of trim() JavaScript validator 2018-09-08 02:12:34 +03:00
e53fc0ded1 Fixes #16558: Added cloning yii\data\ActiveDataProvider::query property when ActiveDataProvider object is cloned 2018-08-05 15:18:24 +03:00
bf5476f253 Fixes #15889: Fixed override yii\helpers\Html::setActivePlaceholder 2018-07-29 00:07:09 +08:00
1246e5feb3 Fixes #16514: Fixed yii\di\Container::resolveCallableDependencies to support callable object 2018-07-28 00:41:38 +08:00
d0712e4918 added tests to verify issue #16484
the case is to match all module names before a catch-all URL rule.
module routes should work with "module name only", "module
name+controller name" and "module/controller/action".
2018-07-24 16:45:46 +02:00
1ad85c640b Bug #15826: Fixed JavaScript compareValidator in yii.validation.js for attributes not in rules (mgrechanik) 2018-07-19 12:19:32 +08:00
e9ffcb2d12 Fixes #16456: Fixed OptimisticLockBehavior omitting HTML web forms 2018-07-05 21:16:36 +03:00
80d0c2b05a Fixes #16365: Added $filterOnFocusOut option for GridView 2018-07-04 21:42:40 +03:00
e55b3e0ba1 Fixes #16278: Fixed drop existing views when console migrate/fresh command runs 2018-06-30 02:19:40 +03:00
3555633223 Fixes #14289: Added yii\db\Command::executeResetSequence() to work with Oracle 2018-06-27 22:29:50 +03:00
68e5a9b315 Fix typo (#16443) [skip ci] 2018-06-26 19:05:49 +03:00
ca3c8da503 Fixes #16377: Fixed yii\base\Event:off() undefined index error when event handler does not match 2018-06-12 09:50:43 +03:00
292a545642 Fixes #16104: Fixed yii\db\pgsql\QueryBuilder::dropIndex() to prepend index name with schema name 2018-05-31 17:37:14 +03:00
aeeb6ce39d Fixes #16252: Fixed yii\base\DynamicModel for checking exist property 2018-05-30 22:51:52 +03:00
0b61f9ba3b Fixes #16301: Fixed yii\web\User::setIdentity() to clear access check cache while setting identity object to null 2018-05-21 22:19:49 +05:00
33fe3476c7 Fixes #16280: Fixed yii\base\Model::getActiveValidators() to return correct validators for attribute on scenario 2018-05-21 01:17:34 +05:00
a32cfcc8ef Fixes #16266: Fixed yii\helpers\BaseStringHelper where explode would not allow 0 as trim string 2018-05-13 01:14:39 +03:00
1945dc69c7 Fixes #9133: Added yii\behaviors\OptimisticLockBehavior 2018-05-12 14:43:13 +03:00