kenjis
|
0002c6b842
|
docs: update PHP 8.1 EOL dates
|
2024-05-10 11:06:20 +09:00 |
|
kenjis
|
069e13df5a
|
Merge pull request #8871 from kenjis/fix-model-casting-TypeError
fix: [Model] casting causes TypeError when finding no record
|
2024-05-10 10:42:58 +09:00 |
|
kenjis
|
e68553f2fa
|
Merge pull request #8870 from kenjis/fix-DataCaster-nullable
fix: [Model] casting may throw InvalidArgumentException: Invalid parameter: nullable
|
2024-05-10 10:42:16 +09:00 |
|
kenjis
|
fd0a3b6213
|
Merge pull request #8868 from kenjis/fix-FileCollection-pseudo-regex
fix: FileCollection pseudo-regex
|
2024-05-10 10:41:36 +09:00 |
|
kenjis
|
f03602f0c2
|
Merge pull request #8877 from kenjis/docs-config-caching-add-notes
docs: add notes for Config Caching
|
2024-05-10 10:39:34 +09:00 |
|
kenjis
|
c6c370d1a4
|
docs: add notes for Config Caching
|
2024-05-09 11:43:14 +09:00 |
|
kenjis
|
6cb01b1473
|
Merge pull request #8864 from paulbalandan/ordered-attributes
style: enable `ordered_attributes`
|
2024-05-08 17:44:52 +09:00 |
|
kenjis
|
7eb76047ce
|
test: sort file info by array key
It may fail unless sorting.
|
2024-05-08 15:35:55 +09:00 |
|
Aleksey Grunin
|
4639608862
|
Update Model.php
Fix TypeError error in the methods: doFind and doFirst when using casts
|
2024-05-08 15:23:04 +09:00 |
|
Aleksey Grunin
|
5c05447288
|
Fix bug #8806
Bug: when the query ($this->first()) result returns NULL we get TypeError
|
2024-05-08 15:23:04 +09:00 |
|
kenjis
|
19694721bc
|
test: add test cases for finding returns null
|
2024-05-08 15:23:04 +09:00 |
|
kenjis
|
28bb81591b
|
test: update other test assertions
|
2024-05-08 15:07:06 +09:00 |
|
kenjis
|
79ad7f1f64
|
fix: InvalidArgumentException Invalid parameter: nullable
|
2024-05-08 14:55:20 +09:00 |
|
kenjis
|
79e33165bf
|
test: fix model for Model casting
|
2024-05-08 14:54:36 +09:00 |
|
kenjis
|
700612c927
|
fix: FileCollection pseudo-regex
|
2024-05-08 14:34:44 +09:00 |
|
kenjis
|
460d3dfe38
|
test: add test file for testing
|
2024-05-08 14:34:44 +09:00 |
|
kenjis
|
174d76e60f
|
Merge pull request #8865 from kenjis/update-workflows-php-exts
chore: update workflows php exts
|
2024-05-08 14:31:33 +09:00 |
|
kenjis
|
be71fbb726
|
chore: add db extentions
|
2024-05-08 08:56:38 +09:00 |
|
kenjis
|
e132901016
|
chore: remove sqlsrv ext version
Use the latest.
|
2024-05-08 08:55:57 +09:00 |
|
John Paul E. Balandan, CPA
|
13015dbb94
|
run composer cs-fix
|
2024-05-08 00:05:51 +08:00 |
|
John Paul E. Balandan, CPA
|
737846eea1
|
enable ordered_attributes
|
2024-05-08 00:05:19 +08:00 |
|
kenjis
|
84e06d06b6
|
Merge pull request #8857 from kenjis/update-phpstan-baseline
chore: update phpstan-baseline
|
2024-05-06 19:17:47 +09:00 |
|
kenjis
|
cfa7878089
|
chore: vendor/bin/phpstan analyze --generate-baseline phpstan-baseline.php
|
2024-05-06 19:08:15 +09:00 |
|
kenjis
|
b71b7ee944
|
chore: add tests/ to paths
|
2024-05-06 19:07:28 +09:00 |
|
kenjis
|
2530b236ba
|
Merge pull request #8856 from kenjis/fix-cs-tests
test: fix coding style and test-coding-standards.yml
|
2024-05-06 17:42:01 +09:00 |
|
kenjis
|
9a7cae807d
|
test: composer cs-fix
|
2024-05-06 09:19:46 +09:00 |
|
kenjis
|
6647a8e5fe
|
chore: update highest PHP version
|
2024-05-06 09:19:17 +09:00 |
|
kenjis
|
07daa923b1
|
chore: update test-coding-standards.yml for .php-cs-fixer.tests.php
|
2024-05-06 09:18:49 +09:00 |
|
kenjis
|
299bb8b9e6
|
Merge pull request #8850 from obozdag/patch-3
docs: Fix typos in libraries/cookies.rst
|
2024-05-06 09:00:13 +09:00 |
|
kenjis
|
d6814b7bff
|
Merge pull request #8853 from kenjis/update-contributing/pull_request.md
docs: update contributing/pull_request.md
|
2024-05-06 08:57:58 +09:00 |
|
kenjis
|
ac06cff207
|
Merge pull request #8821 from paulbalandan/php-unit-attributes
style: Enable `php_unit_attributes`
|
2024-05-06 08:56:02 +09:00 |
|
obozdag
|
897b5ae6ba
|
Merge branch 'codeigniter4:develop' into patch-3
|
2024-05-05 18:55:13 +02:00 |
|
John Paul E. Balandan, CPA
|
c841fb8343
|
Run rector
|
2024-05-05 23:16:30 +08:00 |
|
John Paul E. Balandan, CPA
|
add2bbd2a8
|
Adapt FrameworkCodeTest to recognize group attributes
|
2024-05-05 23:09:05 +08:00 |
|
John Paul E. Balandan, CPA
|
fe997e4104
|
Enable php_unit_attributes
|
2024-05-05 23:09:04 +08:00 |
|
kenjis
|
3da5bebb2c
|
docs: update sample branch name to 4.6
|
2024-05-05 17:22:43 +09:00 |
|
kenjis
|
b1a42f4ef2
|
docs: replace "are" with "must be"
|
2024-05-05 17:21:35 +09:00 |
|
kenjis
|
af8ad2963b
|
docs: add "PRs must be sent to the appropriate branch"
|
2024-05-05 17:19:57 +09:00 |
|
kenjis
|
fd9cb65c23
|
Merge pull request #8854 from sahilKhatik/develop
docs: Resolved phpstan error in Config/Filters.php
|
2024-05-05 17:09:51 +09:00 |
|
Sahil Khatik
|
acf3e6ce4d
|
Fix: Resolved phpstan error in Config/Filters.php
|
2024-05-05 13:03:00 +05:30 |
|
kenjis
|
759344eb23
|
Merge pull request #8844 from obozdag/patch-8
docs: Fix typo in dbmgmt/forge.rst
|
2024-05-05 11:22:19 +09:00 |
|
kenjis
|
20e8388f67
|
docs: update contributing/pull_request.md
|
2024-05-05 11:18:07 +09:00 |
|
obozdag
|
091e15f559
|
docs: Cookie options typos user_guide_src/source/libraries/cookies.rst
Cookie options typos user_guide_src/source/libraries/cookies.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
|
2024-05-04 13:48:07 +02:00 |
|
obozdag
|
ef98a198ec
|
docs: Cookie options typos user_guide_src/source/libraries/cookies.rst
Cookie options typos user_guide_src/source/libraries/cookies.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
|
2024-05-04 13:47:43 +02:00 |
|
obozdag
|
8ea603aeff
|
docs: Samesite options typos user_guide_src/source/libraries/cookies.rst
Samesite options typos user_guide_src/source/libraries/cookies.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
|
2024-05-04 13:47:04 +02:00 |
|
obozdag
|
7e17608d4a
|
docs: Fix typos in libraries/cookies.rst
Fix typos in libraries/cookies.rst
|
2024-05-04 08:46:00 +02:00 |
|
kenjis
|
c23bc4c9e2
|
Merge pull request #8847 from kenjis/fix-MockCache-save
fix: remove unused undefined param $raw in MockCache::save()
|
2024-05-03 09:26:48 +09:00 |
|
kenjis
|
bbf11a955d
|
Merge pull request #8845 from obozdag/patch-9
docs: Fix typo in dbtgmt/migration.rst
|
2024-05-03 09:25:41 +09:00 |
|
kenjis
|
4d1d361dc5
|
Merge pull request #8786 from ping-yee/240414_sqlsrv
fix: [SQLSRV] Query Builder always sets "<database>"."<schema>". to the table name.
|
2024-05-02 19:57:41 +09:00 |
|
kenjis
|
1ff88899e8
|
fix: remove unused undefined param $raw
It is not defined in the interface and other classes, and not used at all.
|
2024-05-02 10:53:57 +09:00 |
|