John Paul E. Balandan, CPA
2c7d445fff
fix: early terminate processing of invalid library path
2024-03-30 15:42:45 +08:00
kenjis
3503b4d461
Merge remote-tracking branch 'origin/master' into develop
2024-03-29 13:27:29 +09:00
kenjis
7568d9f155
Merge pull request #8676 from kenjis/fix-CHANGELOG.md
...
docs: add missing SECURITY to v4.4.7 in CHANGELOG.md
2024-03-29 13:21:51 +09:00
kenjis
a0d20d71a5
docs: add missing SECURITY to v4.4.7
2024-03-29 13:19:04 +09:00
kenjis
fd3da67a55
Merge pull request #8675 from codeigniter4/develop
...
4.4.7 Ready code
v4.4.7
2024-03-29 13:03:38 +09:00
kenjis
e73db00045
Merge pull request #8674 from kenjis/release-4.4.7
...
Prep for 4.4.7 release
2024-03-29 12:59:13 +09:00
kenjis
4708e7a7ff
Prep for 4.4.7 release
2024-03-29 11:43:28 +09:00
kenjis
fa851acbae
Merge pull request from GHSA-39fp-mqmm-gxj6
...
fix: Language, Router, and Filters
2024-03-29 11:34:46 +09:00
kenjis
a3572a7922
chore: update phpstan-baseline.php
2024-03-29 11:18:23 +09:00
kenjis
eaecd08468
docs: add link to Wikipedia’s Unicode block
2024-03-29 11:18:21 +09:00
kenjis
8745b20dbd
fix: Filters does not decode URI path
...
Router does decode it, so Filters also should decode.
2024-03-29 11:18:17 +09:00
kenjis
01a5624238
test: add test for URI path
2024-03-29 11:16:42 +09:00
kenjis
7ef2161ccf
docs: add **Language:**
for consistency
2024-03-29 11:16:42 +09:00
kenjis
ecc3a1e175
docs: add sub section "Adding Permitted Characters"
2024-03-29 11:16:41 +09:00
kenjis
03ec3ff566
refactor: use \A and \z
...
It is better to use always \A and \z if you try to check a string.
Because `$` matches the end of a line, and matches a newline charactor.
2024-03-29 11:16:41 +09:00
kenjis
1c65aa11c9
fix: improve log message
2024-03-29 11:16:41 +09:00
kenjis
99daaa449b
docs: add link to Security Advisory on GitHub
2024-03-29 11:16:40 +09:00
kenjis
4d6b45b769
fix: add missing URI Security and Conig\App::$permittedURIChars
2024-03-29 11:16:40 +09:00
kenjis
7f0cab1e6c
fix: Language does not throw exception
...
We have code like this:
throw PageNotFoundException::forMethodNotFound($this->method);
and
public static function forMethodNotFound(string $method)
{
return new static(self::lang('HTTP.methodNotFound', [$method]));
}
If Language throws an Exception, the first Exception will be hidden
in the error message.
2024-03-29 11:16:40 +09:00
kenjis
4a58d24096
test: add tests for URI paths
2024-03-29 11:16:39 +09:00
kenjis
404e50b2cc
Merge pull request #8670 from kenjis/fix-model-set-entity
...
fix: Model::set() does not accept object
2024-03-29 11:04:17 +09:00
kenjis
8e64913dc6
Merge pull request #8661 from kenjis/fix-time-diff-DST
...
fix: Time::difference() DST bug
2024-03-29 11:03:36 +09:00
kenjis
87652c92c8
Merge pull request #8656 from kenjis/add-comments-to-PDO_PGSQL-DSN
...
docs: add commnets on Postgre::convertDSN()
2024-03-29 07:42:23 +09:00
kenjis
2a63810a47
Merge pull request #8668 from kenjis/docs-time
...
docs: small improvements to Time
2024-03-29 07:40:47 +09:00
kenjis
3e34865139
fix: Model::set() does not accept object
2024-03-28 20:03:55 +09:00
kenjis
29298011d6
docs: fix incorrect doc comment
2024-03-28 20:03:20 +09:00
kenjis
1046de86bd
Merge pull request #8666 from kenjis/docs-autoloader.rst
...
docs: add and update Autoloader descriptions
2024-03-28 11:58:01 +09:00
kenjis
e22b0c5a17
Merge pull request #8665 from kenjis/update-prlint
...
chore: add "config", "revert" to prlint.json
2024-03-28 11:18:35 +09:00
kenjis
2f16e3d803
chore: add revert to prlint.json
2024-03-28 08:56:31 +09:00
kenjis
db187b2b5c
docs: add more sample code
2024-03-28 08:16:38 +09:00
kenjis
429fd91836
docs: update link to PHP manual
2024-03-28 08:16:38 +09:00
kenjis
f99ca6afae
docs: fix coding style
2024-03-27 21:51:34 +09:00
kenjis
6ae5743420
docs: add changelog and upgrade
2024-03-27 21:49:05 +09:00
kenjis
8a8a67c1c7
docs: add note for DST and Time::difference()
2024-03-27 21:32:51 +09:00
kenjis
bb201e674d
docs: add empty line
2024-03-27 20:58:23 +09:00
kenjis
9cf14e338a
fix: Time::difference() DST bug
...
Fixed to not convert to UTC when the two time zones are the same.
2024-03-27 20:58:22 +09:00
kenjis
d99eba7b7d
docs: replace description
...
CodeIgniter seems to use the classmap only for the third-party libraries
that are included in CI4 core.
2024-03-27 13:44:38 +09:00
kenjis
9f9634a5e2
docs: add explanation
2024-03-27 13:44:18 +09:00
kenjis
43b81c46e2
docs: add empty line
2024-03-27 13:43:49 +09:00
kenjis
fb3d530126
docs: fix section title marks
2024-03-27 13:17:49 +09:00
kenjis
b82b6229f0
chore: add config to prlint.json
2024-03-27 09:54:33 +09:00
MGatner
d8e4de208a
Merge pull request #8663 from datamweb/copyright-2024
...
docs: update 2024 for copyright
2024-03-26 03:38:37 -07:00
Pooya Parsa Dadashi
1b45971ba2
docs: update 2024 for copyright
2024-03-26 13:02:50 +03:30
kenjis
a8d1a89f11
Merge pull request #8653 from kenjis/fix-curlrequest.rst
...
docs: fix incorrect CURLRequest allow_redirects description
2024-03-26 15:31:57 +09:00
kenjis
b2d0197376
Merge pull request #8658 from kenjis/fix-phpstan-baseline
...
chore: update PHPStan baseline
2024-03-26 09:39:59 +09:00
kenjis
683cd5b852
chore: vendor/bin/phpstan analyze --generate-baseline phpstan-baseline.php
2024-03-26 08:34:41 +09:00
kenjis
114f3ce79c
Merge pull request #8646 from kenjis/add-phpstan-check-tests
...
chore: add PHPStan checking to tests/
2024-03-26 08:21:21 +09:00
kenjis
4dc10d305e
Merge pull request #8642 from kenjis/docs-improve-news-tutorial
...
docs: improve News Tutorial code
2024-03-26 08:20:44 +09:00
kenjis
446aa0beeb
Merge pull request #8639 from kenjis/improve-validation-error-msg
...
refactor: improve Validation Placeholder error message
2024-03-26 08:20:02 +09:00
kenjis
5211abfb2c
Merge pull request #8634 from kenjis/docs-improve-db-config
...
docs: improve Database Configuration
2024-03-26 08:19:31 +09:00