164 Commits

Author SHA1 Message Date
Nalaka Samarasinghe
9727f104c8
chore: Fix Netbeans IDE related entries in two gitignore files under framework admin dir (#9428)
Some checks are pending
Check File Permissions / Check File Permission (push) Waiting to run
* Fix Netbeans IDE related entries in the framework/admin/starter gitignore file.

* Fix Netbeans IDE related entries in the framework/admin/framework gitignore file.
2025-01-22 06:36:06 +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
583e7b61da
refactor: up performance service() 2024-11-09 08:44:46 +03:00
John Paul E. Balandan, CPA
8c94deb2ad
chore: fix invalid symbol '"' 2024-07-23 19:03:16 +08:00
kenjis
23d09bd57d
chore: add missing / at the end
It seems better to put / at the end of directories.
See https://getcomposer.org/doc/04-schema.md#psr-4
2024-06-25 13:33:49 +09:00
kenjis
2cb6220d5d
chore: add Config namespace to appstarter composer.json
To suppress warning like this:
Class Config\Email located in ./app/Config/Email.php does not comply with psr-4 autoloading standard (rule: App\ => ./app). Skipping.
2024-06-13 18:36:37 +09:00
kenjis
798d055404
style: remove unneeded x permissions 2024-05-28 21:37:32 +09:00
kenjis
0002c6b842
docs: update PHP 8.1 EOL dates 2024-05-10 11:06:20 +09:00
kenjis
ea3450a1e6
chore: fix phpunit.xml.dist for appstarter 2024-04-14 13:39:28 +09:00
kenjis
754309e782
chore: update .gitignore 2024-04-13 19:46:32 +09:00
kenjis
2c112a6ebe
chore: add CODEIGNITER_SCREAM_DEPRECATIONS but disabled 2024-04-13 19:46:31 +09:00
kenjis
e7fca57c38
chore: move <source> up 2024-04-13 18:44:08 +09:00
kenjis
43889b151b
chore: add default attributes to coverage
No change will be made.
2024-04-13 18:38:26 +09:00
kenjis
601593679c
chore: change attribute order
Make the same as the main repositoy's phpunit.xml.dist.
2024-04-13 18:30:59 +09:00
kenjis
3b1ed37c75
chore: move PHPUnit cache to build/ 2024-04-13 18:30:48 +09:00
kenjis
930a44ff66
chore: change coding style 2024-04-13 18:24:05 +09:00
kenjis
cd16750f71
chore: add .htaccess and index.html for consistency 2024-04-09 11:12:02 +09:00
kenjis
9e009e9440
chore: update PHPUnit version 2024-04-07 12:38:14 +09:00
kenjis
e360bed937
chore: update phpunit.xml.dist for PHPUnit10
vendor/bin/phpunit --migrate-configuration -c phpunit.xml.dist
2024-04-07 12:38:04 +09:00
kenjis
fc989b1829
chore: update PHPUnit to 10 2024-04-07 12:38:02 +09:00
kenjis
fb4a1f5f30
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	phpstan-baseline.php
2024-03-25 07:52:41 +09:00
kenjis
c0a495bb8e
test: add return void to sample test code in appstarter 2024-03-21 11:53:52 +09:00
kenjis
67c78b089a
Merge remote-tracking branch 'upstream/develop' into 4.5 2024-02-17 12:48:49 +09:00
kenjis
f1c6367706
docs: use codeigniter.com URLs for user gude 2024-02-16 10:25:22 +09:00
kenjis
85ae66c048
docs: update end of life dates for PHP 2024-02-16 09:59:50 +09:00
kenjis
c28d551a5c
docs: replace link text here 2024-02-16 09:59:50 +09:00
kenjis
2353ee3c28
Merge remote-tracking branch 'upstream/develop' into 4.5 2024-02-04 08:57:09 +09:00
kenjis
826f163bae
docs: update starter/tests/README.md
You can set up test database with .env.
Now we provide only CIUnitTestCase.
2024-02-03 17:30:23 +09:00
kenjis
4cab531f0d
docs: require min PHP version 8.1 2023-10-13 17:28:37 +09:00
kenjis
f0919838cb
chore: drop PHP 8.0 in github workflows 2023-10-13 17:27:27 +09:00
kenjis
f73a3c8b30
chore: require ^8.1 in composer.json 2023-10-13 17:26:26 +09:00
kenjis
b52f770e70
chore: add App namespace in autoload.psr-4 in appstarter composer.json 2023-10-06 06:11:33 +09:00
kenjis
fd836d8ded
chore: update php version
Co-authored-by: MGatner <mgatner@icloud.com>
2023-09-23 14:06:37 +09:00
kenjis
b21a63c4ae
docs: require min PHP version 8.0 2023-09-23 14:06:35 +09:00
kenjis
6bf8cd9b89
chore: drop PHP 7.4 in workflows 2023-09-23 14:06:35 +09:00
kenjis
a816e0f9af
chore: require ^8.0 in composer.json 2023-09-23 14:06:35 +09:00
totoprayogo1916
79716a22dc
dont ignore .gitkeep 2023-09-13 16:11:38 +07:00
kenjis
d06f9cf2b1
docs: add warning on PHP 7.4 EOL 2023-09-12 20:53:05 +09:00
John Paul E. Balandan, CPA
bd6a8e3e28
Run composer normalize 2023-07-25 11:29:55 +08:00
kenjis
0130b06b4f
chore: remove suggest in starter
If you run `composer suggest`, it shows framework's.
2023-01-23 12:47:51 +09:00
kenjis
e293c6472c
chore: add missing items
The items in composer.json in main repository.
2023-01-23 09:22:42 +09:00
kenjis
0970eab73e
Merge pull request #7150 from totoprayogo1916/code
add tag `code` in close-pull-request.yml
2023-01-18 14:36:45 +09:00
totoprayogo1916
4908a47128
add tag code 2023-01-18 11:33:56 +07:00
totoprayogo1916
4e2a8505ba
update close-pull-request.yml
- add types for pull_request_target
- add permission
- use GitHub CLI
2023-01-18 09:10:54 +07:00
kenjis
e2c4a3be7e
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-12-05 06:39:14 +09:00
kenjis
253d385fb6
chore: move preload.php
codeigniter4/framework also should have this file.
2022-12-04 16:06:03 +09:00
kenjis
4efe890dba
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	app/Config/Autoload.php
2022-11-24 14:19:27 +09:00
kenjis
fc0a497f39
docs: remove xml extention
We do not use it.
https://www.php.net/manual/en/book.xml.php
2022-11-23 14:58:26 +09:00
kenjis
472cc79412
docs: curl is not a must 2022-11-23 13:58:06 +09:00
kenjis
c9bde3d2f6
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	system/Security/Security.php
2022-11-17 06:29:15 +09:00