|
|
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 |
|
|
|
4b4eb9dab1
|
Rename enum cases to match suggested formatting (RFC)
|
2024-12-06 19:23:52 +02: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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
2ef9471af6
|
update tests
|
2024-11-23 19:15:20 +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 |
|
|
|
5ec5a4b74d
|
Merge pull request #20270 from jrajamaki/20267-widget-end-resolved-classes
Fix: called class check in `Widget::end()` when widget configured using callable. Closes #20267
|
2024-10-31 11:03:49 +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 |
|
|
|
25059c4e08
|
Docs: Ukrainian — Add Sessions&Cookies page (#20272)
|
2024-10-27 12:08:06 +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 |
|
|
|
3c75ff1043
|
Merge pull request #20248 from timkelty/feature/attach-behaviors-with-closure
Attach behavior via "as behaviorName" with Closure
|
2024-09-26 04:51:51 +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 |
|
|
|
eb304e7615
|
Merge pull request #20259 from harusakura924/translate-tw-unique
Translate Yii2 Unique Validation Error Message to zh-TW
|
2024-09-23 08:57:05 +02: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 |
|
|
|
62f7f12aee
|
Merge pull request #20257 from ambrozt/bugfix/20256-mssql-drop-views
Add support for dropping views in MSSQL server when running migrate/fresh
|
2024-09-22 16:38:33 +03: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 |
|
|
|
964fe57625
|
Исправления документации на русском языке (#20249)
|
2024-08-31 14:39:14 +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 |
|
|
|
be3d8efe0b
|
Fix attachBehavior test
|
2024-08-22 15:29:41 -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 |
|
|
|
34d2396920
|
Update PHP and MSSQL versions in CI workflow. (#20240)
|
2024-08-05 23:55:45 +04:00 |
|