kenjis
|
37449d3d3d
|
Merge remote-tracking branch 'upstream/develop' into 4.4
|
2023-07-05 10:53:48 +09:00 |
|
kenjis
|
0d154876b5
|
Merge pull request #7644 from kenjis/refactor-PageCache
refactor: extract ResponseCache class for Web Page Caching
|
2023-07-05 10:52:11 +09:00 |
|
kenjis
|
73d39974a9
|
Merge pull request #7602 from kenjis/fix-FeatureTestTrait-params-type
fix: FeatureTestTrait may change $params values passed to call(), and a few bug fixes
|
2023-07-05 07:54:38 +09:00 |
|
kenjis
|
8d9b17675d
|
Merge pull request #7653 from kenjis/refactor-extract-DefinedRouteCollector
refactor: extract DefinedRouteCollector
|
2023-07-05 07:53:27 +09:00 |
|
kenjis
|
789015666a
|
refactor: make ResponseCache final
|
2023-07-05 07:38:13 +09:00 |
|
Abdul Malik Ikhsan
|
d7cda9308f
|
Merge pull request #7652 from kenjis/fix-url-to-error-msg
fix: `url_to()` error message
|
2023-07-04 19:03:04 +07:00 |
|
kenjis
|
f5a284154c
|
docs: add @phpstan-return
|
2023-07-04 18:48:26 +09:00 |
|
kenjis
|
f6e636256e
|
test: fix test method name
|
2023-07-04 18:31:58 +09:00 |
|
kenjis
|
ea62e0b022
|
fix: add final keyword to DefinedRouteCollector
|
2023-07-04 18:30:52 +09:00 |
|
kenjis
|
453511c582
|
docs: add comment
|
2023-07-04 12:08:14 +09:00 |
|
kenjis
|
6f0d950c33
|
refactor: use DefinedRouteCollector in spark routes
|
2023-07-04 12:03:19 +09:00 |
|
kenjis
|
06faf737be
|
refactor: use DefinedRouteCollector in DebugBar
|
2023-07-04 12:00:11 +09:00 |
|
kenjis
|
d1224ccd97
|
refactor: use DefinedRouteCollector in spark routes
|
2023-07-04 12:00:10 +09:00 |
|
kenjis
|
d19a393062
|
feat: add DefinedRouteCollector
|
2023-07-04 12:00:10 +09:00 |
|
kenjis
|
42ea49371a
|
docs: fix by proofreading
Co-authored-by: MGatner <mgatner@icloud.com>
|
2023-07-04 09:46:23 +09:00 |
|
kenjis
|
2ff1dc887f
|
fix: improve exception message
|
2023-07-04 09:26:42 +09:00 |
|
kenjis
|
54ebb52ead
|
test: add test for missing argument
|
2023-07-04 09:26:21 +09:00 |
|
kenjis
|
f1509f1c9e
|
test: fix typo in method name
Co-authored-by: MGatner <mgatner@icloud.com>
|
2023-07-04 08:46:24 +09:00 |
|
kenjis
|
3c43081914
|
docs: add changelog, upgrade guide, and missing explanation for $params
|
2023-07-04 08:46:24 +09:00 |
|
kenjis
|
5fe0572c66
|
docs: improve feature.rst
|
2023-07-04 08:46:24 +09:00 |
|
kenjis
|
d273222b7e
|
fix: [BC] change priority for request body
"withBodyFormat() and $params of call()" has higher priority than withBody().
|
2023-07-04 08:46:24 +09:00 |
|
kenjis
|
963b2e27f6
|
refactor: remove uneeded isset()
|
2023-07-04 08:46:23 +09:00 |
|
kenjis
|
d9d19c67d6
|
docs: fix @param type
|
2023-07-04 08:46:23 +09:00 |
|
kenjis
|
c7ec2c901c
|
fix: incorrect logic in setRequestBody()
- When it is a JSON/XML request, REQUEST global should be empty.
- When calling withBody() and withBodyFormat(), Content-Type is not set.
|
2023-07-04 08:46:23 +09:00 |
|
kenjis
|
faa014cfee
|
test: add test for JSON request Content-Type
|
2023-07-04 08:46:22 +09:00 |
|
kenjis
|
79b83c0e40
|
fix: incorrect REQUEST superglobal data
|
2023-07-04 08:43:45 +09:00 |
|
kenjis
|
903fee87f6
|
refactor: add ()
|
2023-07-04 08:43:45 +09:00 |
|
kenjis
|
10f5034ce6
|
docs: add @param
|
2023-07-04 08:43:45 +09:00 |
|
kenjis
|
9981d44acc
|
test: add tests for PUT JSON request and REQUEST
|
2023-07-04 08:43:45 +09:00 |
|
kenjis
|
63296dedaf
|
test: add tests for call() params and REQUEST
|
2023-07-04 08:43:44 +09:00 |
|
kenjis
|
d96be52008
|
fix: FeatureTestTrait changes $params values passed to call()
|
2023-07-04 08:43:44 +09:00 |
|
kenjis
|
f7ef2780b8
|
test: add test values with various types
|
2023-07-04 08:43:44 +09:00 |
|
kenjis
|
5f2cdd2bd0
|
test: add tests for $params in call()
|
2023-07-04 08:43:44 +09:00 |
|
kenjis
|
6c09f352c6
|
Merge remote-tracking branch 'upstream/develop' into 4.4
|
2023-07-04 08:07:47 +09:00 |
|
kenjis
|
8e08820b31
|
Merge pull request #7422 from kenjis/fix-auto-routing-improved-setTranslateURIDashes-4.4
fix: [Auto Routing Improved] one controller method has more than one URI when $translateURIDashes is true
|
2023-07-04 08:05:44 +09:00 |
|
kenjis
|
e62b539663
|
Merge pull request #7642 from kenjis/docs-caching-cacheQueryString
docs: add missing "Configuring Caching" in Web Page Caching
|
2023-07-04 08:04:17 +09:00 |
|
kenjis
|
da41b55ff4
|
Merge pull request #7599 from kenjis/fix-TestResponseTest
test: fix TestResponseTest
|
2023-07-04 08:03:34 +09:00 |
|
kenjis
|
8bcc33ef92
|
Merge pull request #7505 from kenjis/fix-docs-session-destroy
docs: improve Session::destroy()
|
2023-07-04 08:02:52 +09:00 |
|
kenjis
|
311d66ea89
|
Merge pull request #7612 from ping-yee/230624_mix_in_helpers
docs: Replace type `mixed` in all helper files.
|
2023-07-03 15:52:11 +09:00 |
|
ping-yee
|
95cf346eb1
|
fix: fix the phpstan
|
2023-07-03 13:44:38 +08:00 |
|
ping-yee
|
d88d751976
|
fix: changed by rector.
|
2023-07-03 13:39:11 +08:00 |
|
ping-yee
|
bdd2b50495
|
fix: remove the phpstan message.
|
2023-07-03 13:35:28 +08:00 |
|
ping-yee
|
63ba16fc10
|
fix: fix the error.
|
2023-07-03 13:35:28 +08:00 |
|
ping-yee
|
b8524e805b
|
fix: Add one more limit type.
|
2023-07-03 13:35:28 +08:00 |
|
ping-yee
|
5d7b886434
|
fix: fix the conflict
|
2023-07-03 13:35:24 +08:00 |
|
ping-yee
|
3240062e91
|
fix: fix some error.
|
2023-07-03 13:30:01 +08:00 |
|
ping-yee
|
87f6906207
|
docs: fix the type.
|
2023-07-03 13:30:01 +08:00 |
|
ping-yee
|
753edef10f
|
docs: fix some type.
|
2023-07-03 13:30:01 +08:00 |
|
ping-yee
|
6f93b8bf9c
|
docs:replace type mixed at all helpers class.
|
2023-07-03 13:30:00 +08:00 |
|
kenjis
|
7d31f522c7
|
docs: add "Parameter Type Changes" and "Deprecations"
|
2023-07-03 14:14:27 +09:00 |
|