19317 Commits

Author SHA1 Message Date
kenjis
f80710c367
docs: fix incorrect link 2023-12-06 10:34:21 +09:00
kenjis
b8166540b4
docs: fix markdown
Tags can be used in markdown.
So PhpStorm did not render `<script>`.
2023-12-06 10:32:14 +09:00
Abdul Malik Ikhsan
7a89ef2f72
Merge pull request #8290 from codeigniter4/dependabot/composer/rector/rector-0.18.12
chore(deps-dev): update rector/rector requirement from 0.18.11 to 0.18.12
2023-12-04 22:59:47 +07:00
dependabot[bot]
705a695119
chore(deps-dev): update rector/rector requirement
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.18.11...0.18.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 15:40:52 +00:00
kenjis
fb122c13fa
Merge pull request #8283 from kenjis/update-cs
style: composer cs-fix
2023-12-03 16:38:05 +09:00
kenjis
67335ecd49
style: composer cs-fix 2023-12-03 10:07:24 +09:00
kenjis
0c9b3ff025
Merge pull request #8275 from kenjis/fix-test-autoload-helpers
fix: autoload helpers in test bootstrap
2023-12-03 05:33:04 +09:00
kenjis
54cbc32763
Merge pull request #8258 from NicolaeIotu/add-curlrequest-curlopt_ssl_verifyhost
fix: [CURLRequest] skip hostname checks if options 'verify' false
2023-12-03 05:31:03 +09:00
Nicolae Iotu
5b4482c86d
Added upgrading instructions 2023-12-01 08:58:51 +00:00
Nicolae Iotu
bfb9ab4ef7
Revert manual changes to CHANGELOG.md 2023-12-01 07:51:44 +00:00
Nicolae Iotu
6df07b00ac
Added the summary of the bug 2023-12-01 07:39:46 +00:00
IOTU Nicolae
ab25092599
Update user_guide_src/source/changelogs/v4.4.4.rst
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2023-12-01 07:17:56 +00:00
kenjis
bcc9b5498d
Merge pull request #8277 from kenjis/docs-add-db-utils-missing-methods
docs: add DBUtils missing methods
2023-12-01 07:03:32 +09:00
Nicolae Iotu
25b6d40227
Fix sphinx-action warning 'Title underline too short' 2023-11-30 17:57:03 +00:00
Nicolae Iotu
f8dd0b70b2
Updated Bugs and Breaking sections
Revert to ['verify'] instead of
2023-11-30 17:49:04 +00:00
Nicolae Iotu
e601954b35
recreate fix: CURLOPT_SSL_VERIFYPEER values and tests related with CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST 2023-11-30 11:18:56 +00:00
kenjis
4542dd58fb
docs: fix factory method name 2023-11-30 17:23:38 +09:00
kenjis
7e55e4503f
docs: fix CI3's method name 2023-11-30 17:23:38 +09:00
kenjis
e4d390313f
docs: remove unimplemented repairTable() 2023-11-30 17:23:38 +09:00
kenjis
17eb8920f6
docs: add missing methods in Database Utility Class 2023-11-30 17:23:37 +09:00
kenjis
c5cb69e6c8
Merge pull request #8276 from kenjis/fix-docs-db-utils
docs: fix Database Utility Class `getXMLFromResult()`
2023-11-30 17:22:18 +09:00
kenjis
667cfd2820
Merge pull request #8267 from kenjis/docs-upgrade-sessions
docs: add about session table change in upgrading from 3.x
2023-11-30 17:20:37 +09:00
kenjis
ab913e3a63
Merge pull request #8274 from kenjis/update-kint-to-5.1.0
chore: update Kint to 5.1.0
2023-11-30 17:19:07 +09:00
kenjis
b555ce2ba4
docs: fix factory classname 2023-11-30 16:02:45 +09:00
kenjis
3e076d3706
docs: add "Initializing the Utility Class" 2023-11-30 12:18:39 +09:00
kenjis
31388c84a2
docs: fix description for getXMLFromResult() 2023-11-30 11:42:10 +09:00
kenjis
1c20d68270
fix: autoload helpers in test bootstrap 2023-11-30 07:05:18 +09:00
kenjis
84903e0f58
chore: update Kint to 5.1.0 2023-11-30 06:57:53 +09:00
kenjis
50412c771f
docs: add about session table change 2023-11-29 07:15:04 +09:00
kenjis
93e9c6bc9a
Merge pull request #8256 from kenjis/docs-improve-pagination
docs: improve pagination
2023-11-29 06:11:00 +09:00
Nicolae Iotu
e159bfd8a0
fix: CURLOPT_SSL_VERIFYPEER values and tests related with CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST 2023-11-28 08:28:50 +00:00
Nicolae Iotu
368523263c
add: SSL verify options when config.verify is string and boolean 2023-11-28 08:28:50 +00:00
Nicolae Iotu
7e7821bdf5
add: skip hostname checks if CURLRequest options 'verify' is set to false.
When CURLRequest options 'verify' is set to false, some CURLOPT_SSL_... options should be disabled in such a way as to allow requests to pass through in case the destination is for example on private networks.

Avoids SSL errors: SSL: certificate subject name 'CA' does not match target host name 'localhost'
2023-11-28 08:28:42 +00:00
kenjis
fc500d06e4
Merge pull request #8259 from kenjis/docs-improve-entities
docs: improve Entities
2023-11-28 08:32:45 +09:00
kenjis
35a8f74348
Merge pull request #8253 from kenjis/docs-restful-controller-ns
docs: fix incorrect sample code in restful.rst
2023-11-28 08:32:05 +09:00
kenjis
645e93c6e7
Merge pull request #8251 from kenjis/docs-testing-and-time
docs: add missing Time::setTestNow()
2023-11-28 08:31:25 +09:00
kenjis
b835455cd2
Merge pull request #8255 from il-coder/fix-duplicate-prefix-cache-filehandler
fix: [Cache] Double prefix for increment in FileHandler
2023-11-28 07:30:39 +09:00
Abdul Malik Ikhsan
f779052dad
Merge pull request #8261 from codeigniter4/dependabot/composer/rector/rector-0.18.11
chore(deps-dev): update rector/rector requirement from 0.18.10 to 0.18.11
2023-11-27 23:14:34 +07:00
dependabot[bot]
01727888a0
chore(deps-dev): update rector/rector requirement
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.18.10...0.18.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 15:27:44 +00:00
kenjis
4eed29c2e6
Merge pull request #8245 from kenjis/docs-fix-model-phpdoc-types
docs: fix PHPDoc types for Model
2023-11-27 16:23:46 +09:00
kenjis
0ea1c6a47a
docs: fix by proofreading
Co-authored-by: Samuel Asor <8720569+sammyskills@users.noreply.github.com>
2023-11-27 13:39:08 +09:00
kenjis
544093acc8
docs: make description more detailed 2023-11-27 09:06:46 +09:00
kenjis
2c3ab28430
docs: add note for non-database usage 2023-11-27 09:06:16 +09:00
kenjis
bf6ebaa58f
docs: remove "in it's database layer"
Entity can be used for data from non-database.
2023-11-27 09:03:43 +09:00
kenjis
066bbbd4bd
docs: add note for how to get the entire dataset's first and last page numbers 2023-11-27 05:54:01 +09:00
kenjis
b5262e7420
docs: change expression 2023-11-27 05:54:01 +09:00
kenjis
bb3cff4f51
docs: add @return 2023-11-27 05:54:00 +09:00
kenjis
552dc9e67a
docs: move some descriptions in note 2023-11-27 05:54:00 +09:00
kenjis
b98529c4f1
docs: make method names links 2023-11-27 05:54:00 +09:00
kenjis
be2c2f998b
docs: add explanations 2023-11-27 05:54:00 +09:00