9417 Commits

Author SHA1 Message Date
fe46b59361 Change property visibility to allow more flexibility for apps (#19696)
* Change property visibility to allow more flexibility for apps

* Update framework/web/View.php

Co-authored-by: Alexander Makarov <sam@rmcreative.ru>

* Added changelog

Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2022-11-29 08:18:03 +01:00
1f0f701bc3 Fix #19689: Remove empty elements from the class array in yii\helpers\BaseHtml::renderTagAttributes() to prevent unwanted spaces 2022-11-28 23:57:25 +03:00
51fc314f58 Add back SqlToken import in sqlite/Schema 2022-11-28 13:05:19 +04:00
63ae3f9a04 Fix #9740: Usage of DI instead of new keyword in Schemas 2022-11-27 19:10:23 +03:00
c297dfb8f8 Fix pt translation "Vêr" to "Ver" (#19690)
A Portuguese dictionary source: https://www.infopedia.pt/dicionarios/lingua-portuguesa/ver
2022-11-25 07:59:33 +01:00
aed647b78c prepare for next release 2022-11-18 20:22:13 +04:00
68b473679a release version 2.0.47 2022-11-18 20:21:58 +04:00
792619ff99 Fix CHANGELOG 2022-11-18 20:19:48 +04:00
64adbd73c6 Fix #19534: Fix yii\helpers\BaseHtml::renderSelectOptions() to properly render boolean selection 2022-11-17 15:49:09 +03:00
add56d843f Fix #17811: Do not reset retryHandler when yii\db\Command::reset() called 2022-11-16 11:03:00 +03:00
3c6e66f2b3 Unique and Exist validators docs updated (#19678)
* Unique and Exist validators docs updated

* Correct the line in unique validator as well

Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2022-11-16 08:32:27 +01:00
64afc3279a Revert "Fix #19668: Fix Error null check PHP 8.1 yii\validators\FilterValidator"
This reverts commit d056c7f209c3e14c36959225383b0ca4aaaf171f.
2022-11-15 11:46:11 +04:00
86f8fd7e89 Fix #19581: Fix regression in CompositeAuth introduced in #19418 2022-11-15 10:16:59 +03:00
becb910dc9 Fix #19354: Reuse Validator::getAttributeNames() in AttributeTypecastBehavior::detectAttributeTypes() 2022-11-15 09:40:21 +03:00
b563edecd0 Fix Uzbek translation of validator message (#19674) 2022-11-15 09:29:21 +03:00
d056c7f209 Fix #19668: Fix Error null check PHP 8.1 yii\validators\FilterValidator 2022-11-15 09:27:42 +03:00
394922f804 Fix check for stream return false
c33ef022fe (r89827546)
2022-11-14 12:58:06 +03:00
c33ef022fe Fix #19670: Fix Error null check PHP 8.1 yii\rbac\DbManager 2022-11-14 11:39:41 +03:00
e3dab27c33 Fix typo in Container.php phpdoc (#19666) 2022-11-13 21:39:52 +03:00
0b4d5aaafa Fix #19520: Fix for TIMESTAMP & ROWVERSION columns in MSSQL insert query 2022-11-13 21:26:49 +03:00
241ec447b9 PL language fixes 2 (#19662) 2022-11-13 14:33:52 +03:00
a80ca77f33 Added UPGRADE.md note for #19603 (#19645)
Added UPGRADE.md note since the default "scope" of the yii\mutex\MysqlMutex has changed.
2022-11-07 10:34:35 +04:00
56e872e37b PL language fixes (#19659) 2022-11-07 09:14:48 +04:00
ca1c7efa93 Fix #19546: Reverted #19309 2022-10-26 15:59:25 +04:00
fd8b08e022 Added upgrade note about default options for message console command (#19633) 2022-10-25 09:10:07 +02:00
d41752bec8 19265 fix file cache duration phpdoc (#19623)
* #19265 fix file cache duration phpdoc

* #19265 fix file cache duration phpdoc

* Update framework/caching/FileCache.php

Co-authored-by: Bizley <pawel@positive.codes>

* #19265 remove CHANGELOG.md line

* #19265 add CHANGELOG.md line

Co-authored-by: Márton Somogyi <somogyi.marton@metrisoft.hu>
Co-authored-by: Bizley <pawel@positive.codes>
2022-10-16 12:14:01 +02:00
364e907875 #19316 removed not relevant CHANGELOG.md line (#19620)
Co-authored-by: Márton Somogyi <somogyi.marton@metrisoft.hu>
2022-10-13 09:14:14 +02:00
25eed6fe1c Fix phpdoc for yii\web\Controller (#19619) 2022-10-12 08:41:20 +02:00
b2fcedaeea Fix comments in BaseFormatConverter (#19618) 2022-10-12 01:26:20 +04:00
381c266443 #19316 fix MysqlMutex long name (#19614)
Co-authored-by: Márton Somogyi <somogyi.marton@metrisoft.hu>
2022-10-09 20:21:09 +02:00
0b4741ea6a MysqlMutext component fix same connection but difference database fail (#19603)
* MysqlMutext component fix same connection but difference database fail with extended keyPrefix.

* @since added to MysqlMutex#keyPrefix

Co-authored-by: Márton Somogyi <somogyi.marton@metrisoft.hu>
2022-10-06 09:06:59 +02:00
7d8507dea8 Fix eager loading of nested one-to-many relations (#19585)
* Update ActiveRelationTrait.php

fix #19507

* update structure-applications.md wiki links (#19597)

* update structure-models.md wiki links (#19598)

* Update structure-views.md wiki links (#19600)

* update structure-filters.md links (#19601)

* Added nested via relations

* Added nested via relations eager loading test

* Update framework/db/ActiveRelationTrait.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update tests/data/ar/Customer.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update tests/data/ar/Customer.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update tests/framework/db/ActiveRecordTest.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update tests/framework/db/ActiveRecordTest.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update tests/framework/db/ActiveRecordTest.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update tests/framework/db/ActiveRecordTest.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update tests/framework/db/ActiveRecordTest.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update tests/framework/db/ActiveRecordTest.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update tests/framework/db/ActiveRecordTest.php

Co-authored-by: Bizley <pawel@positive.codes>

* Fix #19507: Fix eager loading of nested relations

Co-authored-by: Ihor Sychevskyi <arhell333@gmail.com>
Co-authored-by: Bizley <pawel@positive.codes>
2022-10-04 15:55:53 +06:00
b61b9ac253 Fix #19589: Fix Error reporting in to the BaseArrayHelper::getValue() 2022-09-25 23:48:05 +04:00
6da1f21999 Add second parameter to preg_quote() in Inflector::slug() (#19588) 2022-09-19 19:35:30 +03:00
b99f02eccd Optimize Model::safeAttributes() (#19547) 2022-09-16 10:44:07 +02:00
27344557ea fix xcache link (#19543) 2022-09-07 08:24:35 +02:00
473ead8e46 Optimize: simplified regexp (#19541) 2022-09-06 09:42:58 +03:00
0ababa2d36 small fix #19530 (#19532)
* small fix #19530

* small fix #19530 | fix test

* small fix #19530 | fix test

* small fix #19530 | fix test

* small fix #19530 | update CHANGELOG.md

* Update framework/CHANGELOG.md

Co-authored-by: viktor.shumeiko <viktor.shumeiko@simbirsoft.com>
Co-authored-by: Alexey Rogachev <arogachev90@gmail.com>
2022-09-05 17:32:20 +06:00
5358724251 Fix #12636: Fix CompareValidator successful state when compareAttribute has an error 2022-09-04 22:14:11 +03:00
6a144bfc61 Fix #19537: Fix default expression detection for MariaDB date and time columns 2022-09-04 22:10:02 +03:00
2808e8d814 Fix #15500: Fix saving empty records to MySQL 2022-08-29 10:43:00 +03:00
775e9468cb Fix #14388: Fixed fixture loading order in output message 2022-08-29 10:35:54 +03:00
d6dfca1b80 Fix #16658: Fix file readability check on publishing assets by yii\web\AssetManager 2022-08-29 10:18:59 +03:00
391a741a63 Fix #15557: Fix empty fields exclusion in safe attributes of yii\base\Model 2022-08-29 10:17:11 +03:00
394da2b5e3 Fix #19517: Fix regression in CompositeAuth::authenticate() introduced in #19418 2022-08-28 00:26:03 +03:00
0f21d51648 update links (#19523) 2022-08-27 10:02:08 +02:00
d5e8849283 Fix #19508: Fix wrong selection for boolean attributes in GridView 2022-08-24 15:54:27 +03:00
467bc89c45 Updated Greek messages (#19514) 2022-08-22 09:28:38 +02:00
d8ad6fc0b6 prepare for next release 2022-08-19 01:19:54 +03:00
22614a5b1f release version 2.0.46 2022-08-19 01:18:45 +03:00