96 Commits

Author SHA1 Message Date
kenjis
9dda86d0f3
style: fix sytle
For consistency.
2023-10-27 06:13:40 +09:00
kenjis
4a10c999be
fix: SHOW_DEBUG_BACKTRACE does not work in web 2023-10-27 06:13:40 +09:00
Abdul Malik Ikhsan
ba96124a1e
fix line use statemens 2023-01-25 09:31:24 +07:00
kenjis
299c76e619
refactor: remove unneeded code 2023-01-24 09:05:52 +09:00
kenjis
ac1422c404
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-11-27 08:14:17 +09:00
kenjis
5959f3a846
fix: slack links
Use the invite link.
2022-11-25 14:32:10 +09:00
kenjis
d3c1cebac4
fix: remove trailing slash on void elements 2022-11-23 19:35:30 +09: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
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
Stefan Bauer
baa8ed58a7
add language strings to error_404.php 2022-07-23 15:06:34 +02:00
kenjis
861965d2f1
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-07-19 06:12:41 +09:00
Toto Prayogo
38141de5bf
add role and aria-label
Co-authored-by: kenjis <kenji.uui@gmail.com>
2022-07-14 10:00:11 +07:00
Toto Prayogo
cdaadd3410
use SVG logo
grab from codeigniter.com
2022-07-13 17:20:47 +07:00
Stefan Bauer
ea17779800
Update production.php
remove obsolete type="text/css" attribute
2022-07-06 12:18:08 +02:00
Stefan Bauer
cb351810c2
Update production.php
fix indentation
2022-07-06 12:15:10 +02:00
Stefan Bauer
4fc4b12a9d
Update production.php 2022-07-06 07:51:29 +02:00
kenjis
fb63cf0351
style: replace tabs with space in Views 2022-05-27 15:50:13 +09:00
kenjis
20ef1f3bc0
fix: invalid css 2022-05-08 20:41:25 +09:00
kenjis
bc2dea2547
refactor: add strtoupper() to Request::getMethod()
The $upper functionality will be removed.
2022-05-05 10:18:58 +09:00
Toto
d84440415a
update link
https://codeigniter.com/en/contribute not found
2022-04-01 21:26:11 +07:00
kenjis
2fbd9b64a1
refactor: replace deprecated Response::getReason() with getReasonPhrase() 2022-02-16 13:42:53 +09:00
John Paul E. Balandan, CPA
9c3f6e973a
Deprecate both Exceptions::cleanPath() and BaseCollector::cleanPath() 2022-02-12 22:20:43 +08:00
kenjis
1945401557
refactor: replace $request->uri with $request->getUri()
See #5344
2021-11-18 10:00:25 +09:00
Gianluigi Vizzielli
d5a70be1bd Graphic fix on some screen res
Before: https://prnt.sc/1559re2
After: https://prnt.sc/1559uou
2021-09-07 22:16:11 +08:00
John Paul E. Balandan, CPA
a6cfb8c1e6
Remove useless code separator comments (#4946) 2021-07-19 21:08:51 +08:00
John Paul E. Balandan, CPA
1dc72c1d65
Convert is_null to null === and fix phpstan errors 2021-07-09 00:08:00 +08:00
John Paul E. Balandan, CPA
7b7d251f89
Convert to explicit those implicit string variables (#4882) 2021-06-28 22:08:40 +08:00
John Paul E. Balandan, CPA
d030096732
Enable braces 2021-06-08 10:15:25 +08:00
John Paul E. Balandan, CPA
7b37453fcc
Enable blank_line_before_statement fixer 2021-06-08 01:26:32 +08:00
Jérôme Gamez
68bb8a7b28
Use constants instead of functions 2021-06-07 13:44:53 +02:00
Jérôme Gamez
6e33e32675
Use static lambda if a binding to $this is not required. 2021-06-07 11:31:32 +02:00
John Paul E. Balandan, CPA
e04d17b390
Convert tabs to 4 spaces (#4771) 2021-06-04 22:51:52 +08:00
Toto Prayogo
bc3a48ea8c
format style 2021-04-23 11:37:14 +07:00
John Brahy
7a95be7b09 Revert "forgot the lang="en" tag in the top of the english HTML page"
This reverts commit 1cbdc5e935c968317e33026f76e234c61dc825e6.
2021-04-19 10:48:59 -07:00
John Brahy
1cbdc5e935 forgot the lang="en" tag in the top of the english HTML page 2021-04-19 10:47:01 -07:00
John Brahy
bc9b14a87d extra </li> in tabs area 2021-04-19 10:43:03 -07:00
usman ikram
df8730a037
Fix html formatting for exceptions and errors (#4542) 2021-04-10 20:26:45 +07:00
John Paul E. Balandan, CPA
6214b4f64e
Use verbose DB output for errors 2021-02-25 00:11:40 +08:00
Lonnie Ezell
efe83b8614
Friendlier error page to match default home style. 2021-02-16 23:26:13 -06:00
Abdul Malik Ikhsan
696cdbf70c
Use develop branch for contributing link in welcome page 2021-02-12 13:30:50 +07:00
kenjis
9f547cae62
fix: replace htmlspecialchars() with esc()
The second argument of htmlspecialchars() is changed.

ENT_IGNORE is never used.
> Using this flag is discouraged as it » may have security implications.
https://www.php.net/manual/en/function.htmlspecialchars.php
2021-01-28 14:58:40 +09:00
kenjis
bac5df711c
fix: add missing escaping 2021-01-28 14:55:07 +09:00