kenjis
|
fadc227b4d
|
Merge pull request #6675 from michalsn/fix/getPostGet
fix: getGetPost() and getPostGet() when index is null
|
2022-10-15 06:38:26 +09:00 |
|
kenjis
|
a3eedf4055
|
Merge pull request #6674 from codeigniter4/dependabot/composer/friendsofphp/php-cs-fixer-approx-3.12.0
chore: update friendsofphp/php-cs-fixer requirement from ~3.11.0 to ~3.12.0
|
2022-10-14 09:25:08 +09:00 |
|
John Paul E. Balandan, CPA
|
f0a67617bf
|
Fix parameter types
|
2022-10-13 20:53:19 +08:00 |
|
John Paul E. Balandan, CPA
|
616a4cc457
|
Apply linting fixes
|
2022-10-13 20:51:17 +08:00 |
|
John Paul E. Balandan, CPA
|
1f421777d1
|
Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.
|
2022-10-13 20:47:25 +08:00 |
|
michalsn
|
86c91cf32a
|
describe the behavior of the getPostGet() and getGetPost() methods in the user guide when no index is specified
|
2022-10-13 14:35:33 +02:00 |
|
kenjis
|
2e02e4ddb6
|
Merge pull request #6677 from kenjis/add-composer.json-suggest
chore: add `suggest` extensions in composer.json
|
2022-10-13 20:32:22 +09:00 |
|
Abdul Malik Ikhsan
|
4887c2ad80
|
Merge pull request #6671 from kenjis/fix-valid_date-php82
refactor: valid_date does not work in PHP 8.2
|
2022-10-13 10:44:10 +07:00 |
|
kenjis
|
efd24e055d
|
chore: add extensions in suggest
|
2022-10-13 11:18:46 +09:00 |
|
kenjis
|
3bafbe6464
|
fix: valid_date does not work in PHP 8.2
See https://github.com/php/php-src/issues/9431#issuecomment-1230316507
|
2022-10-13 11:03:42 +09:00 |
|
kenjis
|
825521518d
|
Merge pull request #6670 from kenjis/refactor-FormatRulesTest
refactor: FormatRulesTest and StrictRules\FormatRulesTest
|
2022-10-13 08:08:14 +09:00 |
|
kenjis
|
d356d3b477
|
Merge pull request #6669 from kenjis/fix-tests-dynamic-properties
test: fix dynamic properties
|
2022-10-13 08:07:07 +09:00 |
|
michalsn
|
b4c65a1663
|
fix: getGetPost() and getPostGet() when index is null
|
2022-10-12 19:57:52 +02:00 |
|
kenjis
|
0aab05601c
|
Merge pull request #6667 from kenjis/fix-MigrationRunnerTest-dynamic-property
test: remove dynamic properties in MigrationRunnerTest
|
2022-10-12 19:19:35 +09:00 |
|
MGatner
|
b89338719a
|
Merge pull request #6673 from ping-yee/docs-changed-strict-rule-mixed
|
2022-10-12 06:14:22 -04:00 |
|
kenjis
|
9d38f430ce
|
Merge pull request #6666 from kenjis/fix-tests-dynamic-property-FiltersTest
test: fix dynamic properties in FiltersTest
|
2022-10-12 19:03:18 +09:00 |
|
ping-yee
|
542099d33a
|
docs: changed mixed to array|bool|float|int|object|string|null in CreditCardRules.php
|
2022-10-12 16:01:19 +08:00 |
|
ping-yee
|
cef790cd83
|
docs: changed mixed to array|bool|float|int|object|string|null in FormatRule.php
|
2022-10-12 15:59:44 +08:00 |
|
kenjis
|
5f9ba4ecfc
|
test: refactor StrictRules/FormatRulesTest
|
2022-10-12 10:47:09 +09:00 |
|
kenjis
|
16736fd435
|
test: add missing test data
|
2022-10-12 10:34:42 +09:00 |
|
kenjis
|
fec7122da5
|
test: remove dynamic property creation for Model
It is not documented, and I don't see it is needed.
|
2022-10-12 10:03:41 +09:00 |
|
kenjis
|
c3ea0e744d
|
test: change the order of the code to Arrange, Act, Assert
|
2022-10-12 09:55:02 +09:00 |
|
kenjis
|
fd95b61045
|
test: remove dynamic property
|
2022-10-12 09:54:10 +09:00 |
|
kenjis
|
42842d15f6
|
test: add missing property
|
2022-10-12 09:51:32 +09:00 |
|
kenjis
|
c71fd84348
|
style: break long line
|
2022-10-12 09:49:01 +09:00 |
|
kenjis
|
69b2f46994
|
Merge pull request #6661 from kenjis/fix-docs-form_helper.rst
docs: improve form_helper.rst
|
2022-10-12 08:26:00 +09:00 |
|
kenjis
|
e0f562cc12
|
test: remove dynamic properties
|
2022-10-11 21:44:43 +09:00 |
|
kenjis
|
583c8cf2d7
|
Merge pull request #6664 from paulbalandan/escaper
Update laminas-escaper
|
2022-10-11 21:35:35 +09:00 |
|
kenjis
|
7f81451ab1
|
test: fix dynamic properties
|
2022-10-11 20:43:55 +09:00 |
|
kenjis
|
906eade432
|
Merge pull request #6659 from kenjis/fix-docs-PR-wrong-branch
docs: improve "If You Sent to the Wrong Branch"
|
2022-10-11 20:23:52 +09:00 |
|
John Paul E. Balandan, CPA
|
0c631ee161
|
Update laminas-escaper
|
2022-10-11 18:09:29 +08:00 |
|
John Paul E. Balandan, CPA
|
fd3b2303bc
|
Merge pull request #6643 from ping-yee/docs-strictRule-rule-mixed
docs: replace types `mixed` at `Validation\StrictRules\Rule`.
|
2022-10-11 10:18:16 +08:00 |
|
John Paul E. Balandan, CPA
|
2a8f8c7bff
|
Merge pull request #6638 from ddevsr/docs-types-logger
docs: replace types in `Logger`
|
2022-10-11 10:08:53 +08:00 |
|
kenjis
|
b9bea2da9b
|
docs: add description how to get boolean attributes
|
2022-10-11 10:09:21 +09:00 |
|
kenjis
|
f7a1610766
|
docs: add HTMLs to be produced
|
2022-10-11 09:51:21 +09:00 |
|
kenjis
|
a2f53ec922
|
docs: make description more detailed
|
2022-10-11 09:50:09 +09:00 |
|
kenjis
|
7222c0ef36
|
docs: fix text decoration
|
2022-10-11 09:49:28 +09:00 |
|
Abdul Malik Ikhsan
|
44c767ced6
|
Merge pull request #6654 from ddevsr/refactor-logger
refactor: move print_r to interpolate and use clean_path
|
2022-10-11 07:01:27 +07:00 |
|
kenjis
|
caa355d78b
|
docs: improve "If You Sent to the Wrong Branch"
|
2022-10-11 06:42:37 +09:00 |
|
Abdul Malik Ikhsan
|
c7a47fad47
|
Merge pull request #6657 from fpoy/BUG_hardcoded_error_view_path
Bug: showError in CLI/BaseCommand use hardcoded error view path
|
2022-10-11 03:35:42 +07:00 |
|
ping-yee
|
d91196185e
|
docs: change string|null to array|bool|float|int|object|string|null
|
2022-10-10 21:52:27 +08:00 |
|
Dyno
|
3d02abcd09
|
GPG Signing
|
2022-10-10 12:53:40 +02:00 |
|
Dyno
|
521d83d798
|
GPG Signing
|
2022-10-10 12:53:38 +02:00 |
|
Dyno
|
634e48d35f
|
Bug: showError in CLI/BaseCommand use hardcoded error view path
Fix #6656
|
2022-10-10 12:53:23 +02:00 |
|
kenjis
|
eff1efe14b
|
Merge pull request #6655 from kenjis/fix-docs-incomingrequest
docs: fix sample code in incomingrequest
|
2022-10-10 17:21:46 +09:00 |
|
Denny Septian Panggabean
|
280f969f3a
|
docs: replace types in Logger
tests: increase coverage tests in Logger
use dedicated clean_path
refactor: implement __toString() in Logger
docs: replace param string message to phpdocblock
docs: replace param string message to phpdocblock
docs: replace types in Logger
Co-authored-by: kenjis <kenji.uui@gmail.com>
docs: replace types in Logger
docs: replace types in Logger
revert refactoring in Logger
|
2022-10-10 13:31:08 +07:00 |
|
kenjis
|
8bf591be69
|
docs: fix sample code
Fix incorrect results.
|
2022-10-10 13:54:10 +09:00 |
|
ddevsr
|
7aead5dea7
|
refactor: move print_r to interpolate and use clean_path
|
2022-10-10 09:28:54 +07:00 |
|
Abdul Malik Ikhsan
|
0678da2597
|
Merge pull request #6651 from kenjis/refactor-Filters
refactor: remove unnecessary "&" in Filters
|
2022-10-10 05:16:11 +07:00 |
|
kenjis
|
f1dfdc8abc
|
docs: fix typo
|
2022-10-10 06:41:50 +09:00 |
|