Mārtiņš Briedis
|
4b4eb9dab1
|
Rename enum cases to match suggested formatting (RFC)
|
2024-12-06 19:23:52 +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 |
|
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 |
|
Oleg Baturin
|
36b34b0dc1
|
fix 'unafe' typo
|
2024-11-28 12:01:15 +07:00 |
|
Oleg Baturin
|
2ef9471af6
|
update tests
|
2024-11-23 19:15:20 +07:00 |
|
Oleg Baturin
|
717b285115
|
add CSRF validation by custom HTTP header
|
2024-11-23 18:58:06 +07:00 |
|
Janne
|
363f90a202
|
Merge branch 'master' into 20267-widget-end-resolved-classes
|
2024-10-30 22:39:22 +02:00 |
|
Christina Reichel
|
e4d5d73490
|
Fix #20268: Minor optimisation in \yii\helpers\BaseArrayHelper::map
|
2024-10-27 13:37:09 +03:00 |
|
Janne
|
8a0992d5c0
|
Fixed called class check in Widget::end() when widget configured using callable
See #20267
|
2024-10-19 20:37:49 +03:00 |
|
Tim Kelty
|
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 |
|
Stefano D. Mtangoo
|
899a833b16
|
Merge pull request #20243 from erickskrauch/fix_behaviors_attachment
Fix restored vulnerability after #20232
|
2024-09-14 12:23:36 +03:00 |
|
Tim Kelty
|
be3d8efe0b
|
Fix attachBehavior test
|
2024-08-22 15:29:41 -04:00 |
|
Tim Kelty
|
cc05f92181
|
Attach behavior via "as foo" with Closure
|
2024-08-21 23:35:57 -04:00 |
|
Brandon Kelly
|
5abe83e323
|
Fix #20247: Support for variadic console controller action methods
|
2024-08-19 08:30:57 +03:00 |
|
ErickSkrauch
|
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 |
|
ErickSkrauch
|
4b75427011
|
Fix regression of regression introduced in GHSA-cjcc-p67m-7qxm and #20232
|
2024-08-14 16:49:26 +02:00 |
|
Bizley
|
0d0f77529a
|
Fix #20231: Fix regression introduced in #20167 in yii\validators\FileValidator
|
2024-07-26 19:06:32 +03:00 |
|
ErickSkrauch
|
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 |
|
ErickSkrauch
|
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 |
|
Wilmer Arambula
|
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 |
|
Oleksandr Lynnyk
|
32688de621
|
Update active field options test.
|
2024-07-04 13:32:20 +03:00 |
|
Oleksandr Lynnyk
|
0a5b71f4d1
|
Add test.
|
2024-07-03 12:11:29 +03:00 |
|
Alexander Makarov
|
76150c5403
|
Revert "Fix #20198: Boolean values of the value HTML attribute are now converted to integer values"
This reverts commit 0e50cee88f.
|
2024-06-19 21:04:17 +03:00 |
|
Evgeniy Moiseenko
|
0e50cee88f
|
Fix #20198: Boolean values of the value HTML attribute are now converted to integer values
|
2024-06-17 18:57:37 +03:00 |
|
Brandon Kelly
|
048eef42cd
|
Fix #20191: Fix ActiveRecord::getDirtyAttributes() for JSON columns with multi-dimensional array values
|
2024-06-08 10:31:26 +03:00 |
|
Alex
|
3fa2d61e54
|
Fix #20175: Fix bad result for pagination when used with GridView
|
2024-06-08 10:29:40 +03:00 |
|
rhertogh
|
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 |
|
Alexander Makarov
|
ff3aee30e4
|
Fix ErrorHandler quoting tests
|
2024-05-30 19:44:23 +03:00 |
|
Wilmer Arambula
|
42e6524413
|
Fix tests addCheck(), dropCheck() MariaDB. (#20174)
|
2024-05-30 18:54:15 +03:00 |
|
Bizley
|
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 |
|
Wilmer Arambula
|
e1268d1f15
|
Fix testColumnSchema in MariaDB 10.4 or higher. (#20172)
|
2024-05-30 11:02:18 +03:00 |
|
Wilmer Arambula
|
5ebc175768
|
Fix: #20171: Support JSON columns for MariaDB 10.4 or higher
|
2024-05-29 15:01:48 +03:00 |
|
Wilmer Arambula
|
2ead4f31c6
|
Fixed tests.
|
2024-05-18 17:01:35 -04:00 |
|
Wilmer Arambula
|
2d2e141e3e
|
Minor improvents.
|
2024-05-18 16:54:18 -04:00 |
|
Wilmer Arambula
|
14e2631fdf
|
Normalize column names.
|
2024-05-18 14:03:39 -04:00 |
|
Wilmer Arambula
|
132b06cf8d
|
Run tests MySQL > 8.0.16.
|
2024-05-18 13:48:44 -04:00 |
|
Wilmer Arambula
|
4996fd3d91
|
Add draft loadTableChecks() method, and add tests.
|
2024-05-18 13:35:03 -04:00 |
|
Wilmer Arambula
|
f3f2f2bb08
|
Apply sugestion rob006.
|
2024-05-18 11:43:02 -04:00 |
|
Alex
|
90c0eb02d1
|
Fix #20055: Fix Response header X-Pagination-Total-Count is always 0
|
2024-05-16 12:03:03 +03:00 |
|
Vlad Varlamov
|
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 |
|
skepticspriggan
|
bf3ada13fc
|
Fix #20087: Add custom attributes to script tags
|
2024-04-03 16:18:16 +03:00 |
|
skepticspriggan
|
e56e777325
|
Fix #20083: Fix deprecated warning implicit conversion from float
|
2024-04-03 00:40:02 +03:00 |
|
Wilmer Arambula
|
923c30938d
|
Fix optional parameter declared before required parameter implicitly (#20139)
|
2024-03-26 19:31:20 +03:00 |
|
Ayesh Karunaratne
|
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 |
|
Wilmer Arambula
|
3357e64ee6
|
Remove test of data providers, and replace expectNotToPerformAssertions() to assertTrue(true) for code coverage.
|
2024-03-21 09:56:54 -03:00 |
|
Wilmer Arambula
|
4b1281618a
|
Fix testVariadicConstructor and testVariadicCallable in ContainerTest.php.
|
2024-03-21 09:43:20 -03:00 |
|
Wilmer Arambula
|
e7f233c4b8
|
Revert remove testVariadicConstructor(), testVariadicCallable() in ContainerTest.php.
|
2024-03-21 09:35:28 -03:00 |
|
Wilmer Arambula
|
843368cd0c
|
Fix tests testCastValues() for mssql, mysql.
|
2024-03-21 09:07:39 -03:00 |
|