605 Commits

Author SHA1 Message Date
kenjis
a738313e21
feat: add DB config dateFormat to provide default date/time formats 2024-02-12 08:39:24 +09:00
dhiya
c56332559f
update css toolbar,welcome_message 2024-02-11 10:34:24 +08:00
dhiya
0732719940
update style & js 2024-02-10 14:03:17 +08:00
dhiya
1f0284641d
update style & js 2024-02-10 13:38:23 +08:00
dhiya
e48a4f33ed
remove inline style debugbar,welcome_message for CSP 2024-02-10 13:38:22 +08:00
kenjis
c36b72912e
Merge remote-tracking branch 'upstream/develop' into 4.5 2024-02-06 08:59:25 +09:00
kenjis
bf1057ee5c
docs: improve readability 2024-02-05 15:27:44 +09:00
kenjis
61bf6fd8c3
docs: add keyword "HSTS" 2024-02-05 15:26:03 +09:00
kenjis
e32d1d2f44
docs: remove duplicate space 2024-02-05 15:25:43 +09:00
kenjis
4c03c9355f
docs: break long lines 2024-02-05 15:25:23 +09:00
kenjis
1bbb26c003
docs: add "," 2024-02-05 15:24:52 +09:00
kenjis
857e14ee2e
docs: add "E.g.," 2024-02-05 15:23:57 +09:00
kenjis
464ebb80b7
docs: update @var type 2024-02-05 15:23:29 +09:00
kenjis
e27a92fcca
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	user_guide_src/source/incoming/routing/069.php

Added user_guide_src/source/incoming/routing/070.php
Modified user_guide_src/source/intro/requirements.rst
2024-02-01 09:05:28 +09:00
kenjis
60042fba17
docs: fix doc comments
I think there is no way to set 404 closure in the constructor.
2024-01-31 20:51:57 +09:00
kenjis
a5d0475190
feat: add option to pass multiple URI segements to one parameter 2024-01-20 10:04:30 +09:00
kenjis
b2534a16d8
Merge remote-tracking branch 'origin/develop' into 4.5
Conflicts:
	phpstan-baseline.php
	system/BaseModel.php
	system/CodeIgniter.php
	system/Model.php
	system/Test/FeatureTestCase.php
	system/Test/TestResponse.php
2023-12-28 19:57:49 +09:00
kenjis
d7587744c0
refactor: replace empty() 2023-12-26 07:24:04 +09:00
kenjis
bb9e60e916
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	phpstan-baseline.php
	system/BaseModel.php
	system/Controller.php
	system/Helpers/array_helper.php
2023-12-19 11:35:20 +09:00
kenjis
521cc98873
Merge pull request #8212 from ThomasMeschke/develop
replace -1 with E_ALL in error_reporting calls
2023-12-17 09:37:08 +09:00
kenjis
8edaf132d8
Merge pull request #8280 from kenjis/fix-limit-zero
fix: QueryBuilder limit(0) bug
2023-12-17 05:49:54 +09:00
kenjis
ccccaff6e0
docs: add comments 2023-12-11 10:22:35 +09:00
kenjis
6be2c2af1e
feat: add $translateUriToCamelCase option 2023-12-11 09:55:52 +09:00
kenjis
2c09ef9991
docs: add comments 2023-12-11 09:55:51 +09:00
kenjis
c8461122f1
Merge remote-tracking branch 'upstream/develop' into 4.5 2023-12-10 08:41:42 +09:00
kenjis
280d17dfd0
docs: update description for $limitZeroAsAll 2023-12-09 19:17:51 +09:00
kenjis
bf053162b3
config: by default, $limitZeroAsAll = true
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2023-12-09 19:17:51 +09:00
kenjis
f23b18a0ca
feat: add feature flag for limit(0) 2023-12-09 19:17:50 +09:00
kenjis
7e0ddbf7f6
docs: fix doc comments 2023-12-09 17:48:12 +09:00
kenjis
017a5c453f
config: change to "E_ALL & ~E_DEPRECATED" 2023-11-29 12:12:52 +09:00
kenjis
02d525ba7e
docs: add previous error_reporting() as comment 2023-11-29 12:12:19 +09:00
kenjis
d7f566c29b
config: change error_reporting to -1 in production
In production in many cases -1 is also appropriate.
2023-11-29 12:10:25 +09:00
kenjis
b4f6af0553
Merge pull request #8240 from kenjis/fix-use-addHeader
fix: use `addHeader()`
2023-11-29 06:08:56 +09:00
kenjis
32f42e9bd3
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	system/Debug/Exceptions.php
2023-11-27 05:46:37 +09:00
kenjis
a769e53ad5
feat: add check if headers() returns array 2023-11-22 09:06:41 +09:00
kenjis
2ec8ff5d9b
fix: bug where ExceptionHandler displays incorrect Exception classname
It showed the first Exception, but devs must catch the thrown Exception.
2023-11-21 12:14:38 +09:00
kenjis
71cc57ab3b
config: add system/Config/Filters.php 2023-11-20 06:06:08 +09:00
kenjis
2c497d9231
docs: add comments to Config\Filters 2023-11-20 06:06:05 +09:00
kenjis
a4998c2029
refactor: move forceSecureAccess() to ForceHTTPS filter 2023-11-20 06:06:05 +09:00
kenjis
2a4e587c3b
docs: fix by proofreading
Co-authored-by: MGatner <mgatner@icloud.com>
2023-11-20 06:06:04 +09:00
kenjis
27b176c40f
feat: add "Required Filters" and use PageCache and PerformanceMetrics
Also changes benchmark points.
2023-11-20 06:06:01 +09:00
kenjis
4907a18306
Merge remote-tracking branch 'upstream/develop' into 4.5 2023-11-20 06:05:39 +09:00
kenjis
7c0024a100
docs: add space after comma 2023-11-19 20:05:32 +09:00
kenjis
0b6a273f75
docs: change Filters::$methods keys to uppercase 2023-11-19 20:03:42 +09:00
kenjis
aca22d1645
refactor: remove feature flag 2023-11-19 20:03:42 +09:00
kenjis
5bd6cbbceb
refactor: remove strtoupper()/strtolower() for $request->getMethod() 2023-11-19 20:03:41 +09:00
kenjis
88c89d0eef
refactor!: remove $upper functionality in Request::getMethod() 2023-11-19 20:03:40 +09:00
Thomas Meschke
0d277665e6
replace -1 with E_ALL in error_reporting calls 2023-11-14 11:24:56 +01:00
kenjis
d4388f0455
Merge pull request #8119 from kenjis/feat-generator-multiple-views
feat: one generator command could have multiple views
2023-11-03 09:36:11 +09:00
kenjis
3da89acf09
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	app/Config/Autoload.php
2023-10-30 10:56:27 +09:00