17421 Commits

Author SHA1 Message Date
kenjis
54ebb52ead
test: add test for missing argument 2023-07-04 09:26:21 +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
89292d818a
Merge pull request #7645 from kenjis/fix-phpstan-error-number_to_size
docs: add @phpstan-ignore-next-line in number_to_size()
2023-07-03 13:45:24 +09:00
kenjis
5cfefc011a
docs: add @phpstan-ignore-next-line in number_to_size() 2023-07-03 13:16:29 +09:00
kenjis
cba77132b8
docs: add note 2023-07-03 11:04:17 +09:00
kenjis
12c7bb9ad9
docs: remove inaccurate description 2023-07-03 11:03:52 +09:00
kenjis
0ea35d6aff
docs: do not recomment to use PHP function
It is a bad practice.
2023-07-03 10:39:35 +09:00
kenjis
93006e3d8c
Merge pull request #7597 from kenjis/fix-AutoRouterImproved-params-not-reset
fix: [Auto Routing Improved] feature testing may use incorrect param count
2023-06-30 11:13:31 +09:00
kenjis
5f5a5be333
docs: fix descriptions 2023-06-30 10:47:21 +09:00
kenjis
a98b6f0e05
docs: add "Configuring Caching" 2023-06-30 10:47:20 +09:00
kenjis
4823409a4b
docs: update comment 2023-06-30 09:57:58 +09:00
Abdul Malik Ikhsan
81849edff0
Merge pull request #7641 from codeigniter4/dependabot/composer/rector/rector-0.17.2
chore(deps-dev): update rector/rector requirement from 0.17.1 to 0.17.2
2023-06-30 06:47:22 +07:00
kenjis
46e1ab1a9c
Merge pull request #7640 from kenjis/fix-number_to_roman
fix: number_to_roman() param type
2023-06-30 08:07:07 +09:00
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
dependabot[bot]
8f6c2dba26
chore(deps-dev): update rector/rector requirement from 0.17.1 to 0.17.2
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/0.17.1...0.17.2)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 15:21:50 +00:00
kenjis
713c1dbb28
docs: update reference 2023-06-29 21:23:23 +09:00
kenjis
41dbea0c02
docs: align comments 2023-06-29 21:23:02 +09:00
kenjis
fccea01ba9
fix: remove incorrect param type in number_to_roman() 2023-06-29 21:20:00 +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