17128 Commits

Author SHA1 Message Date
kenjis
77b0b1d52a
chore: add new parameters
To suppress the following warnings:
Warning: "findUnusedBaselineEntry" will be defaulted to "true" in Psalm 6. You should explicitly enable or disable this setting.
Warning: "findUnusedCode" will be defaulted to "true" in Psalm 6. You should explicitly enable or disable this setting.

findUnusedBaselineEntry="false"
Because enabled PHP extensions vary depending on the developer's environment,
setting this to true will likely result in errors.
2023-05-24 08:33:14 +09:00
kenjis
4c76bbf850
chore: add for system/Test/ControllerResponse.php 2023-05-24 08:18:27 +09:00
kenjis
d80fa7ce66
chore: update psalm-baseline.xml 2023-05-24 08:18:25 +09:00
kenjis
fa817f5950
Merge pull request #7513 from kenjis/docs-changelog-v436
docs: add changelog and upgrade for v4.3.6
2023-05-22 16:49:28 +09:00
kenjis
0f6a341d85
docs: add changelog and upgrade for v4.3.6 2023-05-22 10:15:25 +09:00
kenjis
3595944eac
Merge pull request #7512 from codeigniter4/develop
4.3.5 Ready code
v4.3.5
2023-05-21 22:33:04 +09:00
kenjis
a99a5f2642
Merge pull request #7510 from kenjis/release-4.3.5
Prep for 4.3.5 release
2023-05-21 22:28:59 +09:00
kenjis
ffdc4d003f
Prep for 4.3.5 release 2023-05-21 21:58:26 +09:00
kenjis
2c9f381c15
Merge pull request #7511 from kenjis/test-fix-model-validation-placeholder
test: fix Model Validation tests
2023-05-21 21:58:04 +09:00
kenjis
6234eb3b96
test: fix Model Validation tests 2023-05-21 21:36:06 +09:00
kenjis
6af677177f
Merge pull request from GHSA-m6m8-6gq8-c9fj
fix: validation placeholder
2023-05-21 20:54:47 +09:00
kenjis
dee68ccf70
Merge pull request #7509 from kenjis/test-db-getVersion
fix: PostgreSQL getVersion() output
2023-05-21 19:57:06 +09:00
kenjis
55970d06f9
fix: PostgreSQL version
It seems PostgreSQL may return the version like '15.3 (Debian 15.3-1.pgdg110+1)'.
2023-05-21 18:57:33 +09:00
kenjis
00993a32cb
test: add test for getVersion() 2023-05-21 11:19:56 +09:00
kenjis
d334a2a287
Merge pull request #7488 from marekmosna/7484-postgresql-server-version
fix: PostgreSQL getVersion() logic
2023-05-21 11:07:48 +09:00
kenjis
61df4df652
Merge pull request #7481 from paulbalandan/standard-make-cell
fix: standardize behavior of `make:cell` and `Cells`
2023-05-21 10:51:10 +09:00
John Paul E. Balandan, CPA
81f280f18e
Improve exception message 2023-05-20 20:10:49 +08:00
Marek Mosna
4c6e4ecc25
Fix PostgreSQL getVersion() logic 2023-05-20 09:03:25 +02:00
kenjis
2e7eb500f4
doc: simpler wording
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2023-05-19 19:35:11 +09:00
kenjis
a6024ba9bb
docs: add docs 2023-05-19 19:35:08 +09:00
kenjis
249c9151cf
fix: add missing validation for placeholder field 2023-05-19 19:32:59 +09:00
kenjis
601d98e2b5
refactor: normailze $this->rules 2023-05-19 19:32:58 +09:00
kenjis
509b38a363
Merge pull request #7503 from kenjis/fix-session-stop
fix: Session::stop() does not destroy session
2023-05-19 19:28:38 +09:00
kenjis
735b823085
Merge pull request #7499 from kenjis/refactor-Entity-variable
refactor: Entity variable
2023-05-19 19:27:45 +09:00
John Paul E. Balandan, CPA
6f05243ded
Update cell documentation 2023-05-18 16:55:19 +08:00
John Paul E. Balandan, CPA
4f8c46be28
Standardize cell behavior 2023-05-18 16:50:33 +08:00
kenjis
d670d69822
Merge pull request #7507 from kenjis/fix-docs-requirements.rst
docs: require PostgreSQL 7.4 or later
2023-05-18 16:56:05 +09:00
kenjis
52ac307e17
docs: require PostgreSQL 7.4 or later 2023-05-17 19:24:42 +09:00
kenjis
862c333b7b
Merge pull request #7504 from kenjis/fix-session-log-msg
fix: typo in log message in Session
2023-05-17 19:16:50 +09:00
kenjis
1e006ca1e8
fix: typo in log message 2023-05-17 11:53:01 +09:00
kenjis
4baf5ab2d1
docs: update docs 2023-05-17 11:02:40 +09:00
kenjis
2f405da4f4
fix: Session::stop() does not destory the session 2023-05-17 11:00:54 +09:00
kenjis
38840b046a
Merge pull request #7498 from kenjis/fix-docs-dotenv
docs: improve dotenv file explanation
2023-05-17 08:27:05 +09:00
kenjis
9b7409986a
docs: improve comment 2023-05-14 10:56:33 +09:00
kenjis
af0c2f174c
refactor: rename variable name 2023-05-14 10:54:00 +09:00
kenjis
302f2f177d
refactor: do not reassign $key 2023-05-14 10:34:21 +09:00
kenjis
fb0583f1f7
Merge pull request #7492 from michalsn/fix/closure-with-permit_empty
fix: validation error when a closure is used in combination with permit_empty or if_exist rules
2023-05-14 09:05:26 +09:00
kenjis
81c5e48737
Merge pull request #7495 from kenjis/fix-phpdoc-ResponseTrait
docs: remove incorrect @property in ResponseTrait
2023-05-14 09:02:51 +09:00
kenjis
075fa7dd67
docs: add link to dotenv file explanation 2023-05-14 08:55:52 +09:00
kenjis
6c33a3cdb3
docs: add spaces before and after = 2023-05-14 08:50:17 +09:00
kenjis
4a5030d878
docs: change important to warning
It is about a security issue.
2023-05-14 08:46:52 +09:00
kenjis
f6476028ac
docs: add empty line 2023-05-14 08:46:35 +09:00
kenjis
c9b62d8b87
docs: fix section level
These sections explain how to use dotenv file.
2023-05-14 08:45:25 +09:00
kenjis
2d574c3b6b
docs: add section titles 2023-05-14 08:44:59 +09:00
kenjis
31f82f91ea
docs: remove incorrect @property
@property is used for magic properties.
See https://docs.phpdoc.org/3.0/guide/references/phpdoc/tags/property.html#property-property-read-property-write
2023-05-12 10:44:28 +09:00
michalsn
44c0c19d37
fix: validation error when a closure is used in combination with permit_empty or if_exist rules 2023-05-11 10:55:52 +02:00
kenjis
42b174fc75
Merge pull request #7451 from ping-yee/docs-replace-filter
docs: fix PHPDoc types in `Filter` class.
2023-05-09 12:58:13 +09:00
Abdul Malik Ikhsan
19c28a1ed8
Merge pull request #7482 from codeigniter4/dependabot/composer/rector/rector-0.16.0
build(deps-dev): update rector/rector requirement from 0.15.25 to 0.16.0
2023-05-05 23:21:23 +07:00
dependabot[bot]
acfb51d462
build(deps-dev): update rector/rector requirement from 0.15.25 to 0.16.0
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.15.25...0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 15:57:07 +00:00
John Paul E. Balandan, CPA
b9b9e4889f
Merge pull request #7480 from paulbalandan/remove-8.2-compat
Remove composer compatibility option for PHP 8.2
2023-05-04 13:30:02 +08:00