22020 Commits

Author SHA1 Message Date
John Paul E. Balandan, CPA
f91db3bcb8
Fix admin/pre-commit 2024-07-23 20:58:51 +08:00
John Paul E. Balandan, CPA
ed01a7e7f3
Move tools' dependencies to separate utils directory 2024-07-23 20:58:51 +08:00
John Paul E. Balandan, CPA
854c73f04c
Merge pull request #9058 from paulbalandan/invalid-symbol
chore: fix invalid symbol '"'
2024-07-23 20:55:45 +08:00
John Paul E. Balandan, CPA
8c94deb2ad
chore: fix invalid symbol '"' 2024-07-23 19:03:16 +08:00
John Paul E. Balandan, CPA
6ea30bf599
Merge pull request #9060 from paulbalandan/pgsql-class
refactor: use `PgSql` classes
2024-07-23 15:36:13 +08:00
kenjis
bbc7608f8a
Merge pull request #9059 from totoprayogo1916/patch-2
docs: `referrer` is undefined
2024-07-23 13:33:34 +09:00
John Paul E. Balandan, CPA
ecb6c1bcde
refactor: use PgSql classes 2024-07-23 00:53:15 +08:00
Toto
49ffabbf37
docs: referrer is undefined 2024-07-22 21:04:26 +07:00
kenjis
c23ff44cd1
Merge pull request #9046 from kenjis/fix-debugbar-daisyUI
fix: DebugBar CSS for daisyUI
2024-07-18 05:24:43 +09:00
kenjis
17d47f1d08
Merge pull request #9036 from paulbalandan/session-class
fix: Prevent invalid session handlers
2024-07-18 05:23:53 +09:00
Abdul Malik Ikhsan
0ffe391964
Merge pull request #9048 from codeigniter4/dependabot/composer/rector/rector-1.2.1
chore(deps-dev): update rector/rector requirement from 1.2.0 to 1.2.1
2024-07-17 00:11:01 +07:00
Abdul Malik Ikhsan
68459896aa
regenerate phpstan-baseline 2024-07-16 23:16:59 +07:00
Abdul Malik Ikhsan
d7a9c95ebb
re-run rector 2024-07-16 23:14:02 +07:00
dependabot[bot]
ecf37d9db8
chore(deps-dev): update rector/rector requirement from 1.2.0 to 1.2.1
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.2.0...1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 15:44:53 +00:00
John Paul E. Balandan, CPA
bebf3f4ec8
Merge pull request #9035 from paulbalandan/dry-cs
chore: make php-cs-fixer configs DRY
2024-07-13 00:23:23 +08:00
kenjis
77609b1c9a
fix: DebugBar CSS for daisyUI 2024-07-11 18:03:14 +09:00
John Paul E. Balandan, CPA
04e7e6bdc5
fix: Prevent invalid session handlers 2024-07-09 14:26:56 +08:00
John Paul E. Balandan, CPA
b679711915
Depend on main config 2024-07-09 12:58:32 +08:00
John Paul E. Balandan, CPA
e9f3369151
Remove already effective CS rules 2024-07-09 12:45:03 +08:00
kenjis
517aa3311b
Merge pull request #9026 from kenjis/fix-spark-phpini-check-TypeError
fix: `spark phpini:check` may cause TypeError
2024-07-08 20:32:43 +09:00
kenjis
c23375b787
Merge pull request #9021 from tangix/fix-curlrequest-version-option
fix: allow string as parameter to CURLRequest version
2024-07-08 08:04:14 +09:00
kenjis
847ee236dc
fix: spark phpini:check may cause TypeError 2024-07-07 11:47:10 +09:00
Mattias Sandstrom
c50ae9da47
Fixing locale-aware issue 2024-07-05 08:01:05 +02:00
kenjis
cd1f3f5415
Merge pull request #9011 from kenjis/docs-validation.rst
docs: improve validation.rst
2024-07-05 08:35:18 +09:00
Mattias Sandstrom
a6a50cc538
Added info to change-log 2024-07-04 19:08:44 +02:00
Mattias Sandstrom
fd16faf147
Updated logic to convert to string for comparison 2024-07-04 18:07:03 +02:00
Mattias Sandstrom
da57987f54
Fixed code style 2024-07-04 13:03:30 +02:00
Mattias Sandstrom
409aa66f15
Added tests for all versions 2024-07-04 13:00:17 +02:00
Mattias Sandstrom
20c5c21142
Ran CS fixer 2024-07-04 07:24:05 +02:00
Mattias Sandstrom
a9b42fedbe
Allow string as parameter to version
As indicated in the docs.
2024-07-04 07:17:07 +02:00
Abdul Malik Ikhsan
4151c126ce
Merge pull request #9019 from samsonasik/view-fixture-exclude
chore: skip tests View fixtures from rector
2024-07-02 16:45:55 +07:00
Abdul Malik Ikhsan
1a180645de
chore: skip tests View fixtures from rector 2024-07-02 14:13:16 +07:00
Abdul Malik Ikhsan
2e6aeb6c0f
Merge pull request #9017 from codeigniter4/dependabot/composer/rector/rector-1.2.0
chore(deps-dev): update rector/rector requirement from 1.1.1 to 1.2.0
2024-07-02 14:02:36 +07:00
kenjis
90cff96c8d
Merge pull request #9010 from kenjis/fix-qb-select-null-escape
fix: [QueryBuilder] `select()` does not escape after `NULL`
2024-07-02 07:36:32 +09:00
kenjis
e7cb6892ff
Merge pull request #9009 from kenjis/fix-qb-select-rawsql
fix: [QueryBuilder] select() with RawSql may cause TypeError
2024-07-02 07:34:38 +09:00
dependabot[bot]
72ef4a627f
chore(deps-dev): update rector/rector requirement from 1.1.1 to 1.2.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/1.1.1...1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 15:17:27 +00:00
Abdul Malik Ikhsan
bab8828708
Merge pull request #9015 from samsonasik/refactor-enable-phpunit-attribute
refactor: Enable phpunit 10 attribute Rector rules
2024-06-30 22:17:41 +07:00
Abdul Malik Ikhsan
8ab9e40f04
cs fix 2024-06-30 18:19:13 +07:00
Abdul Malik Ikhsan
fb7e4f1fed
refactor: Enable phpunit 10 attribute Rector rules 2024-06-30 18:17:12 +07:00
Abdul Malik Ikhsan
01f52ef4b1
Merge pull request #9014 from samsonasik/refactor-void-function
refactor: enable AddFunctionVoidReturnTypeWhereNoReturnRector to add void to functions
2024-06-30 16:45:24 +07:00
Abdul Malik Ikhsan
acefa3c214
cs fix 2024-06-30 14:41:31 +07:00
Abdul Malik Ikhsan
e792d438cf
refactor: enable AddFunctionVoidReturnTypeWhereNoReturnRector to add void to functions 2024-06-30 14:39:29 +07:00
kenjis
1638990042
Merge pull request #9006 from kenjis/fix-oci8-easy-connect-string-validation
fix: [OCI8] Easy Connect string validation
2024-06-30 11:32:46 +09:00
kenjis
6938f4a748
docs: add important note 2024-06-30 10:18:05 +09:00
kenjis
0e56433deb
docs: decorate words 2024-06-30 10:13:45 +09:00
kenjis
9d83fd7b62
docs: change rule order
Alphabetical order.
2024-06-30 10:06:55 +09:00
kenjis
c022dd32e5
test: add @param 2024-06-28 20:23:43 +09:00
kenjis
8534e8fcb4
fix: wrong variable and add tests 2024-06-28 20:20:20 +09:00
kenjis
fd5bf15ca5
fix: select() with first param as RawSql 2024-06-28 19:20:15 +09:00
kenjis
51f94576e6
chore: update phpstan-baseline.php 2024-06-28 09:45:42 +09:00