20639 Commits

Author SHA1 Message Date
kenjis
e42c66939d
Merge remote-tracking branch 'upstream/develop' into 4.5 2024-02-05 09:00:42 +09:00
kenjis
d22812de3e
Merge pull request #8478 from kenjis/fix-sqlsrv-forge-enum
refactor: [SQLSRV] convert ENUM to VARCHAR(n) in Forge
2024-02-05 08:58:07 +09:00
kenjis
61269504a8
Merge pull request #8490 from kenjis/fix-ResponseTrait-format
fix: API\ResponseTrait can't return string as JSON
2024-02-05 08:57:04 +09:00
kenjis
1151d81455
Merge pull request #8491 from kenjis/feat-404-controller-gets-exception-message
feat: 404 controller also can get PageNotFoundException message
2024-02-05 08:53:31 +09:00
kenjis
a65b1c7542
Merge pull request #8512 from kenjis/docs-base-url-protocol-relative
docs: add undocumented `base_url()` protocol-relative link
2024-02-05 08:52:41 +09:00
kenjis
75b57017b9
Merge pull request #8496 from kenjis/feat-spark-events
feat: add event points for spark commands
2024-02-05 08:51:58 +09:00
kenjis
01d828000c
Merge pull request #8455 from kenjis/feat-Model-updateOnlyChanged
feat: [Model] add option $updateOnlyChanged
2024-02-05 08:50:57 +09:00
kenjis
437ce02bf2
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	system/Router/RouteCollection.php
2024-02-04 17:46:36 +09:00
kenjis
29307140a9
Merge pull request #8509 from kenjis/docs-configuration.rst-env-vars
docs: improve description for Environment Variables
2024-02-04 17:41:34 +09:00
kenjis
8fbe5866a2
Merge pull request #8505 from kenjis/fix-phpdocs
docs: fix PHPDocs
2024-02-04 17:40:48 +09:00
kenjis
d6d571bef3
Merge pull request #8503 from kenjis/fix-docs-ResultInterface-getCustomRowObject
docs: fix incorrect @return type in `ResultInterface-getCustomRowObject()`
2024-02-04 17:39:53 +09:00
kenjis
c2cbf05638
docs: add about missing protocol-relative link 2024-02-04 17:32:06 +09:00
kenjis
b0e1bf7d14
docs: add protocol-relative link to PHPDocs 2024-02-04 17:31:31 +09:00
kenjis
e5c5ced552
Merge pull request #8230 from kenjis/feat-db-type-converter
feat: add DataConverter to convert types
2024-02-04 11:09:17 +09:00
kenjis
8c09f342c7
docs: add changelog 2024-02-04 11:03:31 +09:00
kenjis
d7b7fcdfcc
test: add return type 2024-02-04 11:03:31 +09:00
kenjis
1abb58b4a4
feat: 404 controller also can get PageNotFoundException message
as well as 404 closure.
2024-02-04 11:03:31 +09:00
kenjis
fac0fe226e
docs: add changelog and upgrade 2024-02-04 11:02:37 +09:00
kenjis
654616f105
test: update failed test 2024-02-04 11:02:37 +09:00
kenjis
2d2318b239
refactor: use ternary operator 2024-02-04 11:02:36 +09:00
kenjis
8df04e817d
docs: update user guide 2024-02-04 11:02:36 +09:00
kenjis
61a4694d79
fix: ResponseTrait can't return string data as JSON 2024-02-04 11:02:36 +09:00
kenjis
a29c5f29ce
test: extract createRequestAndResponse() 2024-02-04 11:02:36 +09:00
kenjis
e7bc4cec2f
test: remove unused param $userConfig 2024-02-04 11:02:35 +09:00
kenjis
8c7a905523
test: extract createAppConfig() and createCookieConfig() 2024-02-04 11:02:35 +09:00
kenjis
21dc53c77e
test: remove code to set response content type
Test code should not set the conetnt type.
ResponseTrait has the responsibility.
2024-02-04 11:02:35 +09:00
kenjis
e273b5ad89
refactor: first check mime
and will handle string data as JSON.
2024-02-04 11:02:35 +09:00
kenjis
b1fab78c5e
test: remove unneeded & 2024-02-04 11:02:34 +09:00
kenjis
4831fbc308
test: break long lines 2024-02-04 11:02:34 +09:00
kenjis
d51dca323e
test: move empty lines 2024-02-04 11:02:34 +09:00
kenjis
74560befe2
test: replace deprecated Response::getReason() 2024-02-04 11:02:33 +09:00
kenjis
2e87a5814b
test: break long line 2024-02-04 11:02:33 +09:00
kenjis
9a77d28cf9
fix: type error
PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
2024-02-04 11:02:33 +09:00
kenjis
73fe7fa7b2
docs: improve PHPDoc comments 2024-02-04 11:02:33 +09:00
kenjis
8ad763e660
docs: add changelog 2024-02-04 11:01:38 +09:00
kenjis
e06f3713b8
feat: add event posts for spark 2024-02-04 11:01:38 +09:00
kenjis
8425721160
docs: add sub section titles 2024-02-04 11:01:38 +09:00
kenjis
0787fb3599
docs: add doc comments 2024-02-04 11:01:36 +09:00
kenjis
d4362c4476
Merge pull request #8502 from kenjis/add-strict-types-ForgeModifyColumnTest
[4.5] refactor: add `declare(strict_types=1)` to ForgeModifyColumnTest
2024-02-04 11:00:07 +09:00
Abdul Malik Ikhsan
c3f646cd0b
Merge pull request #8510 from codeigniter4/samsonasik-patch-1
chore: Reduce jobsize on rector config
2024-02-04 08:34:44 +07:00
Abdul Malik Ikhsan
400d171ebd
Reduce jobsize on rector config 2024-02-04 08:12:25 +07:00
kenjis
d81b63d6e7
docs: improve description for Environment Variables as Replacements for Data 2024-02-04 09:11:40 +09:00
kenjis
2353ee3c28
Merge remote-tracking branch 'upstream/develop' into 4.5 2024-02-04 08:57:09 +09:00
kenjis
a3b92fa7ab
Merge pull request #8506 from kenjis/test-refactor-AbstractGetFieldDataTest
test: use array_sort_by_multiple_keys() in AbstractGetFieldDataTest
2024-02-04 08:55:57 +09:00
kenjis
b743fff4fb
Merge pull request #8508 from kenjis/docs-update-starter/tests/README.md
docs: update starter/tests/README.md
2024-02-04 08:55:16 +09:00
kenjis
9a11804141
Merge pull request #8507 from kenjis/docs-array_helper.rst
docs: improve array_helper.rst
2024-02-04 08:54:35 +09:00
kenjis
826f163bae
docs: update starter/tests/README.md
You can set up test database with .env.
Now we provide only CIUnitTestCase.
2024-02-03 17:30:23 +09:00
kenjis
11d006621b
docs: decorate text 2024-02-03 10:24:30 +09:00
kenjis
16317db0a7
docs: add :lines: 2- 2024-02-03 10:24:02 +09:00
kenjis
5cb67248e5
test: use array_sort_by_multiple_keys() 2024-02-03 10:06:56 +09:00