493 Commits

Author SHA1 Message Date
kenjis
0f7d47b0f3
fix: $requset type in BaseController and BaseResource
To suppress PHPStan error like
Call to an undefined method CodeIgniter\HTTP\RequestInterface::getPost()
2022-12-07 16:39:53 +09:00
kenjis
b9a2b68d2c
feat: add SQLite3 Config busyTimeout 2022-12-05 11:51:49 +09:00
kenjis
fbd875ca15
Merge pull request #6908 from kenjis/strict-validation-rules-by-default
config: use Strict Validation Rules by default
2022-11-29 08:29:45 +09:00
kenjis
ac1422c404
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-11-27 08:14:17 +09:00
kenjis
b1eb09e689
Merge pull request #6899 from kenjis/fix-xhtml
fix: HTML output
2022-11-26 06:27:57 +09:00
kenjis
bb365c2814
config: use StrictRules by default 2022-11-25 16:45:50 +09:00
kenjis
5959f3a846
fix: slack links
Use the invite link.
2022-11-25 14:32:10 +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
d3c1cebac4
fix: remove trailing slash on void elements 2022-11-23 19:35:30 +09:00
ZongLiang
9ce3424899
Update Logger.php 2022-11-23 17:05:36 +08:00
ZongLiang
1781e8ad5f
Update Autoload.php 2022-11-23 17:04:11 +08:00
ZongLiang
37ca471194
Update App.php 2022-11-23 17:01:49 +08:00
kenjis
c5564b2b16
config: update for Kint 5.0 2022-11-22 21:08:21 +09:00
kenjis
761289a2ba
feat: add Config\App::$allowedHostnames and use it for URI::$baseURL 2022-11-10 08:21:44 +09:00
kenjis
76d99cd4a0
config: change $appTimezone to UTC
To avoid being affected by daylight saving time.
2022-11-07 16:47:40 +09:00
kenjis
b2342dabec
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-11-07 16:46:50 +09:00
Melroy van den Berg
b7486dc83e
Fix typo
Thanks `codespell` for finding spelling mistakes.
2022-11-06 03:56:49 +01:00
John Paul E. Balandan, CPA
2ce4b48773
Merge pull request #6773 from paulbalandan/deprecation
Turn on logging for deprecation notices by default
2022-11-01 19:08:37 +08:00
John Paul E. Balandan, CPA
c97227ac76
Make logger threshold to be environment-specific 2022-11-01 16:48:17 +08:00
John Paul E. Balandan, CPA
6716c5a649
Adjust property name 2022-11-01 13:46:54 +08:00
John Paul E. Balandan, CPA
618640f801
Turn on logging for deprecations as default 2022-11-01 13:46:39 +08:00
Denny Septian Panggabean
3ddf1b17dd
feat: added property $html5 in DocTypes 2022-10-30 22:19:24 +07:00
kenjis
d3b0c7f20a
docs: BaseController depends on RequestInterface 2022-10-26 17:12:44 +09:00
John Paul E. Balandan, CPA
e7fd05c2ef
feat: Opt-in logging of deprecations 2022-10-21 12:50:52 +08:00
kenjis
376b34a84b
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	composer.json
	user_guide_src/source/models/model.rst
2022-10-18 06:23:11 +09:00
kenjis
7554b2fa7d
refactor: replace deprecated getHeaders() with headers() 2022-10-17 06:55:22 +09:00
kenjis
1bfca2bd96
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-10-16 08:22:04 +09:00
kenjis
0d5bb43518
style: run composer cs-fix 2022-10-15 17:03:12 +09:00
kenjis
d3109fcf63
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-09-16 09:43:37 +09:00
kenjis
d3056b7c21
docs: fix typo
Co-authored-by: MGatner <mgatner@icloud.com>
2022-09-14 11:50:58 +09:00
kenjis
8c99deddd4
feat: add manual config for Composer package auto-discovery 2022-09-14 11:50:57 +09:00
iamsyh
84b4000d50
fixed typo
fixed typo: "frameworks" to "framework's"
2022-09-13 21:47:09 +05:00
kenjis
b2d5f79dec
style: composer cs-fix 2022-09-06 08:51:40 +09:00
MGatner
c9eb3d511c
Merge branch 'develop' into 4.3 2022-09-04 23:49:32 +00:00
John Paul E. Balandan, CPA
2a0c62f84d
Enable single_line_comment_spacing 2022-09-04 23:10:58 +08:00
John Paul E. Balandan, CPA
4369d209b7
Configure groups option of phpdoc_separation 2022-09-03 20:21:49 +08:00
kenjis
44524eed8d
Merge pull request #6406 from kenjis/fix-csrf-redirect-default
config: change Security::$redirect to false
2022-08-25 21:04:25 +09:00
kenjis
4375928017
config: change Securiry::$redirect to false
It is difficult to know what happened for devs.
2022-08-22 15:59:53 +09:00
kenjis
84da1d5623
docs: remove '```' in doc comments 2022-08-22 15:58:05 +09:00
kenjis
1e945cb3c9
feat: add $helpers to Config\Autoload 2022-08-22 15:58:05 +09:00
kenjis
6bff1fab7f
docs: make types more accurate 2022-08-22 15:58:04 +09:00
kenjis
b2f23cb9ca
docs: fix doc comment sytle 2022-08-22 15:58:03 +09:00
MGatner
d94e054929
Merge branch 'develop' into 4.3 2022-08-05 14:44:11 +00:00
kenjis
d19043492a
fix: 404 page may display Exception message in production environment 2022-08-03 08:15:58 +09:00
kenjis
d6ec6f1fc3
Merge pull request #6288 from sba/4.3
error_404.php translation and design
2022-08-03 08:08:17 +09:00
Stefan Bauer
6636a3e974
camelCase language vars 2022-08-01 14:06:28 +02:00
Stefan Bauer
e1995a762d
Undo style changes, translation only. 2022-07-30 13:06:07 +02:00
Stefan Bauer
652ca94350
remove unnessesary type tag
Per HTML5 spec, typically there is no need to specify a type when including CSS and JavaScript files as text/css and text/javascript are their respective defaults.
2022-07-26 14:51:43 +02:00
Stefan Bauer
d398c18735
do not show error message twice
before this PR  it shows:
404 - Page Not Found
Page Not Found

because $messages is always set  (as I have seen)

After PR:
404
Page Not Found
2022-07-23 15:36:53 +02:00
Stefan Bauer
d6eb12fb82
make error_404.php design same as production.php
use styles and css classes fromm debug.css as it is in production.php
2022-07-23 15:30:42 +02:00