8273 Commits

Author SHA1 Message Date
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
ba0a3c00ca Fixes #16183: Fixed when yii\helpers\BaseFileHelper sometimes returned wrong value 2018-10-27 02:07:17 +03:00
31e56d4a22 Remove unnecessary check from DI container 2018-10-26 13:13:27 +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
b070b5f733 Improve annotations for yii\helpers\BaseArrayHelper::getColumn()(#16795) (#16802) [skip ci] 2018-10-20 00:10:48 +03:00
00fe20e675 Wrong annotations for yii\db\QueryTrait::where($condition)(#16794) (#16803) [skip ci] 2018-10-20 00:08:00 +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
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
5d7c5f8ae2 Update CreateAction.php (#16779) [skip ci] 2018-10-11 13:17:06 +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
eec998faac Fixes #16490: Fix schema on rbac init 2018-10-06 00:59:46 +03:00
9fadc6e102 Optimize comment of LinkPager (#16758) [skip ci] 2018-10-06 00:48:20 +03:00
682c7b4a2a added comment about non-looping foreach
fixes #16727
2018-10-05 17:50:03 +02:00
b0f2a52219 Fixes #16748: Fixed params when normalize data 2018-10-02 01:24:39 +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
25e6cd45c5 Fixes #16752: Fix rotating files under Windows 2018-09-30 20:23:27 +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
a953e7e423 Fixes #15791: Added a warning when the form names conflict 2018-09-24 18:45:42 +03:00
21ab3fbe78 Remove redundant changelog line [skip ci] (#16735)
After #16734 there are two lines for the same change.
2018-09-23 16:34:10 +03:00
d341958f0e Improved changelog line [skip ci] (#16734) 2018-09-23 13:32:27 +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
26700f06d1 Merge ActiveField condition with the parent (#16715) 2018-09-19 20:14:32 +03:00
7119ff5756 Fixes #16151: Change of scope for method getTableNameAndAlias() 2018-09-19 19:31:43 +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
5ee7fabbf9 Fixes #16552: Added check in yii\db\ActiveQuery::prepare() to prevent populating already populated relation when another relation is requested with via 2018-09-09 23:44:10 +03:00
633d6b93b8 Fixes #15802: Fixed exception class in yii\di\Container 2018-09-09 01:12:32 +03:00
8b3da74fc0 Fixed #14901: fixed both implementation and test of trim() JavaScript validator 2018-09-08 02:12:34 +03:00
cd442339df Revert "Fixes #16552: Added check in yii\db\ActiveQuery::prepare() to prevent populating already populated relation when another relation is requested with via"
This reverts commit f69612f7927ee8e599a22a0b83b73f64b628b8f0.
2018-09-08 00:37:22 +03:00
1f709e7133 Fixed special case about reflection introduced by #16528 2018-09-08 00:09:51 +03:00
27a5b1e642 UnsetArrayValue, ReplaceArrayValue can now be restored after serialization using var_export() 2018-08-31 13:58:25 +03:00
c286f00060 Fixes #16666: Fixed yii\helpers\ArrayHelper::merge 2018-08-28 12:31:43 +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
0ddc3bf58c Fixes #16603: Added yii\mutex\FileMutex::$isWindows for Windows file shares on Unix guest machines 2018-08-05 12:23:38 +03:00
f69612f792 Fixes #16552: Added check in yii\db\ActiveQuery::prepare() to prevent populating already populated relation when another relation is requested with via 2018-08-04 01:20:17 +03:00
b36639b288 Fixes #14901: Fixed trim validation for radio/checkbox button 2018-08-04 01:06:15 +03:00
4e82541ed3 Fixes #16522: Allow jQuery 3.3 2018-07-31 23:44:35 +03:00
08d8ab2683 Added Belarusian Translations (#16586) [skip ci] 2018-07-31 18:16:20 +03:00
bf5476f253 Fixes #15889: Fixed override yii\helpers\Html::setActivePlaceholder 2018-07-29 00:07:09 +08:00