19637 Commits

Author SHA1 Message Date
b41f4dc76f Remove capitalized versions of rules 2021-05-07 21:32:13 +08:00
9ce0d42daf Update BaseInflector.php 2021-05-07 01:36:02 +03:00
c9889cfd2f Update InflectorTest.php 2021-05-07 01:35:40 +03:00
7e970edb37 Merge branch 'master' into inflextor_fixes 2021-05-06 13:07:31 +03:00
52cf02d685 Fix #18634: Fix yii\db\BaseActiveRecord::unlink() and unlinkAll() to omit condition for on property when it doesn't exist 2021-05-06 13:04:40 +03:00
1646a135dc Merge branch 'master' into inflextor_fixes 2021-05-06 02:24:38 +03:00
3a58026359 prepare for next release 2021-05-06 00:08:58 +03:00
88a7a00458 release version 2.0.42 2.0.42 2021-05-06 00:08:29 +03:00
26656a2ed1 Minor cleanup 2021-05-05 19:29:51 +03:00
08a133e728 Update docs for #9718 (#18623)
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2021-05-05 12:47:38 +03:00
68a1c32400 Fix #18624: Fix yii\di\Container to properly resolve dependencies in case of PHP 8 union types 2021-05-04 16:19:24 +03:00
7a67aa3e36 Merge pull request #18630 from Arhell/fix-link
fix link docs
2021-05-04 09:36:36 +02:00
410b536608 fix link 2021-05-04 02:40:42 +03:00
9c8f653554 Added 'software' and 'hardware' string to BaseInflector $specials. 2021-05-03 14:34:22 +08:00
7a855a7d99 Merge pull request #18626 from yiisoft/bizley-patch-1-1
Improve docs
2021-04-30 11:07:14 +02:00
209cf9b2de Improve docs 2021-04-30 09:55:46 +02:00
18cd95b563 Merge pull request #18617 from darkdef/iss18604
Fix for issue #18604
2021-04-29 22:00:16 +02:00
f7fe3ae5f2 Merge branch 'master' into iss18604 2021-04-29 19:53:01 +02:00
4f74d2a2db Add line to changelog 2021-04-29 19:47:01 +03:00
f1a1d9ac03 Merge pull request #18622 from yiisoft/bizley-patch-1
Fix PHP8 deprecation
2021-04-28 21:13:55 +02:00
f14b2ccd89 remove duplicate code 2021-04-28 18:32:43 +03:00
a7ee99ce92 Update framework/db/mssql/QueryBuilder.php
Co-authored-by: Bizley <pawel@positive.codes>
2021-04-28 18:28:20 +03:00
662c54b47c Update framework/db/mssql/ColumnSchemaBuilder.php
Co-authored-by: Bizley <pawel@positive.codes>
2021-04-28 18:27:30 +03:00
5b4af8dbba Fix PHP8 deprecation 2021-04-28 17:19:20 +02:00
edbf4c5ff0 Merge branch 'master' into iss18604 2021-04-28 16:10:57 +02:00
18ec576d13 Merge pull request #18621 from schmunk42/feature/composer2-lock
updated lock with composer 2
2021-04-28 15:46:34 +02:00
9909462eda updated lock with composer 2 2021-04-28 15:24:44 +02:00
7d8c955ebc Merge branch 'master' into iss18604 2021-04-28 10:02:57 +02:00
629133f1bf Fix #18619: Do not modify yii\web\Cookie::$path on yii\web\Response::sendCookies() 2021-04-27 21:10:13 +03:00
2d76f33dd4 Fixes after review 2021-04-27 12:15:31 +03:00
12ccd2adde Update framework/db/mssql/QueryBuilder.php
Co-authored-by: Bizley <pawel@positive.codes>
2021-04-27 12:09:32 +03:00
a0552f1680 Update framework/db/mssql/QueryBuilder.php
Co-authored-by: Bizley <pawel@positive.codes>
2021-04-27 12:09:14 +03:00
98b0c5b665 Update framework/db/mssql/ColumnSchemaBuilder.php
Co-authored-by: Bizley <pawel@positive.codes>
2021-04-27 12:08:22 +03:00
dbc4d1ecea Update framework/db/mssql/ColumnSchemaBuilder.php
Co-authored-by: Bizley <pawel@positive.codes>
2021-04-27 12:08:15 +03:00
a1cc222927 Update framework/db/mssql/QueryBuilder.php
Co-authored-by: Bizley <pawel@positive.codes>
2021-04-27 12:08:06 +03:00
01a9fef962 Update framework/db/mssql/ColumnSchemaBuilder.php
Co-authored-by: Bizley <pawel@positive.codes>
2021-04-27 12:07:38 +03:00
d4c1e070f0 Merge branch 'master' into iss18604 2021-04-27 10:15:59 +02:00
4fba562cd0 New attemp 2021-04-26 19:24:14 +03:00
f00e44fb6e Fix #18569: Add NumberValidator::$allowArray 2021-04-26 15:43:13 +03:00
9367af4b15 Fix for issue #18604 2021-04-25 20:19:14 +03:00
03052621b7 Fix #18611: Add note about isAcquired() behavior to Mutex (#18615) 2021-04-24 15:43:48 +03:00
4e2cd24399 Merge pull request #18614 from yiisoft/18613-do-not-use-this-for-static
Do not use $this to call static method
2021-04-24 13:06:10 +02:00
250b2cf4ff Remove extra space from changelog 2021-04-24 11:35:14 +03:00
f62701bf1d Fixed another call 2021-04-24 11:33:59 +03:00
3d4b0f941e Add changelog 2021-04-23 23:33:06 +03:00
ffec508e58 Do not use $this to call static method 2021-04-23 21:36:24 +03:00
ad2ce6ad4f Fix event namespace in yii\db\Connection phpdoc (#18608) 2021-04-20 09:53:48 +03:00
a6dba47963 Fix #18590: Fix yii\web\UrlManager to instantiate cache only when it's actually needed 2021-04-10 13:02:23 +03:00
5ad809e815 Fix #18593: Fix setting the maxlength attribute for Html::activeInput() and Html::activeTextArea() based on length parameter of validator 2021-04-09 20:15:14 +03:00
9cea743191 Merge pull request #18588 from ihitbuttons/18585-email-validator-idn-fix
Fixing Email Validator to handle edge case
2021-04-07 21:55:40 +03:00