9576 Commits

Author SHA1 Message Date
b4efeb3185 Fix translation string (#20302) 2024-12-28 16:43:35 +03:00
b761bef439 Update changelog with pull request #20296 2024-12-10 12:45:50 +02:00
52ff9dbd48 Prefer classic if construct #20294 2024-12-09 17:59:51 +06:00
b3c23da52f Append additional (error) message only if error_get_last() returns non-null value #20294 2024-12-08 23:34:05 +06:00
0b3370eb36 Update changelog 2024-12-08 18:49:49 +06:00
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
49cfd3b767 Merge pull request #20185 from briedis/master
Support BackedEnum attribute typecast behaviour.
2024-12-07 21:05:06 +03:00
dc05f31100 Fix #20292: Fix \yii\web\Session should not set cookie params, when useCookie is false 2024-12-07 10:19:25 +03:00
047d68c91a Update changelog 2024-12-06 19:11:07 +02:00
0acf0db753 Support BackedEnum attribute typecast behaviour. 2024-12-06 19:04:35 +02:00
65e3369e16 Fix #20140: Fix compatibility with PHP 8.4: calling session_set_save_handler() 2024-12-06 13:34:47 +03:00
5df412df2c Fix #20282: Fix compatibility with PHP 8.4: deprecated constant E_STRICT 2024-12-06 12:31:20 +03:00
80f2545cf1 Fixes CS (#20288) 2024-12-06 09:11:14 +03:00
9d5853de11 Merge branch 'master' into 20279-custom-csrf-header 2024-11-28 12:05:12 +07:00
36b34b0dc1 fix 'unafe' typo 2024-11-28 12:01:15 +07:00
b49fa88f23 Include missing changelog for #20284 (#20286)
* Include missing changelog for #20284

* Update CHANGELOG.md
2024-11-27 18:26:41 +03:00
9d1a7972e5 Merge branch 'yiisoft:master' into 20279-custom-csrf-header 2024-11-27 18:20:47 +07:00
927740ee67 Revert punycode to 1.4.x which supports pre ES6 format 2024-11-26 19:55:50 +03:00
e6e8311d57 fix phpdoc 2024-11-25 13:58:16 +07:00
9a3797b11f update phpdoc 2024-11-24 17:42:00 +07:00
717b285115 add CSRF validation by custom HTTP header 2024-11-23 18:58:06 +07:00
5c168215d3 Fix #20276: Removed autogenerated migration phpdoc 2024-11-12 01:57:49 +03:00
8bd71d3d83 Fix #20273: Remove unnecessary paragonie/random_compat dependency 2024-11-05 02:58:05 +03:00
363f90a202 Merge branch 'master' into 20267-widget-end-resolved-classes 2024-10-30 22:39:22 +02:00
e4d5d73490 Fix #20268: Minor optimisation in \yii\helpers\BaseArrayHelper::map 2024-10-27 13:37:09 +03:00
02ef942c53 Added missing underscore in front of private property #20267 2024-10-19 20:48:31 +03:00
8a0992d5c0 Fixed called class check in Widget::end() when widget configured using callable
See #20267
2024-10-19 20:37:49 +03:00
8724ba3505 Changelog 2024-09-25 15:46:52 -04:00
d9116d3ccd Merge branch 'master' into feature/attach-behaviors-with-closure
# Conflicts:
#	framework/base/Component.php
#	tests/framework/base/ComponentTest.php
2024-09-23 09:39:26 -04:00
dff9c269a2 Changing it to "與" is more formal. 2024-09-23 02:01:05 +00:00
64af4fd7d6 Translate Yii2 Unique Validation Error Message to zh-TW 2024-09-23 01:34:52 +00:00
e69746b2b1 correct CHANGELOG.md to reflect better changes in commit
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2024-09-21 12:05:44 +03:00
26756a7e0f Add support for dropping views in MSSQL server when running migrate/fresh 2024-09-19 22:09:51 +02:00
899a833b16 Merge pull request #20243 from erickskrauch/fix_behaviors_attachment
Fix restored vulnerability after #20232
2024-09-14 12:23:36 +03:00
2d38497f0a Revert "CS fixes"
This reverts commit ff60985e5128a499c5840cae7f20a953ed49119f.
2024-08-25 11:57:46 -04:00
ff60985e51 CS fixes 2024-08-22 16:12:42 -04:00
cc05f92181 Attach behavior via "as foo" with Closure 2024-08-21 23:35:57 -04:00
5abe83e323 Fix #20247: Support for variadic console controller action methods 2024-08-19 08:30:57 +03:00
05a8fbee3e Merge branch 'master' into fix_behaviors_attachment
# Conflicts:
#	framework/base/Component.php
#	tests/framework/base/ComponentTest.php
2024-08-14 16:56:38 +02:00
4b75427011 Fix regression of regression introduced in GHSA-cjcc-p67m-7qxm and #20232 2024-08-14 16:49:26 +02:00
0d0f77529a Fix #20231: Fix regression introduced in #20167 in yii\validators\FileValidator 2024-07-26 19:06:32 +03:00
6abe5bf008 Fix #20232: Fix regression introduced in GHSA-cjcc-p67m-7qxm while attaching behavior defined by __class array key 2024-07-25 11:04:56 +03:00
40fe496eda Fix regression introduced in GHSA-cjcc-p67m-7qxm while attaching behavior defined by __class array key 2024-07-24 23:54:09 +02:00
633998bc0d prepare for next release 2024-07-18 22:50:14 +03:00
9a98aff5fc release version 2.0.51 2024-07-18 22:50:00 +03:00
de2e5ea58c Fix #20230: Fix getting ID in \yii\filters\Cors::actions() when attached to a module 2024-07-18 22:44:00 +03:00
4b0a02e69c Fix #20147: Fix error handler compatibility with PHP 8.3 (#20228) 2024-07-12 17:48:05 +03:00
f96c2c5ef4 Add accidentally removed phpdoc 2024-07-12 16:29:14 +03:00
a6257d8f46 Fix #20226: Revert all PR for "Data providers perform unnecessary COUNT queries that negatively affect performance" 2024-07-12 08:48:58 +03:00
5f5ef64892 Merge pull request #20212 from alxlnk/master
Add regex property to one of required option to MaskedInput inititialization
2024-07-04 18:51:59 +03:00