John Paul E. Balandan, CPA
|
195c0dac03
|
Merge pull request #9416 from codeigniter4/develop
4.5.8 Ready code
v4.5.8
|
2025-01-20 00:04:36 +08:00 |
|
John Paul E. Balandan, CPA
|
3abaf4bc23
|
Prep for 4.5.8 release (#9415)
|
2025-01-19 23:30:07 +08:00 |
|
Ngô Quốc Đạt
|
97a6d66640
|
fix: ensure csrf token is string (#9365)
* fix: ensure csrf token is string
* fix: ensure csrf token is string
* handle request php://input
* handle request php://input
* wip
* wip
* wip
* wip
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
* wip
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
* Update user_guide_src/source/changelogs/v4.5.8.rst
* Use data providers
---------
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
|
2025-01-18 22:33:37 +08:00 |
|
Michal Sniatala
|
5f8aa24280
|
Merge commit from fork
Co-authored-by: neznaika0 <ozornick.ks@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
|
2025-01-18 11:54:38 +01:00 |
|
John Paul E. Balandan, CPA
|
119330c56f
|
refactor: Use strtolower with str_contains /str_**_with as replacement for stripos (#9414)
* Use `modernize_stripos` option
* Fix impossible conditional in test
|
2025-01-17 22:51:06 +08:00 |
|
Abdul Malik Ikhsan
|
512cd924c8
|
Merge pull request #9413 from codeigniter4/paulbalandan-patch-1
chore: fix wrong constraint in mergeable.yml
|
2025-01-16 22:28:38 -08:00 |
|
John Paul E. Balandan, CPA
|
8ea35826cc
|
chore: fix wrong constraint in mergeable.yml
|
2025-01-17 14:19:07 +08:00 |
|
neznaika0
|
d47a25850c
|
chore: Fix phpunit deprecations (#9402)
* refactor: Remove unknown option
* refactor: Remove deprecated `CoversTrait`
|
2025-01-14 11:42:27 +08:00 |
|
neznaika0
|
a3704a1df4
|
refactor: Fix phpstan codeigniter.frameworkExceptionInstance (#9389)
|
2025-01-13 12:49:37 +08:00 |
|
John Paul E. Balandan, CPA
|
c3ac0f9483
|
chore: add more trailing commas in more places (#9395)
* Apply to parameters
* Apply to array destructuring
* Apply to match
* Apply for arguments
|
2025-01-13 11:03:02 +08:00 |
|
neznaika0
|
155f1c14de
|
refactor: Fix phpstan codeigniter.configArgumentInstanceof (#9390)
|
2025-01-13 10:52:54 +08:00 |
|
Abdul Malik Ikhsan
|
231b6b0ce0
|
Merge pull request #9398 from curiousteam/patch-1
docs: Update running.rst to fix the reference for adding host alias in wind…
|
2025-01-11 07:47:23 -08:00 |
|
Curious Team
|
69540b367e
|
Update running.rst to fix the reference for adding host alias in windows.
Reference shows in the user guide like "c:WindowsSystem32driversetchosts" without any backslash. Used double backslash to fix the reference.
|
2025-01-11 15:51:03 +06:00 |
|
neznaika0
|
e3a139db12
|
refactor: Fix phpstan method.impossibleType (#9384)
* refactor: Fix phpstan method.impossibleType
* refactor: Fix phpstan method.notFound for EventsTest
* fix: Run fixer
|
2025-01-10 21:12:42 +08:00 |
|
neznaika0
|
131c5ebeee
|
refactor: Fix phpstan method.unused (#9388)
|
2025-01-10 21:11:41 +08:00 |
|
Abdul Malik Ikhsan
|
49df643d9b
|
Merge pull request #9394 from paulbalandan/get-class-to-class-keyword
style: enable `get_class_to_class_keyword` fixer
|
2025-01-10 04:58:09 -08:00 |
|
Abdul Malik Ikhsan
|
4c2e68382a
|
Merge pull request #9397 from samsonasik/refactor-constructor-promo
refactor: using property promotion on ResponseTraitTest
|
2025-01-10 04:55:58 -08:00 |
|
Abdul Malik Ikhsan
|
d03d3060e8
|
Merge pull request #9396 from paulbalandan/mergeable-integration
chore: fix mergeable integration file
|
2025-01-10 04:55:06 -08:00 |
|
Abdul Malik Ikhsan
|
e5f215c1dc
|
refactor: regenerate baseline
|
2025-01-10 19:49:41 +07:00 |
|
Abdul Malik Ikhsan
|
0ecfb1eb56
|
refactor: using property promotion on ResponseTraitTest
|
2025-01-10 19:46:58 +07:00 |
|
John Paul E. Balandan, CPA
|
c39659b1bd
|
chore: fix mergeable integration file
|
2025-01-10 19:46:40 +08:00 |
|
Denny Septian Panggabean
|
4ee48ac985
|
chore: update 2025 for copyright (#9393)
|
2025-01-10 15:24:14 +08:00 |
|
John Paul E. Balandan, CPA
|
5060bdce81
|
style: enable get_class_to_class_keyword fixer
|
2025-01-10 13:39:44 +08:00 |
|
neznaika0
|
708fb6d70a
|
refactor: Fix phpstan always true (#9367)
|
2025-01-10 11:29:32 +08:00 |
|
neznaika0
|
42a00ff9d2
|
refactor: Fix phpstan return.missing (#9382)
|
2025-01-09 07:55:29 +08:00 |
|
neznaika0
|
9de985651a
|
refactor: Fix phpstan isset.offset (#9383)
|
2025-01-09 00:10:43 +08:00 |
|
neznaika0
|
72b7f8a0dd
|
refactor: Fix phpstan return.type (#9375)
* refactor: Fix phpstan return.type
* refactor: Fix phpstan return.type
|
2025-01-09 00:09:58 +08:00 |
|
neznaika0
|
3eb8a09514
|
refactor: Fix phpstan expr.resultUnused (#9385)
|
2025-01-09 00:04:11 +08:00 |
|
Abdul Malik Ikhsan
|
dd08f953d1
|
Merge pull request #9374 from neznaika0/refactor/phpstan-nullCoalesce
refactor: Fix phpstan nullCoalesce
|
2025-01-07 19:51:27 -08:00 |
|
neznaika0
|
6d04e1dd71
|
refactor: Fix phpstan nullCoalesce
|
2025-01-07 23:23:27 +03:00 |
|
Abdul Malik Ikhsan
|
e5a60f31d5
|
Merge pull request #9380 from samsonasik/chore-bump-rector-206
chore: Bump to Rector 2.0.6
|
2025-01-06 21:13:03 +07:00 |
|
Abdul Malik Ikhsan
|
ac9c1683e4
|
chore: Bump to Rector 2.0.6
|
2025-01-06 21:04:21 +07:00 |
|
neznaika0
|
cd27b6aa7f
|
refactor: Fix phpstan class.notFound (#9376)
|
2025-01-06 21:22:55 +08:00 |
|
neznaika0
|
08540f7688
|
refactor: Fix phpstan function.inner (#9377)
|
2025-01-06 21:22:36 +08:00 |
|
Abdul Malik Ikhsan
|
61741c5405
|
Merge pull request #9379 from samsonasik/chore-bump-phpstan205
chore: Bump to PHPStan 2.0.5
|
2025-01-06 01:16:25 +07:00 |
|
Abdul Malik Ikhsan
|
2fc2314946
|
chore: Bump to PHPStan 2.0.5
|
2025-01-06 01:10:21 +07:00 |
|
Abdul Malik Ikhsan
|
d809c3c5a7
|
Merge pull request #9378 from neznaika0/refactor/phpstan-generator-return-type
refactor: Fix phpstan generator.returnType
|
2025-01-06 01:03:09 +07:00 |
|
neznaika0
|
f61361d4db
|
refactor: Fix phpstan generator.returnType
|
2025-01-05 20:40:55 +03:00 |
|
neznaika0
|
33110c5829
|
refactor: Fix phpstan greaterOrEqual.invalid (#9370)
|
2025-01-04 22:39:08 +08:00 |
|
Abdul Malik Ikhsan
|
536570bf32
|
Merge pull request #9369 from neznaika0/refactor/phpstan-unset-offset
refactor: Fix phpstan when delete string key
|
2025-01-04 18:44:03 +07:00 |
|
neznaika0
|
a6d9716341
|
refactor: Fix phpstan unset string key
|
2025-01-04 14:17:39 +03:00 |
|
neznaika0
|
db12ec3cbf
|
refactor: Fix phpstan condNotBoolean (#9368)
|
2025-01-04 17:54:40 +08:00 |
|
neznaika0
|
91e788a79c
|
refactor: phpstan function.notFound (#9366)
|
2025-01-04 17:54:04 +08:00 |
|
Michal Sniatala
|
046967af08
|
fix: gather affected rows after query call failed (#9363)
* fix: gather affected rows after query call failed
* update user guide
* fix test
* fix test
* fix failing tests for mysqli - enable strict mode
* cs fix
|
2025-01-03 06:57:55 +01:00 |
|
Abdul Malik Ikhsan
|
3c851f16aa
|
Merge pull request #9361 from samsonasik/refactor-more-strict
refactor: use more strict result check on preg_match_all() result
|
2025-01-02 08:15:04 +07:00 |
|
Abdul Malik Ikhsan
|
82340aa1c7
|
refactor: use more strict result on preg_match_all() result
|
2025-01-01 20:16:32 +07:00 |
|
John Paul E. Balandan, CPA
|
8e0bb04262
|
docs: add changelog and upgrade for v4.5.8 (#9359)
|
2024-12-31 22:49:18 +08:00 |
|
John Paul E. Balandan, CPA
|
daf65f9519
|
Merge pull request #9358 from codeigniter4/develop
4.5.7 Ready code
v4.5.7
|
2024-12-31 20:09:58 +08:00 |
|
John Paul E. Balandan, CPA
|
e8cd894fdf
|
Prep for 4.5.7 release (#9357)
|
2024-12-31 19:56:33 +08:00 |
|
John Paul E. Balandan, CPA
|
d7ce2ba7d3
|
fix: Forge::dropColumn() always returns false on SQLite3 driver (#9351)
|
2024-12-31 18:41:07 +08:00 |
|