kenjis
465422a23e
docs: add about composer.json autoload.psr-4
2022-09-03 08:36:31 +09:00
kenjis
924b3c4fa9
Merge pull request #6473 from paulbalandan/redis-incr
...
Fix redis cache increment/decrement methods
2022-09-03 07:06:48 +09:00
kenjis
e2606a80b7
Merge pull request #6472 from paulbalandan/shutdown-handler
...
Fix fatal error gets turned to `0` severity on shutdown handler
2022-09-03 07:05:56 +09:00
kenjis
62c5d80a81
Merge pull request #6467 from kenjis/fix-validation-json-data
...
fix: [Validation] JSON data may cause "Array to string conversion" error
2022-09-03 07:05:08 +09:00
kenjis
3eb0ea475d
Merge pull request #6463 from kenjis/deprecate-Cookie-withNeverExpiring
...
docs: deprecate Cookie::withNeverExpiring()
2022-09-03 07:02:55 +09:00
kenjis
8760a49311
fix: JSON data may cause "Array to string conversion" error
2022-09-02 12:45:56 +09:00
kenjis
dcd4ab9ac2
docs: remove @inheritDoc
2022-09-02 11:38:18 +09:00
kenjis
97d1a51112
docs: add deprecation of Cookie::withNeverExpiring()
2022-09-02 11:38:17 +09:00
kenjis
1fe22d1060
docs: fix namespace
2022-09-02 11:38:17 +09:00
kenjis
68157946bc
docs: add @deprecated
2022-09-02 11:38:17 +09:00
John Paul E. Balandan, CPA
698928a8e9
Fix redis cache increment/decrement methods
2022-09-02 10:30:36 +08:00
John Paul E. Balandan, CPA
f94fb2bcdd
Fix fatal error gets turned to 0
severity on shutdown handler
2022-09-02 10:29:16 +08:00
kenjis
3ba1eb5e64
Merge pull request #6470 from kenjis/fix-phpstan-errors
...
refactor: fix PHPStan errors
2022-09-02 11:16:19 +09:00
kenjis
1479d28787
refactor: fix PHPStan error
...
------ ------------------------------------------------------------------------------
Line system/Model.php
------ ------------------------------------------------------------------------------
657 Offset 'data' on array on left side of ?? always exists and is not nullable.
683 Offset 'data' on array on left side of ?? always exists and is not nullable.
------ ------------------------------------------------------------------------------
2022-09-02 10:00:30 +09:00
kenjis
f9571006bf
chore: remove ignore error patterns
...
The new version of PHPStan reported:
Ignored error pattern ... in path ... was not matched in reported errors.
2022-09-02 09:55:08 +09:00
kenjis
57385ea1bf
Merge pull request #6460 from kenjis/fix-test-restore-locales
...
test: restore changed locale in Time tests
2022-08-31 19:03:13 +09:00
kenjis
5b396dbd20
Merge pull request #6462 from kenjis/fix-Entity-phpdoc
...
docs: update PHPDoc in Entity
2022-08-31 18:02:36 +09:00
kenjis
528eed7f8b
test: fix invalid locale value
...
locale
Is a BCP 47 compliant language tag.
See https://www.php.net/manual/en/locale.setdefault.php
2022-08-31 17:59:00 +09:00
kenjis
69c407b38c
docs: update PHPDoc in Entity
2022-08-31 13:42:13 +09:00
kenjis
1aeb5b3ab4
test: restore changed locale in tearDown()
2022-08-31 10:17:28 +09:00
kenjis
a51b07c4c1
Merge pull request #6451 from kenjis/fix-docs-routing-namespace
...
docs: add about controllers namespace in routing
2022-08-30 21:10:33 +09:00
kenjis
e046890c45
docs: improve sample code
2022-08-30 20:56:12 +09:00
MGatner
cd4bc83977
Merge pull request #6452 from daycry/patch-1
2022-08-30 06:40:10 -04:00
daycry
426873f6a6
Update FileRules.php
2022-08-30 10:00:45 +02:00
daycry
9e34a8f449
Update FileRules.php
2022-08-30 09:42:03 +02:00
daycry
8e1e695cb9
Update FileRules.php
2022-08-30 09:20:38 +02:00
daycry
a8c69e87a4
- FIX: in command prompt
...
at SYSTEMPATH\Validation\FileRules.php:42
Backtrace:
1 [internal function]
CodeIgniter\Debug\Exceptions()->errorHandler(2, 'assert(): assert($request instanceof IncomingRequest) failed', 'C:\\laragon\\www\\test\\vendor\\codeigniter4\\framework\\system\\Validation\\FileRules.php', 42, [...])
2022-08-29 17:26:38 +02:00
kenjis
536e5b1b7e
docs: add about controllers namespace in routing
2022-08-29 21:08:32 +09:00
kenjis
f1862a0217
Merge pull request #6447 from kenjis/update-contributing/workflow.md
...
docs: update contributing/workflow.md
2022-08-29 19:24:25 +09:00
kenjis
bae9665ddd
Merge pull request #6446 from kenjis/update-composer-scripts
...
chore: update composer scripts
2022-08-29 19:24:03 +09:00
MGatner
2788a492ea
Merge pull request #6440 from naente/develop
2022-08-29 05:46:50 -04:00
kenjis
71a4bed481
docs: change letter cases in titles
2022-08-29 10:50:23 +09:00
kenjis
14bfd1f719
docs: add Changing a commit message
2022-08-29 10:48:21 +09:00
kenjis
a589af0d61
docs: update pull_request.md
2022-08-29 10:40:35 +09:00
kenjis
cb60d9394f
chore: add composer script aliaes
2022-08-29 10:32:49 +09:00
kenjis
2e3dd46d42
chore: add rector process --dry-run
to composer analyze
2022-08-29 10:32:27 +09:00
MGatner
d51d4e9f1f
Merge pull request #6445 from codeigniter4/develop
...
4.2.5 Ready code
v4.2.5
2022-08-28 21:16:29 -04:00
MGatner
800c2c14fa
Merge pull request #6443 from codeigniter4/release-4.2.5
...
Prep for 4.2.5 release
2022-08-28 21:15:35 -04:00
MGatner
cd450e7ac2
Prep for 4.2.5 release
2022-08-29 00:46:26 +00:00
MGatner
d800a75fb2
Merge pull request #6441 from kenjis/fix-docs-link-to-spark
...
docs: fix incorrect links to the spark page
2022-08-28 20:35:26 -04:00
MGatner
31aab61854
Merge pull request #6442 from kenjis/fix-CLIRequest-getLocale-error
...
fix: Call to undefined method CodeIgniter\HTTP\CLIRequest::getLocale()
2022-08-28 20:35:06 -04:00
kenjis
6aafff0611
fix: add missing CLIRequest::getLocale()
...
Call to undefined method CodeIgniter\HTTP\CLIRequest::getLocale()
2022-08-29 08:06:25 +09:00
kenjis
5e7b4fe99d
test: fix incorrect assertions
2022-08-29 08:04:25 +09:00
kenjis
b6d9f91fd8
docs: fix incorrect links to the spark page
...
The page spark_commands explains how to use spark, the page cli_commands explains how to create a command.
2022-08-29 07:41:18 +09:00
kenjis
6a31be47f4
Merge pull request #6436 from kenjis/update-kint-to-420
...
chore: update Kint to 4.2.0
2022-08-29 07:21:59 +09:00
kenjis
a65e57a6f7
Merge pull request #6437 from kenjis/add-docs-on-PR-commits
...
docs: add about PR commits
2022-08-29 07:19:17 +09:00
naente
53e14836d9
docs: $db->getFieldData() data explanation is not complete
2022-08-28 22:54:22 +09:00
kenjis
596b629330
chore: update kint vertion to ^4.2
2022-08-28 19:41:04 +09:00
John Paul E. Balandan, CPA
622f82942e
Merge pull request #6434 from codeigniter4/paulbalandan-patch-1
...
Remove unneeded abstract `handle()` method
2022-08-28 14:08:09 +08:00
kenjis
c3820963f6
docs: add link to detailed explanation
2022-08-28 12:51:18 +09:00