22224 Commits

Author SHA1 Message Date
kenjis
22cf15ecf3
docs: improve description for Migration File Names 2024-09-08 11:07:39 +09:00
kenjis
0a6b39ded1
Merge pull request #9176 from kenjis/update-RELEASE.md
docs: update RELEASE.md
2024-09-08 10:22:49 +09:00
kenjis
268156c1d4
Merge pull request #9171 from kenjis/docs-url_helper.rst
docs: improve url_helper.rst
2024-09-07 18:16:46 +09:00
kenjis
ce7f5914a0
Merge pull request #9175 from kenjis/docs-changelog-4.5.6
docs: add changelog and upgrade for v4.5.6
2024-09-07 18:16:06 +09:00
kenjis
d7bedff4e7
docs: use GitHub markdown note format 2024-09-07 18:10:53 +09:00
kenjis
cb4ba98ce6
docs: move section 2024-09-07 18:10:37 +09:00
kenjis
2492078509
docs: move item 2024-09-07 18:09:59 +09:00
kenjis
ee9ae5fbb3
docs: add note 2024-09-07 18:09:27 +09:00
kenjis
b5b2e57fdf
docs: add changelog and upgrade for v4.5.6 2024-09-07 17:59:37 +09:00
kenjis
b0b7ecbac2
Merge pull request #9174 from codeigniter4/develop
4.5.5 Ready code
v4.5.5
2024-09-07 17:39:32 +09:00
kenjis
ae63c7506d
Merge pull request #9173 from kenjis/release-4.5.5
Prep for 4.5.5 release
2024-09-07 17:34:41 +09:00
kenjis
f3de4d8cc3
Prep for 4.5.5 release 2024-09-07 08:30:20 +09:00
kenjis
0e283beff9
Merge pull request #9169 from kenjis/fix-auto-link-regexp
fix: `auto_link()` regexp
2024-09-07 08:04:17 +09:00
kenjis
ae0dcf4a17
Merge pull request #9163 from obozdag/patch-21
docs: Fix some function definitions in helpers/html_helper.rst
2024-09-07 08:03:22 +09:00
kenjis
f8e36d92fd
Merge pull request #9164 from obozdag/patch-22
docs: Fix track function definition in helpers/html_helper.rst
2024-09-06 18:26:41 +09:00
Osman Bozdag
8e09849c27
docs: Fix source function definition in helpers/html_helper.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-09-06 11:24:37 +02:00
Osman Bozdag
1e868d035a
docs: Fix param function definition in helpers/html_helper.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-09-06 11:23:44 +02:00
kenjis
008f2a9329
Merge pull request #9172 from eightrix/patch-1
docs: correct grammar in validation.rst
2024-09-06 18:20:55 +09:00
Osman Bozdag
e81e8e7f0e
docs: Fix track function src param definition in helpers/html_helper.rst
Fix track function src param definition in helpers/html_helper.rst
2024-09-06 09:51:33 +02:00
Shayo Rowland
9ac45a1d64
Update validation.rst
Insert 'are' after 'that' on line 1053
2024-09-06 07:05:20 +01:00
kenjis
2ef57abe35
docs: decorate text 2024-09-06 13:53:24 +09:00
kenjis
3dfd4bcb4c
docs: fix param types 2024-09-06 13:53:08 +09:00
kenjis
fdba50299c
docs: add changelog 2024-09-06 10:34:07 +09:00
kenjis
d7da0b8cef
fix: auto_link() regexp
From CI3.
See 2042929bab/system/helpers/url_helper.php (L397)
2024-09-06 10:27:16 +09:00
kenjis
3d310cf0bf
test: add tests for auto_link() 2024-09-06 10:27:15 +09:00
kenjis
39c289882d
Merge pull request #9161 from obozdag/patch-19
docs: Fix some typos in helpers/html_helper.rst
2024-09-06 09:08:40 +09:00
kenjis
0deb9098bd
Merge pull request #9168 from kenjis/add-phpdoc-html_helper
docs: update PHPDoc in html_helper
2024-09-06 09:04:56 +09:00
kenjis
4cbe5ec609
Merge pull request #9170 from ThomasMeschke/develop
refactor: fix typo in BaseConnection.php
2024-09-06 09:03:45 +09:00
Osman Bozdag
fe6efeddf8
docs: Update $config['indexPage'] in helpers/html_helper.rst
Update $config['indexPage'] to Config\App::$indexPage in img function in helpers/html_helper.rst
2024-09-05 21:38:02 +02:00
Thomas Meschke
06958be352
Fix typo in BaseConnection.php 2024-09-05 12:28:12 +02:00
kenjis
1daaa579d9
docs: fix typos 2024-09-05 12:09:53 +09:00
kenjis
31abe0b198
docs: add missing @param 2024-09-05 12:09:23 +09:00
kenjis
ffd1b68b0d
Merge pull request #9160 from kenjis/check-db-ext
refactor: improve error message for missing PHP DB extensions
2024-09-05 10:23:07 +09:00
Osman Bozdag
de35cf487e
docs: Fix track function definition in helpers/html_helper.rst
Fix track function definition in helpers/html_helper.rst
2024-09-02 06:59:31 +02:00
Osman Bozdag
31b4508b26
docs: Fix some function definitions in helpers/html_helper.rst
Fix some function definitions in helpers/html_helper.rst
2024-09-02 06:46:15 +02:00
Osman Bozdag
496ef239ba
docs: Fix some typos in helpers/html_helper.rst
Fix some typos in helpers/html_helper.rst
2024-09-02 06:13:07 +02:00
kenjis
a9925c740e
fix: pass through custom drivers
Because we can name any classname.
2024-08-30 10:22:55 +09:00
kenjis
59aca8ed47
feat: add function to check PHP DB extension
To improve the error message.
2024-08-30 09:53:58 +09:00
kenjis
c326cd1d98
Merge pull request #9157 from kenjis/refactor-BaseBuilder
refactor: BaseBuilder
2024-08-30 09:04:06 +09:00
kenjis
77f5e4768d
Merge pull request #9151 from kenjis/fix-comment-Router.php
docs: fix doc comments for Router
2024-08-30 09:02:10 +09:00
kenjis
83d1bd999f
Merge pull request #9159 from kenjis/update-cs-fixert-to-3.63
chore: update php-cs-fixer to ^3.63.2
2024-08-29 10:10:24 +09:00
kenjis
d12af0a4b4
chore: update php-cs-fixer to ^3.63.2 2024-08-29 09:34:24 +09:00
kenjis
9e97a0c6d4
refactor: break long lines 2024-08-28 17:30:49 +09:00
kenjis
694b031996
fix: remove uneeded if condition 2024-08-28 17:30:46 +09:00
kenjis
87acaf7917
docs: update comment 2024-08-28 17:30:13 +09:00
Abdul Malik Ikhsan
68d2fed936
Merge pull request #9156 from samsonasik/refactor-enable-add-method-call-based-param
refactor: enable AddMethodCallBasedStrictParamTypeRector
2024-08-28 10:19:55 +07:00
Abdul Malik Ikhsan
87eb71ce29
refactor: enable AddMethodCallBasedStrictParamTypeRector 2024-08-28 08:54:48 +07:00
Abdul Malik Ikhsan
2f781653b7
Merge pull request #9155 from kenjis/fix-label-add-conflict-all-pr.yml
chore: fix link in fix-label-add-conflict-all-pr.yml
2024-08-28 08:36:05 +07:00
kenjis
982f995331
chore: fix link
This workflow comments to PRs with conflicts. So it is better
to link to "Updating Your Branch".
2024-08-28 08:34:31 +09:00
kenjis
2800673113
Merge pull request #9153 from obozdag/patch-18
docs: Change tags to elements and fix some typos helpers/html_helper.rst
2024-08-28 08:05:34 +09:00