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
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
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
99c1a4be47
Merge pull request #8249 from kenjis/test-add-tests-model-timestamp
...
test: add tests for Model timestamp
2023-11-26 14:50:13 +09:00
MGatner
14b4350b36
Merge pull request #8205 from webalchemist/patch-1
2023-11-25 04:13:04 -08:00
kenjis
b09f85eb9b
test: remove unneeded deleted_at
in $allowedFields
2023-11-25 20:49:50 +09:00
kenjis
d062b568a5
test: fix assertions for SQLSRV
2023-11-25 18:36:07 +09:00
kenjis
d690553efc
docs: add comments
2023-11-25 15:04:05 +09:00
kenjis
f3fd116da2
test: add tests for Model timestamp
2023-11-25 15:04:05 +09:00
kenjis
e346a6fabd
Merge pull request #8244 from kenjis/fix-phpdoc-types-for-psalm
...
docs: fix incorrect PHPDoc types
2023-11-25 14:26:44 +09:00
kenjis
49ac664066
docs: fix incorrect PHPDoc types
2023-11-23 21:20:17 +09:00
MGatner
1aee162bde
Fix code style
2023-11-23 04:10:44 -08:00
kenjis
1d6b7ac3c9
Merge pull request #8238 from kenjis/disable-RemoveVarTagFromClassConstantRector
...
chore: disable RemoveVarTagFromClassConstantRector
2023-11-22 09:03:33 +09:00
kenjis
cfc7ea7a58
Merge pull request #8234 from kenjis/fix-request-getEnv
...
fix: make Request::getEnv() deprecated
2023-11-22 09:02:33 +09:00
kenjis
5412fe48a1
Merge pull request #8222 from kenjis/docs-db-migration
...
docs: [Migration] clarify that `$db` is for testing purposes
2023-11-22 09:01:31 +09:00
kenjis
8b9529fd9a
Merge pull request #8187 from kenjis/docs-Model-phpdoc-types
...
docs: add PHPDoc types to Model for PHPStan
2023-11-21 20:25:17 +09:00
kenjis
c844adb3d8
Merge pull request #8224 from kenjis/docs-filesystem_helper-decoration
...
docs: improve filesystem_helper
2023-11-21 19:13:01 +09:00
kenjis
6153d4dffc
chore: remove RemoveVarTagFromClassConstantRector class
2023-11-21 13:02:13 +09:00
kenjis
5fbef68358
chore: disable RemoveVarTagFromClassConstantRector
...
If we want to write @var to constants, we can write.
2023-11-21 06:31:15 +09:00
kenjis
45ce53b396
Merge pull request #8180 from kenjis/fix-psalm_autoload.php
...
chore: [Psalm] workaround for UndefinedClass SimpleConfig
2023-11-21 06:15:44 +09:00
kenjis
35e1b85a72
Merge pull request #8229 from kenjis/docs-db-event-sample
...
docs: change sample code in DB Events
2023-11-20 13:55:18 +09:00
kenjis
abe1f59c09
Merge pull request #8228 from kenjis/docs-db-custom-object
...
docs: update sample code for Database Custom Result Objects
2023-11-20 13:54:36 +09:00
kenjis
fe64ca018e
docs: fix typo
...
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
2023-11-20 12:06:43 +09:00
kenjis
cbb0967273
docs: make Request::getEnv() deprecated
...
See https://github.com/codeigniter4/CodeIgniter4/commit/b0975ec5dba#diff-fb41662a8e01f56cacc449d12f5d386be73835879b2f49f452cb2aef8ac03466R441-R442
2023-11-20 09:48:11 +09:00
kenjis
a841e1de3d
refactor: rename param names
2023-11-20 09:21:39 +09:00
kenjis
502be2809b
Merge pull request #8232 from kenjis/update-system-Config-files
...
config: update system/Config/Routing.php
2023-11-20 06:01:32 +09:00
kenjis
0344aa627a
Merge pull request #8216 from colethorsen/feature/fix-file-locator
...
fix issue where running FileLocator::getClassname() on a directory would cause a PHP error
2023-11-20 05:59:12 +09:00
kenjis
ad6e3e141b
config: update system/Config/Routing
...
This should be the same as Config\Routing.
2023-11-19 20:05:32 +09:00
kenjis
7c0024a100
docs: add space after comma
2023-11-19 20:05:32 +09:00
kenjis
14b76791c5
Merge pull request #8231 from kenjis/fix-ValidationTest
...
test: fix failed ValidationTest
2023-11-19 20:01:48 +09:00
kenjis
13416bb6e9
test: fix failed test
2023-11-19 09:06:30 +09:00
kenjis
79c1b2f786
Merge pull request #8218 from kenjis/use-mysql-80
...
chore: use MySQL 8.0 by default
2023-11-19 08:54:43 +09:00
kenjis
ac585c6263
Merge pull request #8217 from kenjis/docs-improve-file-validation-rules
...
docs: make note for "Rules for File Uploads" stand out
2023-11-19 08:53:55 +09:00
kenjis
6fab8e78ce
Merge pull request #8210 from kenjis/fix-image-imagewebp-error
...
fix: Image::save() causes error with webp
2023-11-19 08:52:45 +09:00
kenjis
d980e99706
Merge pull request #8195 from kenjis/fix-FilterTestTrait
...
fix: FilterTestTrait Undefined variable $filterClasses
2023-11-19 08:52:04 +09:00
kenjis
7160f66674
Merge pull request #8153 from kenjis/fix-IncomingRequest-getJSON
...
fix: Validation raises TypeError when invalid JSON comes
2023-11-19 08:44:34 +09:00
Abdul Malik Ikhsan
83e4b715e3
Merge pull request #8227 from codeigniter4/dependabot/composer/rector/rector-0.18.10
...
chore(deps-dev): update rector/rector requirement from 0.18.8 to 0.18.10
2023-11-18 21:19:36 +07:00
kenjis
247e7407a0
docs: change sample code to be more practical
2023-11-18 08:53:01 +09:00
kenjis
63fc2c04c9
docs: align comments
2023-11-18 07:06:54 +09:00
kenjis
745381c839
docs: add namespace to User class
2023-11-18 07:06:33 +09:00
kenjis
c6aa4426a8
docs: fix incorrect code
2023-11-18 07:05:37 +09:00
dependabot[bot]
001339b291
chore(deps-dev): update rector/rector requirement from 0.18.8 to 0.18.10
...
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.8...0.18.10 )
---
updated-dependencies:
- dependency-name: rector/rector
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 15:50:49 +00:00
Abdul Malik Ikhsan
2e43af7e8e
Merge pull request #8226 from samsonasik/run-rector
...
Remove unused use statements on system/Common.php
2023-11-17 04:50:45 +07:00
Abdul Malik Ikhsan
d4fc50d35f
Remove unused use statements on system/Common.php
2023-11-17 00:50:53 +07:00