20410 Commits

Author SHA1 Message Date
5a434ee933 Fix IsOneOfAssert constructor parameter type declaration. 2024-03-21 08:18:12 -03:00
e82127e91d Update arrayTypedProperty declaration to use PHP 7.4 typed properties. 2024-03-21 08:08:16 -03:00
e4e470fb10 Update PHP version requirement to 7.3.0 or higher in README.md. 2024-03-21 07:14:15 -03:00
1a34aaa3f6 Update docs PHP version requirement to 7.3.0 or higher. 2024-03-21 07:11:40 -03:00
a9ac7f5cee Update PHP version requirement to 7.3.0 or higher in requirements.php. 2024-03-21 07:09:39 -03:00
f8884dcb22 Add line to CHANGELOG,md. 2024-03-21 07:02:47 -03:00
daae9cf9fe Update composer.json to require PHP 7.3 or higher. 2024-03-21 06:58:47 -03:00
aec3b79e6d Change @expectException with $this->expectException. 2024-03-20 18:49:27 -03:00
ae7db0aaee Only coverage PHP 7.4 and upload version tests scrutinizer.yml. 2024-03-20 18:22:38 -03:00
c2d4691fee Update composer.json
Co-authored-by: Robert Korulczyk <robert@korulczyk.pl>
2024-03-20 18:00:30 -03:00
ce813e5060 Raise version min PHP 7.3. 2024-03-20 17:27:20 -03:00
e2a167028b Upgrade to PSR12 coding standard (#20121) 2024-03-19 17:21:27 +03:00
b0aa6ab852 Merge pull request #20126 from forevermatt/patch-1
Fix typo in setCookieParams() documentation
2024-03-07 10:02:22 +01:00
75b95980f1 FIx misspelled "token" in Portuguese Translation (#20125)
Change "toke" on line 52 to "token"
2024-03-07 08:24:00 +03:00
e02245f18e Fix typo in setCookieParams() documentation 2024-03-06 14:34:00 -05:00
283499cf61 Fix #20122: Fixed parsing of boolean keywords (e.g. used in SQLite) in \yii\db\ColumnSchema::typecast() 2024-03-03 11:32:21 +03:00
78cc7198f4 Correction text "Таҳририлаш" => "Таҳрирлаш" (#20120)
In Uzbek it is "Таҳрирлаш"  not  "Таҳририлаш"
2024-02-27 09:32:33 +03:00
c2e0485e0a Explain why DI fails sometimes and how to fix this (#20010) (#20108)
* Explain why DI fails sometimes and how to fix this (#20010)

* Explain why AR does not support DI by default and how to support it (#20010)
2024-02-17 01:11:56 +03:00
002722720d Merge pull request #20105 from skepticspriggan/19691-error-summary-always-visible-with-csp-header
Fix error summary always visible with CSP header (#19691)
2024-01-19 14:33:41 +01:00
32a20f9338 Fix error summary always visible with CSP header (#19691)
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2024-01-18 18:23:38 +01:00
018fcb5d96 Fix error summary always visible with CSP header (#19691)
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2024-01-18 18:14:51 +01:00
c9c5c61f76 Fix error summary always visible with CSP header (#19691) 2024-01-18 16:30:22 +01:00
60ea174348 Fix typo in Menu phpdoc (#20101) 2024-01-12 08:57:18 +03:00
f83b772c4f Update input-tabular-input.md (#20100)
Upper case title, as used in other pages
2024-01-11 19:27:26 +03:00
Sam
b46e2676d3 Fix #17181: Improved BaseUrl::isRelative($url) performance 2024-01-06 22:07:05 +03:00
dea891ed6a docs/guide-ja updated (#20091) 2024-01-03 14:02:28 +03:00
c7b4b1dcdd Get rid of deprecation warnings for trim() [PHP8.3] (#20090) 2024-01-03 10:54:59 +03:00
dffb4c7529 Fix version in since tag 2023-12-25 12:20:09 +03:00
4c959b5390 docs/guide-ja/* updated (#20088) 2023-12-23 10:58:40 +03:00
fcaafd82f5 Merge pull request #20077 from ggh2e3/17191_fix_is_relative_function
17191 fix is relative function
2023-12-19 11:03:01 +01:00
76f17336fe #17191: updated changelog 2023-12-03 16:27:39 +01:00
005a9c7265 #17191: improved ensureScheme tests readability 2023-12-03 16:21:45 +01:00
d45c1cc6f9 #17191: improved ensureScheme tests readability 2023-12-03 16:18:04 +01:00
d3e4df762d 17191: refacor tests using dataprovider 2023-12-03 16:00:30 +01:00
fc582a2cfd 17191: fixed isRelative method 2023-12-03 15:07:25 +01:00
d43341a73a Add compatibility with PHP 8.3 (#20074) 2023-11-23 20:24:33 +03:00
6fdb805da8 Fix #18469: Fixed Link::serialize(array $links) method in yii\web\Link 2023-11-23 18:09:35 +03:00
01f3983227 Merge pull request #20068 from fetus-hina/update-ja
Update Japanese messages
2023-11-14 10:07:02 +01:00
ae3f2f2dad Update Japanese messages 2023-11-14 05:26:41 +09:00
a8aa2cf583 Merge pull request #20015 from salehhashemi1992/feature/extract-prepareCacheData-method-
Extract common cache data preparation logic to new method
2023-11-12 13:43:46 +01:00
aa9adc825e Merge pull request #20061 from terabytesoftw/revert-20045
Revert 20045.
2023-11-02 12:44:44 +01:00
0263c19833 Revert 20045. 2023-11-02 08:28:05 -03:00
11c80bfa47 Merge pull request #20059 from salehhashemi1992/feature/optimize-findBetween-method
Optimize findBetween method (remove calling function mb_substr())
2023-11-02 08:09:21 +01:00
abcd82fd17 Extract common cache data preparation logic to prepareCacheData method 2023-11-01 15:12:47 +03:30
5ce3b4ea01 Optimize findBetween method to remove calling function mb_substr() 2023-11-01 15:04:32 +03:30
6804fbeae8 Merge pull request #20034 from salehhashemi1992/feature/string-helper-get-between-
Implement StringHelper::findBetween Method
2023-10-30 12:45:37 +01:00
3d4e108a3e Update CHANGELOG.md 2023-10-30 12:18:25 +01:00
26032ad686 refactor findBetween method and add other tests 2023-10-30 13:50:08 +03:30
caa2029ec7 implement findBetween method to StringHelper 2023-10-28 22:20:37 +03:30
fcd9e0a72a Merge pull request #20049 from terabytesoftw/add-tests-boolean-pgsql
Add test for boolean type `PostgreSQL`.
2023-10-28 11:09:12 +02:00