20680 Commits

Author SHA1 Message Date
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
ec46ede976 Trasnlate security authentication to spanish (#20193) 2024-06-08 10:31:55 +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
f1ac78f578 Merge pull request #20190 from terabytesoftw/fix-ci-codecov-version
Update Codecov action to `v4` in CI workflows.
2024-06-07 08:40:01 +02:00
8cb50484a4 Update Codecov action to v4 in CI workflows. 2024-06-06 08:54:04 -04: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 2.0.50 2024-05-30 20:23:31 +03:00
56c0079d1b Remove phpunit cache 2024-05-30 19:45:29 +03:00
ff3aee30e4 Fix ErrorHandler quoting tests 2024-05-30 19:44:23 +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
e1268d1f15 Fix testColumnSchema in MariaDB 10.4 or higher. (#20172) 2024-05-30 11:02:18 +03:00
5ebc175768 Fix: #20171: Support JSON columns for MariaDB 10.4 or higher 2024-05-29 15:01:48 +03:00
c6145cb87c Add tests for MariaDb (#20169) 2024-05-29 13:02:59 +03:00
bceb37e524 Merge pull request #20170 from terabytesoftw/fix-yii2-coding-standard
Fix ci lint.
2024-05-28 21:34:35 +02: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
9975597606 Merge pull request #19881 from bobonov/master
Migration & MySql Query addCheck() and dropCheck()
2024-05-22 18:18:40 +03:00
2ead4f31c6 Fixed tests. 2024-05-18 17:01:35 -04:00
2d2e141e3e Minor improvents. 2024-05-18 16:54:18 -04:00
14e2631fdf Normalize column names. 2024-05-18 14:03:39 -04:00
132b06cf8d Run tests MySQL > 8.0.16. 2024-05-18 13:48:44 -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
8861f7bd9d Fix #20137: Added yii\caching\CallbackDependency to allow using a callback to determine if a cache dependency is still valid 2024-04-14 01:36:29 +03:00
a733e8a6b2 Add a throws comment to BaseActiveRecord save 2024-04-14 01:30:18 +03:00
bf3ada13fc Fix #20087: Add custom attributes to script tags 2024-04-03 16:18:16 +03:00
f7cba1b9de Fix required branch not specified (#20143) 2024-04-03 00:40:39 +03:00
e56e777325 Fix #20083: Fix deprecated warning implicit conversion from float 2024-04-03 00:40:02 +03:00
e9a93a82ec Merge pull request #20141 from terabytesoftw/update-dependency
Update `ezyang/htmlpurifier` dependency to version `4.17`.
2024-04-02 16:34:35 +03:00
97ca1f2b18 Merge pull request #20142 from rhertogh/versions_php_compatibility_in_readme
Versions & PHP compatibility
2024-03-28 13:32:29 +01:00
1cdb04236d Added "Versions & PHP compatibility" section to readme.md 2024-03-27 21:20:06 +01:00
26f9e326c4 Add line to CHANGELOG.md. 2024-03-27 06:09:44 -03:00
953a1265d7 Update ezyang/htmlpurifier dependency to version 4.17. 2024-03-26 15:04:45 -03:00
923c30938d Fix optional parameter declared before required parameter implicitly (#20139) 2024-03-26 19:31:20 +03:00
a292af13bf [PHP 8.4] Fixes for implicit nullability deprecation (#20133)
Fixes all issues that emit deprecation notices on PHP 8.4 for implicit nullable parameter type declarations.
Related to #20128.

See:
 - [RFC](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types)
 - [PHP 8.4: Implicitly nullable parameter declarations deprecated](https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated)

Co-authored-by: Wilmer Arambula <terabytesoftw@gmail.com>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2024-03-26 11:27:58 +03:00