17384 Commits

Author SHA1 Message Date
kenjis
eeaa556bd8
Merge pull request #7613 from ping-yee/230624_mixed_in_system
docs: Replace type `mixed` in system.
2023-06-30 08:06:17 +09:00
kenjis
229427a1c0
Merge pull request #7622 from jozefrebjak/fix-curlrequest-http-proxy
fix: skip http proxy added header
2023-06-30 08:04:41 +09:00
kenjis
af377af6e0
Merge pull request #7639 from kenjis/fix-phpdoc-param-CodeIgniter
docs: fix @param in CodeIgniter
2023-06-29 19:46:03 +09:00
ping-yee
70f566f522
docs: Add the type. 2023-06-29 18:24:08 +08:00
kenjis
120b08d430
Merge pull request #7624 from puschie286/sqlsrv-default-port-connection-refuse
fix: sqlsrv default port cause connection refuse
2023-06-29 17:51:11 +09:00
puschie286
757de43da5
Update user_guide_src/source/database/configuration.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
2023-06-29 10:39:51 +02:00
kenjis
2753ad7d89
docs: fix @param 2023-06-29 16:57:14 +09:00
kenjis
b1b5544a75
Merge pull request #7637 from kenjis/docs-with-in-titles
docs: change "With" in section titles to lowercase
2023-06-29 07:54:15 +09:00
kenjis
13e782df7a
Merge pull request #7636 from kenjis/docs-time.rst
docs: improve time.rst
2023-06-29 07:53:31 +09:00
kenjis
7740034628
Merge pull request #7635 from kenjis/fix-docs-forceGlobalSecureRequests-comment
docs: fix comment header for $forceGlobalSecureRequests
2023-06-29 07:52:42 +09:00
kenjis
7d598e70ed
Merge pull request #7634 from kenjis/docs-force_https
docs: improve force_https() description
2023-06-29 07:51:58 +09:00
kenjis
481b4c3662
Merge pull request #7633 from kenjis/fix-docs-RedirectException-2
docs: fix incorrect description on RedirectException (2)
2023-06-29 07:51:15 +09:00
Christoph Potas
a7b97ad34e
Provide default port configuration information to the documentation
~ remove old port changes
+ add port config information to the documentation
2023-06-28 15:11:34 +02:00
kenjis
6fd54273fb
docs: change "with" in section titles to lowercase
For consistency.
2023-06-28 17:56:13 +09:00
kenjis
dd94346a3a
docs: text decration 2023-06-28 17:51:13 +09:00
kenjis
31a1351ee5
docs: add link to php.net 2023-06-28 17:50:54 +09:00
kenjis
5fc525d94f
docs: fix comment header 2023-06-28 11:14:24 +09:00
kenjis
2d5fcb2a9d
docs: improve force_https() description 2023-06-28 11:11:20 +09:00
kenjis
c72573a27a
docs: remove route
It may imply a named route.
2023-06-28 10:28:44 +09:00
kenjis
8f24590548
docs: remove incorrect description
A complete URL will be converted with base_url().
2023-06-28 10:27:11 +09:00
kenjis
1add05a864
Merge pull request #7629 from kenjis/fix-docs-RedirectException
docs: fix incorrect description on RedirectException
2023-06-28 06:01:47 +09:00
kenjis
08c046ea42
Merge pull request #7626 from kenjis/update-kint-507
chore: update Kint to 5.0.7
2023-06-28 06:00:12 +09:00
Christoph Potas
29d6ddd2c2
Confirm Style Guide
~ add missing space (style guide)
2023-06-27 12:14:58 +02:00
kenjis
1f09de8281
Merge pull request #7618 from codeigniter4/remove-precommit-hook
Remove PHPStan from pre-commit hook
2023-06-27 14:30:18 +09:00
Lonnie Ezell
bd3420b6ef
chore: remove php-stan from the precommit hook 2023-06-26 23:16:13 -05:00
kenjis
19f88fbdc5
docs: fix incorrect description
A named route cannot be used with RedirectException.
2023-06-27 11:24:32 +09:00
kenjis
d3b217cf25
chore: update Kint to 5.0.7 2023-06-27 09:50:12 +09:00
Christoph Potas
e17ebddf11
Fix sqlsrv default port connection refuse
~ ignore default port when constructr hostname for sqlsrv driver
2023-06-26 18:57:59 +02:00
Jozef Rebjak
a20365b9c9
test: improve testSendProxied 2023-06-26 14:02:04 +02:00
Jozef Rebjak
8d023d9255
fix: testSendProxied typo 2023-06-26 13:55:32 +02:00
Jozef Rebjak
9a41f6b18c
test: add testSendProxied 2023-06-26 13:52:36 +02:00
kenjis
1e7204bbba
Merge pull request #7620 from kenjis/refactor-RequestTrait
refactor: remove unused non-empty array in RequestTrait
2023-06-26 20:24:43 +09:00
Jozef Rebjak
1db90c402b
fix: skip http proxy added header 2023-06-26 13:07:39 +02:00
kenjis
b819f9d4e7
refactor: by RemoveUnusedNonEmptyArrayBeforeForeachRector 2023-06-26 15:10:00 +09:00
kenjis
ec5cb2fcb9
refactor: add workaround for old Config\App file 2023-06-26 15:09:46 +09:00
kenjis
3bb0831b32
Merge pull request #7611 from kenjis/refactor-config-classname
refactor: use ::class to config() param
2023-06-26 09:35:35 +09:00
kenjis
c9b6f3d17d
Merge pull request #7389 from kenjis/update-concepts-security.rst
docs: improve concepts/security.rst
2023-06-26 09:33:56 +09:00
kenjis
0574c89444
Merge pull request #7598 from kenjis/docs-TestResponse
docs: fix incorrect PHPDoc types in TestResponse
2023-06-25 18:06:52 +09:00
ping-yee
f92f091694
docs: Replace type mixed in system. 2023-06-24 21:54:17 +09:00
kenjis
3bdb53f374
refactor: use ::class to config() param 2023-06-24 09:20:24 +09:00
John Paul E. Balandan, CPA
b543f879e6
Merge pull request #7608 from paulbalandan/cli-test-wait-zero
fix: change assertion on CLITest::testWaitZero
2023-06-23 17:21:23 +08:00
John Paul E. Balandan, CPA
56f345fdf8
fix: change assertion on CLITest::testWaitZero 2023-06-23 12:00:02 +08:00
kenjis
ded8d382a0
Merge pull request #7603 from kenjis/fix-docs-message.rst
docs: fix message.rst
2023-06-22 15:42:47 +09:00
kenjis
8e9cc30e10
Merge pull request #7607 from paulbalandan/disable-process-timeout
chore: add Composer\Config::disableProcessTimeout
2023-06-22 15:41:58 +09:00
John Paul E. Balandan, CPA
33f2db46b2
chore: add Composer\Config::disableProcessTimeout 2023-06-22 11:55:10 +08:00
kenjis
4fd6ea0cd2
docs: fix incorrect description 2023-06-21 14:02:20 +09:00
kenjis
3e92760a7e
docs: update Valid HTTP protocol version 2023-06-21 14:01:48 +09:00
kenjis
52a2372add
Merge pull request #7596 from kenjis/docs-db-session
docs: improve "Configure DatabaseHandler" for Session
2023-06-20 15:11:55 +09:00
kenjis
9d9f19e3a5
Merge pull request #7592 from kenjis/add-changelog-437
docs: add changelog/upgrade guide for v4.3.7
2023-06-20 15:11:08 +09:00
kenjis
edd820436e
docs: fix incorrect PHPDoc types 2023-06-19 17:34:15 +09:00