Commit Graph

20779 Commits

Author SHA1 Message Date
Bizley
16f50626e1 Merge pull request #20341 from MissCoraline/fix-array-helper-doc
Fix ArrayHelper::index function documentation
2025-03-20 15:57:20 +01:00
X
2db798ce04 Fix ArrayHelper::index function documentation 2025-03-20 18:42:28 +08:00
AIZAWA Hina
c447d95ba7 Correct docblock return type for DataReader::read() method (#20338)
The method's docblock incorrectly stated it always returned an array,
while in practice it can also return `false`.

This change updates the `@return` annotation to correctly specify `array|false`.
2025-03-14 14:40:21 +03:00
Vladimir
e38f62e55b Fix #20329: pgsql: Column Schema doesn't recognize PG type cast 2025-02-27 17:33:35 +03:00
Alex
dbb82a25a2 Fix #20332: Added support for the '__class' key in \yii\di\Instance:eunsure(['__class' => ...]) 2025-02-27 17:32:44 +03:00
Dmitriy Derepko
53ce35423e MetaStorm definitions (#20326) 2025-02-21 19:01:31 +03:00
Dmitriy Derepko
06bd683d21 Add generic types for ActiveRecord and Container (#20325)
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2025-02-21 19:00:43 +03:00
Dmitriy Derepko
1c191eac90 Update MetaStorm plugin config (#20324) 2025-02-18 09:28:18 +03:00
nzwz
4859c8fcae Fix #20309: Add custom attributes support to style tags 2025-02-14 09:59:48 +03:00
Alexander Makarov
7565d337f3 Exclude phpdoc fixes for Codeception generated files 2025-02-13 23:32:02 +03:00
Alexander Makarov
8771c21c29 prepare for next release 2025-02-13 23:02:42 +03:00
Alexander Makarov
40b1ec3799 release version 2.0.52 2.0.52 2025-02-13 23:02:28 +03:00
Alexander Makarov
becf2b23e6 Fix CHANGELOG 2025-02-13 22:40:50 +03:00
Stefano D. Mtangoo
d1463078a6 Fix #20313: Allow CompositeAuth auth methods to use their own request and response if defined
Co-authored-by: Stefano Mtangoo <stefano@hosannahighertech.co.tz>
2025-01-17 11:12:35 +03:00
pamparam83
a05f60beef Add tag case in controller.meta-storm.xml (#20312) 2025-01-16 17:26:30 +03:00
Stefano D. Mtangoo
b0b7832235 Fix #20308: Allow CompositeAuth auth methods to use their own user if defined
Co-authored-by: Stefano Mtangoo <stefano@hosannahighertech.co.tz>
2025-01-14 14:07:19 +03:00
Dmitriy Derepko
fd866da415 Basic setup for MetaStorm (#20307) 2025-01-13 00:44:34 +03:00
Kairat Jenishev
f94017ce4c Fix #20306: Add new yii\helpers\ArrayHelper::flatten() method 2025-01-06 17:53:58 +03:00
Kairat Jenishev
3fc7e71c67 Fix #20295: Add an ability to have wildcards in yii\log\Target::$maskVars array 2025-01-01 22:43:47 +03:00
Robert Korulczyk
a8586fc296 Fix #20300: Clear stat cache in FileCache::setValue() 2024-12-30 19:53:25 +03:00
Rene Saare
b4efeb3185 Fix translation string (#20302) 2024-12-28 16:43:35 +03:00
Alexander Makarov
a7b2a4ef05 Create funding-manifest-urls 2024-12-16 22:56:14 +03:00
Viktor Khokhryakov
3cd8f191d6 Prepare MSSQL workflow for ubuntu-24.04 runner image (#20298) 2024-12-11 14:23:12 +03:00
Stefano D. Mtangoo
dd4efda102 Merge pull request #20296 from briedis/master
Fix enum test. Value used in assertion did not match the actual enum name
2024-12-10 14:03:41 +03:00
Mārtiņš Briedis
b761bef439 Update changelog with pull request #20296 2024-12-10 12:45:50 +02:00
Mārtiņš Briedis
ea4964dede Fix enum test. Value used in assertion should match the actual enum name. 2024-12-10 12:40:50 +02:00
Stefano D. Mtangoo
4ea05758e7 Merge pull request #20294 from xcopy/xcopy-patch-1
Fix "Trying to access array offset on null" warning
2024-12-09 16:34:27 +03:00
Kairat Jenishev
52ff9dbd48 Prefer classic if construct #20294 2024-12-09 17:59:51 +06:00
Kairat Jenishev
b3c23da52f Append additional (error) message only if error_get_last() returns non-null value #20294 2024-12-08 23:34:05 +06:00
Kairat Jenishev
0b3370eb36 Update changelog 2024-12-08 18:49:49 +06:00
Kairat Jenishev
10fa457f32 Fix "Trying to access array offset on null" warning, since the return value of error_get_last() can be null #17365 2024-12-08 13:46:32 +06:00
Stefano D. Mtangoo
49cfd3b767 Merge pull request #20185 from briedis/master
Support BackedEnum attribute typecast behaviour.
2024-12-07 21:05:06 +03:00
Carsten Brandt
dc05f31100 Fix #20292: Fix \yii\web\Session should not set cookie params, when useCookie is false 2024-12-07 10:19:25 +03:00
Mārtiņš Briedis
4b4eb9dab1 Rename enum cases to match suggested formatting (RFC) 2024-12-06 19:23:52 +02:00
Mārtiņš Briedis
047d68c91a Update changelog 2024-12-06 19:11:07 +02:00
Mārtiņš Briedis
0acf0db753 Support BackedEnum attribute typecast behaviour. 2024-12-06 19:04:35 +02:00
Viktor Khokhryakov
65e3369e16 Fix #20140: Fix compatibility with PHP 8.4: calling session_set_save_handler() 2024-12-06 13:34:47 +03:00
Viktor Khokhryakov
5df412df2c Fix #20282: Fix compatibility with PHP 8.4: deprecated constant E_STRICT 2024-12-06 12:31:20 +03:00
Viktor Khokhryakov
80f2545cf1 Fixes CS (#20288) 2024-12-06 09:11:14 +03:00
Tobias Munk
8fe8cdd4d9 reset useCookie value (#20287)
* reset useCookie value
see also https://github.com/yiisoft/yii2-docker/issues/174

* removed empty line
2024-12-06 09:10:17 +03:00
Stefano D. Mtangoo
1a54384370 Merge pull request #20280 from olegbaturin/20279-custom-csrf-header
add CSRF validation by custom HTTP header
2024-11-28 11:27:22 +03:00
olegbaturin
9d5853de11 Merge branch 'master' into 20279-custom-csrf-header 2024-11-28 12:05:12 +07:00
Oleg Baturin
36b34b0dc1 fix 'unafe' typo 2024-11-28 12:01:15 +07:00
Stefano D. Mtangoo
b49fa88f23 Include missing changelog for #20284 (#20286)
* Include missing changelog for #20284

* Update CHANGELOG.md
2024-11-27 18:26:41 +03:00
olegbaturin
9d1a7972e5 Merge branch 'yiisoft:master' into 20279-custom-csrf-header 2024-11-27 18:20:47 +07:00
Stefano D. Mtangoo
c190e9b5d2 Merge pull request #20284 from mtangoo/master
Revert punycode to 1.4.x which supports pre ES6 format
2024-11-27 11:39:08 +03:00
Stefano D. Mtangoo
927740ee67 Revert punycode to 1.4.x which supports pre ES6 format 2024-11-26 19:55:50 +03:00
Oleg Baturin
e6e8311d57 fix phpdoc 2024-11-25 13:58:16 +07:00
Oleg Baturin
9a3797b11f update phpdoc 2024-11-24 17:42:00 +07:00
Oleg Baturin
2ef9471af6 update tests 2024-11-23 19:15:20 +07:00