Евгений
|
d9bdfba1ff
|
Fix #20757: Remove dead code for PHP < 7.4 in Security
|
2026-03-12 19:32:27 +03:00 |
|
Евгений
|
cd71346b3d
|
Exclude non-executable files from Codecov coverage reports (#20790)
|
2026-03-11 00:27:09 +03:00 |
|
Евгений
|
279108f6e4
|
Strengthen core base tests (Event, Component, Model) (#20758)
|
2026-03-09 11:38:36 -03:00 |
|
Maksim Spirkov
|
7f953f53ba
|
Fix @return annotation for Model::rules() (#20764)
|
2026-03-08 13:07:51 -03:00 |
|
Евгений
|
068c5a4da1
|
Remove dead code for PHP < 5.6 in SchemaBuilderTrait::json(). (#20756)
|
2026-03-06 10:35:53 -03:00 |
|
Евгений
|
93dee972b4
|
Added ColumnSchemaTest and SqlTokenTest (#20754)
|
2026-03-06 04:55:14 -03:00 |
|
Евгений
|
623cdb59be
|
Translate missing Russian guide docs and complete partial translations [ci skip] (#20769)
|
2026-03-05 17:24:58 +03:00 |
|
Евгений
|
379b2962d0
|
Added ArrayableTraitTest (#20755)
|
2026-03-03 06:37:47 -03:00 |
|
Maksim Spirkov
|
2a4ed2ea80
|
Analyze the yiiunit\framework\di and yiiunit\framework\filters namespaces using PHPStan (#20753)
Co-authored-by: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com>
|
2026-03-03 11:04:50 +03:00 |
|
Maksim Spirkov
|
a00f675ffb
|
Fix permissions for test-local.sh (#20749)
|
2026-03-03 11:04:09 +03:00 |
|
Maksim Spirkov
|
44306cfac6
|
Analyze the yiiunit\framework\data namespace using PHPStan (#20751)
|
2026-03-02 12:11:37 -03:00 |
|
Maksim Spirkov
|
04fc9d28d5
|
Analyze the yiiunit\framework\caching namespace using PHPStan (#20746)
|
2026-03-02 11:19:23 -03:00 |
|
Maksim Spirkov
|
e229e9fc00
|
Analyze the yiiunit\framework\console namespace using PHPStan (#20750)
|
2026-03-02 10:38:08 -03:00 |
|
Maksim Spirkov
|
7e818f6aa0
|
Fix @var annotations for variables (#20761)
|
2026-03-02 15:03:52 +03:00 |
|
Евгений
|
233a2bea1c
|
strengthened simple validator tests to 100% coverage (#20752)
|
2026-03-01 09:43:24 -03:00 |
|
Евгений
|
26c21c4632
|
strengthened CompareValidatorTest coverage (#20748)
|
2026-03-01 07:55:33 -03:00 |
|
Евгений
|
204a698842
|
Strengthen RequiredValidatorTest coverage (#20747)
|
2026-03-01 06:35:07 -03:00 |
|
Евгений
|
19b39620dc
|
Added tests for SafeValidator and TrimValidator (#20742)
|
2026-03-01 04:55:15 -03:00 |
|
Евгений
|
151385632d
|
Strengthened EmailValidatorTest with RFC boundary condition tests and client-side validation coverage (#20744)
|
2026-02-28 16:34:03 +03:00 |
|
Евгений
|
5755eac911
|
Removed dead code for PHP < 5.6 in UrlValidator and EmailValidator (#20743)
|
2026-02-28 10:33:49 -03:00 |
|
Евгений
|
43cd37269d
|
Completed Russian translation for docs/internals [ci skip] (#20741)
|
2026-02-27 11:10:33 +03:00 |
|
Maksim Spirkov
|
4440bcfa51
|
Analyze the yiiunit\framework\behaviors namespace using PHPStan (#20740)
|
2026-02-27 09:15:44 +04:00 |
|
Maksim Spirkov
|
9d10723978
|
Fix #20739: Fix @var annotation for BaseYii::$app
|
2026-02-22 18:26:58 +03:00 |
|
Maksim Spirkov
|
28bea42401
|
Fix PHPStan errors (#20738)
|
2026-02-21 18:40:29 +03:00 |
|
micro-maureen
|
5c6267702a
|
Removed unnecessary execute permissions. (#20737)
|
2026-02-21 18:16:13 +03:00 |
|
Maksim Spirkov
|
01295bf035
|
Add conditional types in @return annotations in Request::get() and Request::post() (#20735)
|
2026-02-21 00:41:40 +04:00 |
|
Wilmer Arambula
|
42f5c6281e
|
Update CI workflows to use ubuntu-22.04 LTS. (#20736)
|
2026-02-20 09:02:35 -03:00 |
|
Maksim Spirkov
|
dbd9f246de
|
Replace $this with static and covariant static in generics (#20733)
|
2026-02-12 12:20:59 +03:00 |
|
Maksim Spirkov
|
d0fcd4f363
|
Add default types in @template annotations (#20729)
|
2026-02-07 18:26:54 +04:00 |
|
Wilmer Arambula
|
29202e083c
|
Refactor ci-oracle.yml to use yiisoft/yii2-actions. (#20732)
|
2026-02-07 10:50:49 -03:00 |
|
Wilmer Arambula
|
0d2dcaf5f6
|
Refactor ci-mariadb.yml to use yiisoft/yii2-actions. (#20731)
|
2026-02-06 08:12:03 -03:00 |
|
Wilmer Arambula
|
7c8441efea
|
Refactor ci-mssql.yml to use yiisoft/yii2-actions. (#20728)
|
2026-02-05 11:06:37 -03:00 |
|
Maksim Spirkov
|
7d0627b8f6
|
Make the configuration type for Application wider (#20730)
|
2026-02-05 14:16:30 +03:00 |
|
Wilmer Arambula
|
7678561467
|
Refactor ci-pgsql.yml to use yiisoft/yii2-actions. (#20727)
|
2026-02-04 10:04:44 -03:00 |
|
Wilmer Arambula
|
137c60ce2e
|
Refactor ci-sqlite.yml to use yiisoft/yii2-actions. (#20726)
|
2026-01-29 16:16:24 -03:00 |
|
Christina Reichel
|
c3b0b434d7
|
Fix #20714: Allow overriding the yii\grid\GridView's default filterSelector, allow using Closures for filterSelector
|
2026-01-29 21:28:52 +03:00 |
|
Wilmer Arambula
|
248df2730d
|
Refactor ci-mysql.yml to use yiisoft/yii2-actions. (#20725)
|
2026-01-29 15:28:34 -03:00 |
|
Wilmer Arambula
|
252a731d61
|
Refactor static.yml to use yiisoft/yii2-actions. (#20723)
|
2026-01-28 09:12:23 -03:00 |
|
Wilmer Arambula
|
8d1da11887
|
Exclude commit from Git Blame. (#20722)
|
2026-01-28 08:49:13 -03:00 |
|
dependabot[bot]
|
902aabdfed
|
Bump phpunit/phpunit from 9.6.32 to 9.6.33 (#20724)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-28 13:39:22 +03:00 |
|
Wilmer Arambula
|
f66d5c8864
|
Fixed error PHPCS lasted version in PHP 8.5. (#20721)
|
2026-01-27 05:53:03 -03:00 |
|
jeroenlammerts
|
a248c16b99
|
Improve dutch translations (#20720)
|
2026-01-27 09:59:20 +03:00 |
|
Marc Farré
|
20d576e555
|
Fix #20718: When set_time_limit() is not available, throw a warning only for big files
|
2026-01-27 09:58:45 +03:00 |
|
Maksim Spirkov
|
9a9a8b1e21
|
Use PHPStan/Psalm types in PHPDoc annotations (#20717)
|
2026-01-24 16:44:20 +03:00 |
|
Maksim Spirkov
|
41b3255169
|
Bump phpstan/phpstan from 2.1.32 to 2.1.35 (#20713)
|
2026-01-21 01:10:54 +03:00 |
|
Wilmer Arambula
|
eb75371da2
|
Fix #20715: Adjust JSON helper error message assertions for PHP 8.6 compatibility in JsonTest class
|
2026-01-21 01:09:50 +03:00 |
|
Marco van 't Wout
|
114d1c8c46
|
Document that subqueries are also accepted as value in the hash format (#20708)
|
2026-01-16 00:50:27 +03:00 |
|
Maksim Spirkov
|
a984b9ab39
|
Fix #20705: Replace $this with self in generics in Psalm annotations
|
2026-01-14 10:51:18 +03:00 |
|
Maksim Spirkov
|
c5dda6cb40
|
Fix codestyle in mimeTypes.php (#20703)
|
2026-01-12 15:55:09 +03:00 |
|
Alexander Makarov
|
324859b594
|
prepare for next release
|
2026-01-10 01:24:25 +03:00 |
|