6569 Commits

Author SHA1 Message Date
kenjis
62c48ac8ac
Merge pull request #9002 from kenjis/docs-improve-filters
docs: improve descriptions to Filters
2024-06-26 08:05:02 +09:00
kenjis
f0db26ff3d
docs: add section "Applying Filters" 2024-06-25 14:41:11 +09:00
kenjis
9a9a9a05bc
docs: add note for HTTP method names lowercase 2024-06-25 14:30:35 +09:00
kenjis
75a9350335
docs: small improvements 2024-06-25 14:25:08 +09:00
kenjis
33dc973e43
docs: add empty lines 2024-06-25 14:24:30 +09:00
kenjis
a69c876fce
docs: update outdated description for HTTP method names 2024-06-25 14:23:23 +09:00
kenjis
d171ac348f
docs: add note to upgrade_420.rst 2024-06-25 13:38:16 +09:00
kenjis
2ce73cd5cf
docs: add changelog and upgrade for v4.5.4 2024-06-25 11:34:36 +09:00
kenjis
24544d655f
Merge remote-tracking branch 'origin/develop' into 4.6 2024-06-25 11:20:19 +09:00
kenjis
0ad823c919
docs: fix description 2024-06-25 10:59:46 +09:00
kenjis
9494c40cb6
docs: replace "This is" 2024-06-25 10:59:27 +09:00
kenjis
f14bc90b8f
Prep for 4.5.3 release 2024-06-25 10:24:06 +09:00
kenjis
70ebb33833
docs: improve section titles 2024-06-25 08:49:17 +09:00
kenjis
990e89e3c4
docs: fix FQCN 2024-06-25 08:49:00 +09:00
kenjis
939766ebd8
docs: add http:// to example URLs 2024-06-25 08:40:46 +09:00
kenjis
75861b0f84
docs: add section "Check the Routes" 2024-06-25 08:38:36 +09:00
kenjis
02e645c3c8
docs: add sub section titles and explanations 2024-06-25 08:26:24 +09:00
kenjis
c267bc0f18
docs: improve explanation 2024-06-25 08:13:33 +09:00
kenjis
c953a68c12
docs: remove index.php in sample URLs 2024-06-25 08:09:19 +09:00
kenjis
c481d2e9a3
docs: improved descriptions 2024-06-25 08:04:34 +09:00
kenjis
50baeddcc8
docs: change note
Even if you don't change the default controller name, you must remove
the defined route `$routes->get('/', 'Home::index');`.
2024-06-25 07:56:41 +09:00
kenjis
23ae69c26d
docs: add upgrade_460 2024-06-24 18:38:40 +09:00
kenjis
ecfbc2f778
docs: add notes 2024-06-24 18:34:49 +09:00
kenjis
fd00dfab78
docs: update :ref: ids 2024-06-24 18:34:49 +09:00
kenjis
580a59b7e0
docs: add "Examples of Controller/Methods and URIs" 2024-06-24 18:34:49 +09:00
kenjis
dd33f98a32
docs: add note 2024-06-24 18:34:48 +09:00
kenjis
2e3bf1d2d5
docs: rewrite "Auto Routing (Improved)" contents 2024-06-24 18:34:48 +09:00
kenjis
27b420c77a
docs: change section title 2024-06-24 18:34:47 +09:00
kenjis
38d8f72618
docs: add sectioin "Differences from Auto Routing (Legacy)" 2024-06-24 18:34:47 +09:00
kenjis
51607f89a8
docs: add section title "What is Auto Routing (Improved) ?" and rewrite 2024-06-24 18:34:46 +09:00
kenjis
7ce5484464
docs: fix section title marks 2024-06-24 18:34:46 +09:00
kenjis
e51627a4f5
docs: move contents in controllers.rst to auto_routing_improved.rst 2024-06-24 18:34:46 +09:00
kenjis
5d139c32eb
docs: create new page auto_routing_improved.rst 2024-06-24 18:34:46 +09:00
kenjis
5506bf72a3
docs: add docs 2024-06-24 10:07:54 +09:00
kenjis
d4fee13492
Merge pull request #8988 from christianberkman/fix-min-dims
[4.6] fix: add validation message for min_dims
2024-06-24 09:33:47 +09:00
kenjis
773751e909
Merge pull request #8977 from kenjis/fix-same-filter-more-than-once
feat: [Filters] enables a filter to run more than once with different arguments
2024-06-24 09:30:45 +09:00
kenjis
d8ac60a27f
Merge pull request #8965 from kenjis/fix-View-renderSection-return-type
fix: View::renderSection() return type
2024-06-24 09:25:20 +09:00
christianberkman
dba74435d6
Update user_guide_src/source/changelogs/v4.6.0.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-06-22 19:29:25 +03:00
christianberkman
f9ae540068
docs: update changelog 2024-06-22 12:42:17 +03:00
ducng99
56775d0660
docs: updated to suggested changes
Also add an ignore in phpstan to ignore missing foundRows in
BaseConnection
2024-06-21 21:13:44 +12:00
kenjis
44db01c88d
docs: add user guide 2024-06-21 10:08:00 +09:00
kenjis
ecf2e23acb
Merge remote-tracking branch 'upstream/develop' into 4.6 2024-06-21 09:58:06 +09:00
ducng99
698f6432cc
docs: updated changelog and new config field for foundRows 2024-06-21 01:12:34 +12:00
kenjis
b9afd482c3
docs: fix incorrect description for route group filter 2024-06-20 18:11:33 +09:00
kenjis
4cb3ceeecc
docs: break long lines 2024-06-20 16:05:35 +09:00
kenjis
db76c7e763
docs: fix text decoration 2024-06-20 16:05:04 +09:00
kenjis
a83ad06a0d
docs: fix RST format 2024-06-20 16:04:05 +09:00
kenjis
8f52edd6e1
docs: add category to Enhancements > Libraries 2024-06-20 09:46:08 +09:00
kenjis
7604c25a23
Merge pull request #8966 from christianberkman/feat-min-dims
feat: [Validation] add `min_dims` rule in FileRules
2024-06-20 09:13:11 +09:00
Christian Berkman
59421032ab
Merge branch 'feat-min-dims' of github.com:christianberkman/CodeIgniter4 into feat-min-dims
Signed-off-by: Christian Berkman <christianberkman@gmail.com>
2024-06-19 22:48:07 +02:00