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 |
|
Michal Sniatala
|
9bc61b3b2f
|
fix: check if defined WRITEPATH exists (#9317)
* fix: check if defined WRITEPATH exists
* cs fix
* Update system/Boot.php
Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>
* cs fix
---------
Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>
|
2024-12-12 08:26:35 +01:00 |
|
neznaika0
|
583e7b61da
|
refactor: up performance service()
|
2024-11-09 08:44:46 +03:00 |
|
kenjis
|
4ee58090f7
|
chore: update for 4.5
|
2024-04-19 12:04:20 +09:00 |
|
kenjis
|
fef194b399
|
perf: add config Optimize and move $configCacheEnabled
The Cache Config class that extends BaseConfig is very slow to instantiate..
See https://github.com/codeigniter4/CodeIgniter4/pull/8558#discussion_r1506813270
|
2024-03-27 06:20:26 +09:00 |
|
kenjis
|
101870612e
|
fix: extract autoloadHelpers()
|
2024-03-27 06:20:25 +09:00 |
|
kenjis
|
97de8bb3eb
|
refactor: move code from spark to Boot class
|
2024-03-27 06:20:25 +09:00 |
|
kenjis
|
c1ca7b7206
|
feat: add config Cache::$configCacheEnabled
and move code from index.php to Boot class.
|
2024-03-27 06:20:24 +09:00 |
|
kenjis
|
a5ee34096c
|
refactor: early return
|
2024-03-17 10:06:59 +09:00 |
|
kenjis
|
dc9caaebef
|
refactor: move checkMissingExtensions() up
The translated error message is no longer provided.
This is because the checking must be done at a very early stage.
|
2024-03-17 10:06:05 +09:00 |
|
kenjis
|
61bf440c24
|
refactor: remove unneeded unset()
|
2024-03-17 08:51:29 +09:00 |
|
kenjis
|
1022a335d5
|
refactor: improve readability
|
2024-03-17 08:50:47 +09:00 |
|
kenjis
|
a95c6f1802
|
refactor: extract boot() method
|
2024-03-17 08:46:51 +09:00 |
|
kenjis
|
4cd1a70eaf
|
docs: remove @used-by
We should write FQSEN, but a PHP file is not a FQSEN.
@uses [FQSEN] [<description>]
https://docs.phpdoc.org/guide/references/phpdoc/tags/uses.html#uses-used-by
|
2024-03-17 08:43:48 +09:00 |
|
kenjis
|
4a430eae98
|
docs: remove space
|
2024-03-17 08:41:08 +09:00 |
|
kenjis
|
c335731429
|
docs: add @codeCoverageIgnore
|
2024-03-17 08:41:07 +09:00 |
|
kenjis
|
56916891b9
|
refactor: fix method name
|
2024-03-17 08:41:06 +09:00 |
|
kenjis
|
529eb954d8
|
refactor: use Boot class in Test/bootstrap.php
|
2024-03-17 08:41:06 +09:00 |
|
kenjis
|
5338b3dbd0
|
refactor: move code to Boot class
|
2024-03-17 08:41:05 +09:00 |
|
kenjis
|
16718829d1
|
refactor: extract Boot class
|
2024-03-17 08:41:04 +09:00 |
|