21744 Commits

Author SHA1 Message Date
kenjis
ee5b08789f
docs: add empty lines 2024-05-11 17:43:13 +09:00
kenjis
cff8db38fb
docs: break long lines 2024-05-11 17:42:06 +09:00
kenjis
560f9bf55f
docs: change text decration and add empty lines 2024-05-11 17:36:32 +09:00
kenjis
036724c722
docs: remove unneeded note
Even if you rename the Controllers directory, you still are able to
use auto routing with proper $defaultNamespace setting.
2024-05-11 17:34:12 +09:00
kenjis
6ceb3e5d9c
Merge pull request #8855 from kenjis/fix-Email-default-values
fix: correct property default values in Email
2024-05-11 08:52:38 +09:00
kenjis
581eb854c5
Merge pull request #8882 from kenjis/docs-update-PHP-eol-dates
docs: update PHP 8.1 EOL dates
2024-05-11 08:51:37 +09:00
Abdul Malik Ikhsan
5e45979d4a
Merge pull request #8883 from codeigniter4/dependabot/composer/rector/rector-1.0.5
chore(deps-dev): update rector/rector requirement from 1.0.4 to 1.0.5
2024-05-10 23:19:32 +07:00
dependabot[bot]
dbf17264f2
chore(deps-dev): update rector/rector requirement from 1.0.4 to 1.0.5
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/1.0.4...1.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10 15:50:20 +00:00
kenjis
67d5d9473f
Merge pull request #8881 from kenjis/docs-update-runInSeparateProcess-notes
docs: update notes for `@runInSeparateProcess`
2024-05-10 18:23:35 +09:00
kenjis
7365e09d76
Merge pull request #8879 from kenjis/update-tests-readme
docs: update tests README
2024-05-10 18:22:39 +09:00
kenjis
2977b02915
Merge pull request #8876 from kenjis/docs-improve-file-upload-validation
docs: improve file upload validation
2024-05-10 15:34:55 +09:00
kenjis
eafbcd8ddc
Merge pull request #8867 from kenjis/docs-file_collections.rst
docs: improve file_collections.rst
2024-05-10 15:34:07 +09:00
kenjis
95d13c583c
Merge pull request #8866 from kenjis/fix-ug-logging-deprecation
docs: update "Logging Deprecation Warnings" description
2024-05-10 15:33:25 +09:00
kenjis
667cdcffd7
Merge pull request #8859 from obozdag/patch-3
docs: Small typos in libraries/honeypot.rst
2024-05-10 15:32:46 +09:00
kenjis
74898436ca
Merge pull request #8858 from obozdag/patch-2
docs: Small typo in libraries/file_collections.rst
2024-05-10 15:32:04 +09:00
kenjis
125a0f5bf7
Merge pull request #8880 from obozdag/patch-5
docs: Small typos and modifications in libraries/sessions.rst
2024-05-10 15:27:06 +09:00
kenjis
0002c6b842
docs: update PHP 8.1 EOL dates 2024-05-10 11:06:20 +09:00
kenjis
2a51e70d07
docs: update notes for @runInSeparateProcess 2024-05-10 10:58:49 +09:00
kenjis
069e13df5a
Merge pull request #8871 from kenjis/fix-model-casting-TypeError
fix: [Model] casting causes TypeError when finding no record
2024-05-10 10:42:58 +09:00
kenjis
e68553f2fa
Merge pull request #8870 from kenjis/fix-DataCaster-nullable
fix: [Model] casting may throw InvalidArgumentException: Invalid parameter: nullable
2024-05-10 10:42:16 +09:00
kenjis
fd0a3b6213
Merge pull request #8868 from kenjis/fix-FileCollection-pseudo-regex
fix: FileCollection pseudo-regex
2024-05-10 10:41:36 +09:00
kenjis
f03602f0c2
Merge pull request #8877 from kenjis/docs-config-caching-add-notes
docs: add notes for Config Caching
2024-05-10 10:39:34 +09:00
kenjis
efa40e78ae
docs: fix outdated description
Atrribute is not written at doc block.
2024-05-10 07:50:22 +09:00
obozdag
222f4fc416
docs: Fixed unexpected indentation error for pull request in libreries/sessions.rst
Fixed unexpected indentation error for pull request in libreries/sessions.rst
2024-05-09 18:32:53 +02:00
obozdag
3813e6fd66
docs: Small typos and modifications in libraries/sessions.rst
Small typos and modifications in libraries/sessions.rst
2024-05-09 17:30:56 +02:00
kenjis
688a416a07
docs: replace @group with Group attribute 2024-05-09 21:24:02 +09:00
kenjis
c6c370d1a4
docs: add notes for Config Caching 2024-05-09 11:43:14 +09:00
kenjis
312a951ed4
docs: add descriptions 2024-05-09 10:56:06 +09:00
kenjis
28ed8c9253
docs: add empty line 2024-05-09 10:55:49 +09:00
kenjis
2c5b554d8e
docs: remove unnecessary / in directory paths 2024-05-09 10:54:37 +09:00
kenjis
251f3aacea
chore: change section title 2024-05-09 10:32:02 +09:00
kenjis
5cd7ff266f
docs: break long lines 2024-05-09 10:26:57 +09:00
kenjis
6cb01b1473
Merge pull request #8864 from paulbalandan/ordered-attributes
style: enable `ordered_attributes`
2024-05-08 17:44:52 +09:00
kenjis
7eb76047ce
test: sort file info by array key
It may fail unless sorting.
2024-05-08 15:35:55 +09:00
Aleksey Grunin
4639608862
Update Model.php
Fix TypeError error in the methods: doFind and doFirst when using casts
2024-05-08 15:23:04 +09:00
Aleksey Grunin
5c05447288
Fix bug #8806
Bug: when the query ($this->first()) result returns NULL we get TypeError
2024-05-08 15:23:04 +09:00
kenjis
19694721bc
test: add test cases for finding returns null 2024-05-08 15:23:04 +09:00
kenjis
28bb81591b
test: update other test assertions 2024-05-08 15:07:06 +09:00
kenjis
79ad7f1f64
fix: InvalidArgumentException Invalid parameter: nullable 2024-05-08 14:55:20 +09:00
kenjis
79e33165bf
test: fix model for Model casting 2024-05-08 14:54:36 +09:00
kenjis
700612c927
fix: FileCollection pseudo-regex 2024-05-08 14:34:44 +09:00
kenjis
460d3dfe38
test: add test file for testing 2024-05-08 14:34:44 +09:00
kenjis
0125bc766e
docs: improve sample code 2024-05-08 14:33:55 +09:00
kenjis
003a3ed2d5
docs: improve code samples 2024-05-08 14:33:55 +09:00
kenjis
3dc1a097ef
docs: add empty lines 2024-05-08 14:33:54 +09:00
kenjis
a56b5f38f9
docs: break long lines 2024-05-08 14:33:54 +09:00
kenjis
a0a5c8eb1e
docs: improve description 2024-05-08 14:33:54 +09:00
kenjis
a6f6b5463d
docs: add empty line 2024-05-08 14:33:54 +09:00
kenjis
a4e5a8a4d3
docs: add namespace to sample code 2024-05-08 14:33:54 +09:00
kenjis
02c71f9c30
docs: update description 2024-05-08 14:33:02 +09:00