21538 Commits

Author SHA1 Message Date
kenjis
799b5056d1
docs: add note on view() and View Renderer relationship 2024-04-14 09:16:13 +09:00
kenjis
898965aaef
Merge pull request #8776 from kenjis/fix-findQualifiedNameFromPath-Cannot-declare-class-v3
fix: Cannot declare class CodeIgniter\Config\Services, because the name is already in use
2024-04-14 08:45:36 +09:00
kenjis
189e109698
Merge pull request #8773 from kenjis/fix-phpunit-cache-dir
chore: move PHPUnit cache to build/
2024-04-14 08:44:32 +09:00
kenjis
8263e08b80
Merge pull request #8772 from kenjis/fix-toolbar-css
fix: [DebugBar] Toolbar display may be broken
2024-04-14 08:43:45 +09:00
Abdul Malik Ikhsan
792e619bc5
Merge pull request #8778 from obozdag/patch-2
docs: Small typo in routing.rst
2024-04-14 02:28:32 +07:00
Abdul Malik Ikhsan
378e9dcdb1
Merge pull request #8777 from obozdag/patch-3
docs: Small typo in controllers.rst
2024-04-14 02:27:18 +07:00
obozdag
c6de161db8
docs: Small typo in controllers.rst
Fix "a HTTP" to "an HTTP".
2024-04-13 19:20:02 +02:00
obozdag
d4f15146a0
docs: Small typo in routing.rst
Fix "a HTTP" to "an HTTP"
2024-04-13 19:17:17 +02:00
kenjis
2713cc44a0
Merge pull request #8759 from kenjis/docs-upgrading
docs: add "Upgrading to a Specified Version"
2024-04-13 21:59:41 +09:00
kenjis
9f850f79d9
fix: Cannot declare class CodeIgniter\Config\Services, because the name is already in use
See https://github.com/codeigniter4/CodeIgniter4/pull/8745#issuecomment-2052569997
2024-04-13 21:53:03 +09:00
kenjis
666c8fc4ec
Merge pull request #8745 from kenjis/fix-findQualifiedNameFromPath-Cannot-declare-class
fix: [FileLocator] Cannot declare class XXX, because the name is already in use
2024-04-13 19:47:48 +09:00
kenjis
754309e782
chore: update .gitignore 2024-04-13 19:46:32 +09:00
kenjis
2c112a6ebe
chore: add CODEIGNITER_SCREAM_DEPRECATIONS but disabled 2024-04-13 19:46:31 +09:00
kenjis
e7fca57c38
chore: move <source> up 2024-04-13 18:44:08 +09:00
kenjis
43889b151b
chore: add default attributes to coverage
No change will be made.
2024-04-13 18:38:26 +09:00
kenjis
601593679c
chore: change attribute order
Make the same as the main repositoy's phpunit.xml.dist.
2024-04-13 18:30:59 +09:00
kenjis
3b1ed37c75
chore: move PHPUnit cache to build/ 2024-04-13 18:30:48 +09:00
kenjis
fc303daf75
chore: update PHPUnit schema version 2024-04-13 18:29:09 +09:00
kenjis
930a44ff66
chore: change coding style 2024-04-13 18:24:05 +09:00
kenjis
7b3a01a297
chore: change coding style 2024-04-13 18:20:51 +09:00
kenjis
8a76cb6771
chore: move PHPUnit cache to build/ 2024-04-13 11:55:48 +09:00
kenjis
cd6ba48226
fix: add padding and font-family
If a dev changes CSS for h1, the toolbar dislpay will be broken.
2024-04-13 09:09:31 +09:00
kenjis
b32370249e
refactory: remove unneeded px 2024-04-13 09:09:03 +09:00
kenjis
60f54c02be
docs: remove unneeded "`" 2024-04-13 09:07:57 +09:00
kenjis
bdf9cea8ee
docs: add README.md 2024-04-13 09:07:43 +09:00
kenjis
678bfd2072
docs: fix by proofreading
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2024-04-13 06:48:37 +09:00
kenjis
04394c6f0f
Merge pull request #8770 from kenjis/fix-type-FabricatorModel
refactor: FabricatorModel
2024-04-13 06:45:10 +09:00
kenjis
6834870253
Merge pull request #8769 from kenjis/fix-create-new-changelog.php
chore: fix `create-new-changelog.php` for minor update
2024-04-13 06:44:10 +09:00
kenjis
73ffc06309
Merge pull request #8766 from kenjis/fix-ExceptionHandler-error-msg
refactor: improve error message in BaseExceptionHandler
2024-04-13 06:43:24 +09:00
kenjis
774cbd5967
Merge pull request #8763 from kenjis/refactor-CURLRequest-tests
test: refactor CURLRequset tests
2024-04-13 06:42:33 +09:00
kenjis
fb9607ce50
Merge pull request #8751 from mcsaygili/refactor-system-Debug-Toolbar-Collectors-Routes.php
refactor: system/Debug/Toolbar/Collectors/Routes.php
2024-04-13 06:41:37 +09:00
Mehmet Çağdaş SAYGILI
528e51386c
apply suggestions. 2024-04-12 17:55:16 +03:00
Mehmet Çağdaş SAYGILI
fd782e70b0
refactor: system/Debug/Toolbar/Collectors/Routes.php 2024-04-12 17:50:56 +03:00
kenjis
ba4d372b52
docs: add method stubs to sample Model code 2024-04-12 16:28:17 +09:00
kenjis
011c886764
Merge pull request #8743 from kenjis/fix-FormHelperTest
test: add tests for form_helper with CSRF filter
2024-04-12 16:19:43 +09:00
kenjis
b744338830
chore: update phpstan-baseline 2024-04-12 16:16:18 +09:00
kenjis
3cd7572f0d
refactor: add return type 2024-04-12 16:15:57 +09:00
kenjis
c02ce684fb
docs: make array type more precise 2024-04-12 16:15:15 +09:00
kenjis
9ae7f43a81
refactor: update param name 2024-04-12 16:13:13 +09:00
kenjis
4d5e01269b
Merge pull request #8758 from kenjis/fix-View-Plugins-ValidationErrors
refactor: fix method name `ValidationErrors` in View\Plugins
2024-04-12 15:39:15 +09:00
kenjis
999f7e42df
docs: remove unneeded space 2024-04-12 15:29:43 +09:00
kenjis
7f86e00140
test: add test cases 2024-04-12 12:57:02 +09:00
kenjis
349507d8f0
refactor: fix method name (should be lc first) 2024-04-12 12:57:01 +09:00
kenjis
22e3450ba2
Merge pull request #8742 from mcsaygili/refactor-system-View-Plugins.php
refactor: system/View/Plugins.php
2024-04-12 12:49:49 +09:00
kenjis
0bb441476b
fix: not work for minior update 2024-04-12 12:00:45 +09:00
kenjis
c6c4f812c8
docs: add array types 2024-04-12 09:55:51 +09:00
kenjis
83be00a72a
test: refactoring with inheritance 2024-04-12 09:49:08 +09:00
kenjis
110798b9f9
test: replace test class names
CURLRequestTest is the main file.
2024-04-12 09:49:07 +09:00
kenjis
5f35f88144
test: sync two test cases
But not exactly the same.
2024-04-12 09:49:05 +09:00
kenjis
ea7c7199dc
Merge pull request #8761 from kenjis/fix-CURLRequest-unused-constructor-param
fix: [CURLRequest] construct param $config is not used
2024-04-12 09:45:42 +09:00