16746 Commits

Author SHA1 Message Date
kenjis
fc1870bac3
docs: add note for addColumn() and NULL 2023-03-07 10:15:16 +09:00
kenjis
ece0c7673d
Merge pull request #7336 from kenjis/fix-random-string-numeric
fix: random_string() numeric
2023-03-07 09:29:48 +09:00
Abdul Malik Ikhsan
4bc7079f3a
Merge pull request #7340 from codeigniter4/dependabot/composer/rector/rector-0.15.21
chore(deps-dev): update rector/rector requirement from 0.15.19 to 0.15.21
2023-03-07 03:05:01 +07:00
dependabot[bot]
63d165e83c
chore(deps-dev): update rector/rector requirement
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.19...0.15.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 15:56:47 +00:00
kenjis
6e6634c16d
Merge pull request #7335 from kenjis/remove-php-cs-fixer-in-composer.json
chore: remove php-cs-fixer in composer.json
2023-03-06 17:28:21 +09:00
kenjis
9ea7ce3e23
docs: update docs 2023-03-06 15:25:16 +09:00
kenjis
4f4a110923
fix: use random_int() in random_string('numeric') 2023-03-06 15:23:15 +09:00
kenjis
5df7def45f
chore: remove php-cs-fixer
Use coding-standard's dependency.
2023-03-06 14:49:16 +09:00
kenjis
8072c8d019
Merge pull request #7333 from kenjis/fix-docs-random_string
docs: add warning to random_string()
2023-03-05 08:22:48 +09:00
kenjis
2cbbda730b
docs: add warning 2023-03-04 21:14:47 +09:00
Abdul Malik Ikhsan
e1c13f687f
Merge pull request #7323 from samsonasik/fix-param-null-on-request-trait
Fix @param null on RequestTrait
2023-03-03 03:40:37 +07:00
Abdul Malik Ikhsan
9f40d99a02
Merge pull request #7322 from samsonasik/fix-param-null-request-interface
Fix @param null on RequestInterface::getServer() $filter argument
2023-03-03 03:39:32 +07:00
Abdul Malik Ikhsan
4b48e4e665
use array|string|null on index, and int|null for filter 2023-03-02 12:56:52 +07:00
Abdul Malik Ikhsan
a6f146c96a
allow int at @param filter 2023-03-02 12:56:52 +07:00
Abdul Malik Ikhsan
a64f99bd82
Fix @param null on RequestInterface 2023-03-02 12:56:52 +07:00
Abdul Malik Ikhsan
0ead60be3e
use array|string|null on index, and int|null for filter 2023-03-02 12:30:15 +07:00
kenjis
2e17613376
Merge pull request #7321 from samsonasik/fix-param-null
Fix @param null $arguments on FilterInterface
2023-03-02 09:40:54 +09:00
kenjis
73d748de8b
Merge pull request #7314 from kenjis/add-note-for-CSP-and-DebugBar
docs: add note for CSP and Debug Toolbar
2023-03-02 09:33:03 +09:00
Abdul Malik Ikhsan
a6df5faf68
Fix @param null on RequestTrait 2023-03-02 05:32:56 +07:00
Abdul Malik Ikhsan
455b7163dc
Merge pull request #7317 from kenjis/fix-email-tls-13
fix: [Email] add missing TLS 1.3 support
2023-03-01 21:38:46 +07:00
Abdul Malik Ikhsan
ddc44af397
Fix @param null $arguments on FilterInterface 2023-03-01 21:31:22 +07:00
Abdul Malik Ikhsan
e163c9f7ff
Merge pull request #7318 from kenjis/update-kint-504
chore: update Kint to 5.0.4
2023-03-01 18:38:45 +07:00
kenjis
a84ba13210
Merge pull request #7307 from paulbalandan/redis-cache
fix: incorrect metadata querying of Redis cache
2023-03-01 15:32:06 +09:00
kenjis
a69ee43d2e
chore: update Kint to 5.0.4 2023-03-01 15:27:31 +09:00
kenjis
9c70a642d8
docs: add changelog 2023-03-01 15:20:28 +09:00
kenjis
ba868855d3
style: break long line 2023-03-01 15:09:50 +09:00
kenjis
f1f2407466
fix: add missing TLS 1.3 support 2023-03-01 15:07:49 +09:00
Abdul Malik Ikhsan
04e23a9308
Merge pull request #7315 from codeigniter4/dependabot/composer/rector/rector-0.15.19
chore(deps-dev): update rector/rector requirement from 0.15.18 to 0.15.19
2023-02-28 23:40:40 +07:00
Abdul Malik Ikhsan
98c4c0d048
skip fixture 2023-02-28 23:08:25 +07:00
Abdul Malik Ikhsan
da9045c785
enable RemoveAlwaysTrueIfConditionRector 2023-02-28 22:58:18 +07:00
dependabot[bot]
22807e013b
chore(deps-dev): update rector/rector requirement
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.18...0.15.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 15:56:52 +00:00
kenjis
1336c08f37
docs: add note for CSP and Debug Toolbar 2023-02-28 11:40:08 +09:00
John Paul E. Balandan, CPA
788d346d4a
fix: incorrect metadata querying of Redis cache 2023-02-27 15:47:26 +08:00
kenjis
4aa93c52de
Merge pull request #7292 from kenjis/docs-add-note-URI-getSegment
docs: add note for URI::getSegment()
2023-02-27 10:31:36 +09:00
Abdul Malik Ikhsan
4c69da2b54
Merge pull request #7306 from paulbalandan/render-backtrace-fix-nul
Fix handling of null bytes in `Exceptions::renderBacktrace()`
2023-02-27 06:03:38 +07:00
John Paul E. Balandan, CPA
4cc9259fbe
Fix handling of null bytes in Exceptions::renderBacktrace() 2023-02-27 00:32:01 +08:00
kenjis
aaf3bff9ab
Merge pull request #7300 from kenjis/fix-docs-request.rst
docs: small improvements in request.rst
2023-02-25 09:03:11 +09:00
kenjis
c6de39f387
Merge pull request #7298 from kenjis/fix-docs-restful.rst
docs: fix section title marks in restful.rst
2023-02-25 09:02:26 +09:00
kenjis
1df1bec2b9
Merge pull request #7299 from kenjis/refactor-header-name
refactor: consistent header name case
2023-02-25 09:01:30 +09:00
kenjis
870ed41363
Merge pull request #7293 from kenjis/test-URITest-add-tests
test: add tests in URITest
2023-02-25 09:00:24 +09:00
kenjis
fa4a0486ad
test: update assertions 2023-02-24 13:22:11 +09:00
kenjis
983b0dadc3
docs: decorate text 2023-02-24 13:16:03 +09:00
kenjis
e68245147b
docs: use relative paths 2023-02-24 13:15:40 +09:00
kenjis
b3405c6ae9
docs: add section title marks 2023-02-24 13:13:40 +09:00
kenjis
e90d56f5d7
docs: replace Content-type with Content-Type 2023-02-24 13:08:25 +09:00
kenjis
797b51ee8d
refactor: replace Cache-control with Cache-Control 2023-02-24 13:07:49 +09:00
kenjis
2810595862
Merge pull request #7277 from kenjis/fix-QB-like-RawSql-countAllResults
fix: [QueryBuilder] RawSql causes error when using like() and countAllResults()
2023-02-24 08:43:30 +09:00
kenjis
f1caaeef48
Merge pull request #7233 from kenjis/docs-add-note-uri.rst
docs: add note for URI Segments
2023-02-24 08:41:59 +09:00
kenjis
64cd54687a
docs: fix section title marks 2023-02-23 19:02:51 +09:00
kenjis
3c485311c4
docs: improve description 2023-02-23 17:54:32 +09:00