463 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
3a04112ba3
chore: update release process (#9421)
Some checks failed
PHPUnit / DatabaseLive (MySQLi, 8.0, 8.4) (push) Has been cancelled
PHPUnit / DatabaseLive (OCI8, 8.0, 8.1) (push) Has been cancelled
PHPUnit / DatabaseLive (OCI8, 8.0, 8.2) (push) Has been cancelled
PHPUnit / DatabaseLive (OCI8, 8.0, 8.3) (push) Has been cancelled
PHPUnit / DatabaseLive (OCI8, 8.0, 8.4) (push) Has been cancelled
PHPUnit / DatabaseLive (Postgre, 8.0, 8.1) (push) Has been cancelled
PHPUnit / DatabaseLive (Postgre, 8.0, 8.2) (push) Has been cancelled
PHPUnit / DatabaseLive (Postgre, 8.0, 8.3) (push) Has been cancelled
PHPUnit / DatabaseLive (Postgre, 8.0, 8.4) (push) Has been cancelled
PHPUnit / DatabaseLive (SQLSRV, 8.0, 8.1) (push) Has been cancelled
PHPUnit / DatabaseLive (SQLSRV, 8.0, 8.2) (push) Has been cancelled
PHPUnit / DatabaseLive (SQLSRV, 8.0, 8.3) (push) Has been cancelled
PHPUnit / DatabaseLive (SQLSRV, 8.0, 8.4) (push) Has been cancelled
PHPUnit / DatabaseLive (SQLite3, 8.0, 8.1) (push) Has been cancelled
PHPUnit / DatabaseLive (SQLite3, 8.0, 8.2) (push) Has been cancelled
PHPUnit / DatabaseLive (SQLite3, 8.0, 8.3) (push) Has been cancelled
PHPUnit / DatabaseLive (SQLite3, 8.0, 8.4) (push) Has been cancelled
PHPUnit / SeparateProcess (8.1) (push) Has been cancelled
PHPUnit / SeparateProcess (8.2) (push) Has been cancelled
PHPUnit / SeparateProcess (8.3) (push) Has been cancelled
PHPUnit / SeparateProcess (8.4) (push) Has been cancelled
PHPUnit / CacheLive (8.1) (push) Has been cancelled
PHPUnit / CacheLive (8.2) (push) Has been cancelled
PHPUnit / CacheLive (8.3) (push) Has been cancelled
PHPUnit / CacheLive (8.4) (push) Has been cancelled
PHPUnit / Upload coverage results to Coveralls (push) Has been cancelled
Psalm / Psalm Analysis (push) Has been cancelled
Rector / PHP 8.1 Analyze code (Rector) (push) Has been cancelled
Rector / PHP 8.4 Analyze code (Rector) (push) Has been cancelled
SCSS Compilation / Compilation of SCSS (Dart Sass) (push) Has been cancelled
2025-01-20 03:16:22 +08:00
John Paul E. Balandan, CPA
797d37751a
Merge branch 'develop' into 4.6 2025-01-13 11:15:24 +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
Denny Septian Panggabean
cd5dda1037
feat: full support on PHP8.4 (#9255)
* refactor: review github CI on PHP8.4

* refactor: bump fakerphp/faker to v1.24 as minimum required

* refactor: bump mikey179/vfsstream to v1.6.12 as minimum required

* refactor: bump predis/predis to v2.3 as minimum required

* temporary ignore env PHP-CS-Fixer in github action
2024-12-17 08:52:53 +01:00
Denny Septian Panggabean
c46cea4ee0
chore: update Kint to v6.0 (#9289)
* feat: update kint to v6.0

* fix: run cs
2024-12-02 07:17:23 +01:00
michalsn
c32dcd4329
Merge remote-tracking branch 'upstream/develop' into 4.6
# Conflicts:
#	system/Autoloader/Autoloader.php
#	system/BaseModel.php
#	system/CLI/CLI.php
#	system/Database/MigrationRunner.php
#	system/Exceptions/PageNotFoundException.php
#	system/Router/RouteCollection.php
#	system/Validation/FileRules.php
#	tests/system/Autoloader/AutoloaderTest.php
#	tests/system/Filters/FiltersTest.php
#	tests/system/Test/ControllerTestTraitTest.php
#	tests/system/Test/FeatureTestTraitTest.php
#	tests/system/Validation/CreditCardRulesTest.php
#	tests/system/Validation/FileRulesTest.php
#	tests/system/Validation/StrictRules/DatabaseRelatedRulesTest.php
#	tests/system/Validation/StrictRules/FileRulesTest.php
#	tests/system/View/ViewTest.php
2024-11-17 12:21:31 +01:00
neznaika0
583e7b61da
refactor: up performance service() 2024-11-09 08:44:46 +03:00
Denny Septian Panggabean
fff0c87664
refactor: bump laminas/laminas-escaper to v2.14 minimum required (#9254)
* refactor: dump laminas/laminas-escaper to v2.14 minimum required

* refactor: dump laminas/laminas-escaper in framework
2024-11-05 08:14:10 +01:00
kenjis
d7bedff4e7
docs: use GitHub markdown note format 2024-09-07 18:10:53 +09:00
kenjis
cb4ba98ce6
docs: move section 2024-09-07 18:10:37 +09:00
kenjis
2492078509
docs: move item 2024-09-07 18:09:59 +09:00
kenjis
ee9ae5fbb3
docs: add note 2024-09-07 18:09:27 +09:00
John Paul E. Balandan, CPA
ab87a9cae8
Update phpunit to ^10.5.16 || ^11.2 2024-07-28 21:57:34 +08:00
John Paul E. Balandan, CPA
4edba3ae9e
Call composer cs instead of individual calls 2024-07-25 23:00:24 +08:00
John Paul E. Balandan, CPA
f91db3bcb8
Fix admin/pre-commit 2024-07-23 20:58:51 +08:00
John Paul E. Balandan, CPA
8c94deb2ad
chore: fix invalid symbol '"' 2024-07-23 19:03:16 +08:00
kenjis
77609b1c9a
fix: DebugBar CSS for daisyUI 2024-07-11 18:03:14 +09:00
kenjis
0715aa2340
Merge pull request #9000 from kenjis/update-starter-composer.json
chore: add missing `/` at the end in `starter/composer.json`
2024-06-26 08:03:39 +09: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
bbfb37c40e
docs: change version notation 2024-06-25 11:37:35 +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
0f7a454231
docs: make sentence as a note
To make the tools stand out.
2024-06-10 16:05:37 +09:00
kenjis
798d055404
style: remove unneeded x permissions 2024-05-28 21:37:32 +09:00
kenjis
a909c07f18
chore: improve deploy script 2024-05-17 21:39:38 +09:00
kenjis
61c457789d
chore: improve userguide deploy script 2024-05-14 10:13:54 +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
189e109698
Merge pull request #8773 from kenjis/fix-phpunit-cache-dir
chore: move PHPUnit cache to build/
2024-04-14 08:44:32 +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
cd6ba48226
fix: add padding and font-family
If a dev changes CSS for h1, the toolbar dislpay will be broken.
2024-04-13 09:09:31 +09:00
kenjis
b32370249e
refactory: remove unneeded px 2024-04-13 09:09:03 +09:00
kenjis
bdf9cea8ee
docs: add README.md 2024-04-13 09:07:43 +09:00
kenjis
0bb441476b
fix: not work for minior update 2024-04-12 12:00:45 +09:00
kenjis
6b6fcaaacb
Merge pull request #8737 from kenjis/update-RELEASE.md
docs: update RELEASE.md
2024-04-10 09:04:45 +09:00
kenjis
3020ebb504
docs: update RELEASE.md 2024-04-09 12:38:34 +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
aea419791b
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	phpstan-baseline.php
	user_guide_src/source/changelogs/index.rst
	user_guide_src/source/installation/upgrading.rst
2024-03-31 09:03:06 +09:00
kenjis
1079c807d2
docs: small update
If you replace `4.x.x` with the real version, it will be the real
file path.
2024-03-29 14:08:46 +09:00
kenjis
5dee40ba0f
chore: delete release branch if exists
If it exists, the git command failed, and the current branch is
not changed.
2024-03-29 14:06:15 +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