9442 Commits

Author SHA1 Message Date
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
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
c9b425e8c8 Update CHANGELOG.md 2024-07-03 12:13:46 +03:00
97466bd11d Add upgrade note for 2.0.50 (#20200) 2024-07-01 09:00:27 +03:00
883e1d81fc update links (#20219) 2024-06-30 20:45:04 +03:00
9ebb903a2e Add regex property to one of required option. 2024-06-24 17:40:29 +03:00
76150c5403 Revert "Fix #20198: Boolean values of the value HTML attribute are now converted to integer values"
This reverts commit 0e50cee88fe7817cd23c764f16a2b1f8feb0694f.
2024-06-19 21:04:17 +03:00
8dacd2aad7 Fix #20195: Do not set non abstract values into ColumnSchema->type on MSSQL version less then 2017 2024-06-18 12:30:42 +03:00
0e50cee88f Fix #20198: Boolean values of the value HTML attribute are now converted to integer values 2024-06-17 18:57:37 +03:00
140570d186 Remove cache \yii\data\ActiveDataProvider::prepareTotalCount() (#20206) 2024-06-17 13:20:35 +03:00
fe5688d319 Fix #16116: Codeception: oci does not support enabling/disabling integrity check 2024-06-12 17:13:26 +03:00
048eef42cd Fix #20191: Fix ActiveRecord::getDirtyAttributes() for JSON columns with multi-dimensional array values 2024-06-08 10:31:26 +03:00
3fa2d61e54 Fix #20175: Fix bad result for pagination when used with GridView 2024-06-08 10:29:40 +03:00
d9d168b036 Improve Thai translations in Yii2 framework messages. (#20188)
- Improve Thai translations in Yii2 framework messages so that they are more accurate and harmoniously sounding to Thai-native speakers.
- Translate not-yet-translated items.
2024-06-05 20:05:43 +03:00
855522cc9a Updated JS test packages (#20180)
Updated Node (6 -> 20), NPM (6 -> 10), jsdom (11.11.0 -> 24.1.0), leche (2.2.3 -> 2.3.0), mocha (5.2.0 -> 6.2.3)
2024-06-03 10:07:22 +03:00
6b1591b222 prepare for next release 2024-05-30 20:23:51 +03:00
52e4a3e645 release version 2.0.50 2024-05-30 20:23:31 +03:00
920ce2626a Fix CHANGELOG formatting 2024-05-30 19:31:50 +03:00
f7baab16e7 Merge pull request from GHSA-qg5r-95m4-mjgj
* Hotfix: Reflected XSS in Debug mode

* Added entry for the security issue GHSA-qg5r-95m4-mjgj to the CHANGELOG

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2024-05-30 19:29:52 +03:00
628d406bfa Merge pull request from GHSA-cjcc-p67m-7qxm
* Fix: Unsafe Reflection in base Component class

* Fix style for consistency

* add changelog entry

* Fix wrong logic

* Fix exception message

* Update framework/CHANGELOG.md

---------

Co-authored-by: Stefano Mtangoo <stefano@hosannahighertech.co.tz>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2024-05-30 19:15:58 +03:00
42e6524413 Fix tests addCheck(), dropCheck() MariaDB. (#20174) 2024-05-30 18:54:15 +03:00
e92466bbba Fix #19855: Fixed yii\validators\FileValidator to not limit some of its rules only to array attribute 2024-05-30 14:36:12 +03:00
5ebc175768 Fix: #20171: Support JSON columns for MariaDB 10.4 or higher 2024-05-29 15:01:48 +03:00
af705d9eb2 Fix ci lint. 2024-05-28 11:54:31 -04:00
7a8b9d63ad Fix #20165: Adjust pretty name of closures for PHP 8.4 compatibility 2024-05-27 16:08:59 +03:00
2d2e141e3e Minor improvents. 2024-05-18 16:54:18 -04:00
14e2631fdf Normalize column names. 2024-05-18 14:03:39 -04:00
bd73df5dcf Fix MySQL version check for check constraints. 2024-05-18 13:39:02 -04:00
4996fd3d91 Add draft loadTableChecks() method, and add tests. 2024-05-18 13:35:03 -04:00
f3f2f2bb08 Apply sugestion rob006. 2024-05-18 11:43:02 -04:00
bd68552b73 Fix error typo. 2024-05-17 10:01:31 -04:00
d7fa8aaa6b Add line in CHANGELOG..md. 2024-05-17 09:57:55 -04:00
e7b6330dbb Merge branch 'master' into master 2024-05-16 15:04:21 +03:00
f2ea9be242 Update deprecated isArray() method in Controller.php (#20156) 2024-05-16 13:16:33 +03:00
391997a96b Fix CallbackDependency (#20158) 2024-05-16 12:29:32 +03:00
90c0eb02d1 Fix #20055: Fix Response header X-Pagination-Total-Count is always 0 2024-05-16 12:03:03 +03:00