17906 Commits

Author SHA1 Message Date
kenjis
e0864515fd
refactor: stop reassignment 2023-06-27 09:09:17 +09:00
kenjis
a95676570d
docs: fix PHPDoc
I found another type data in the $route array.
2023-06-27 09:09:16 +09:00
kenjis
e9d9026a6f
docs: add versions for @deprecated 2023-06-27 07:14:36 +09:00
kenjis
970899674c
refactor: restore deprecated $proxyIPs 2023-06-27 07:14:36 +09:00
kenjis
55b57df25f
chore: add system/HTTP/Request.php to skip 2023-06-27 07:14:36 +09:00
kenjis
38a2e4d23a
test: update test code 2023-06-27 07:14:36 +09:00
kenjis
fe0b5f5c0c
docs: add changelog and upgrade guide 2023-06-27 07:14:35 +09:00
kenjis
c8aec65e79
refactor: remove deprecated Request::$proxyIPs 2023-06-27 07:14:35 +09:00
kenjis
7d3b36a792
Merge pull request #7619 from kenjis/refactor-config-classname-4.4
[4.4] refactor: use ::class to config() param
2023-06-27 07:00:42 +09:00
Christoph Potas
e17ebddf11
Fix sqlsrv default port connection refuse
~ ignore default port when constructr hostname for sqlsrv driver
2023-06-26 18:57:59 +02:00
Jozef Rebjak
a20365b9c9
test: improve testSendProxied 2023-06-26 14:02:04 +02:00
Jozef Rebjak
8d023d9255
fix: testSendProxied typo 2023-06-26 13:55:32 +02:00
Jozef Rebjak
9a41f6b18c
test: add testSendProxied 2023-06-26 13:52:36 +02:00
kenjis
37b5c2109c
Merge remote-tracking branch 'upstream/develop' into 4.4 2023-06-26 20:25:49 +09:00
kenjis
1e7204bbba
Merge pull request #7620 from kenjis/refactor-RequestTrait
refactor: remove unused non-empty array in RequestTrait
2023-06-26 20:24:43 +09:00
Jozef Rebjak
1db90c402b
fix: skip http proxy added header 2023-06-26 13:07:39 +02:00
kenjis
b819f9d4e7
refactor: by RemoveUnusedNonEmptyArrayBeforeForeachRector 2023-06-26 15:10:00 +09:00
kenjis
ec5cb2fcb9
refactor: add workaround for old Config\App file 2023-06-26 15:09:46 +09:00
kenjis
e8be829abd
refactor: use ::class to config() param 2023-06-26 14:56:45 +09:00
kenjis
2c1ce59be5
Merge pull request #7489 from codeigniter4/hot-reload
feat: Hot Reloading
2023-06-26 14:42:31 +09:00
Lonnie Ezell
3b67f49045
Categorize the changelog entry for hot reloading 2023-06-25 23:35:42 -05:00
Lonnie Ezell
ac761f0a12
Apply suggestions from code review
Co-authored-by: kenjis <kenji.uui@gmail.com>
2023-06-25 23:34:19 -05:00
kenjis
02bc22c0a3
Merge remote-tracking branch 'upstream/develop' into 4.4
Conflicts:
	system/Commands/Generators/MigrationGenerator.php
	system/Commands/Utilities/Routes.php
	system/Config/Services.php
	system/HTTP/Response.php
	system/Helpers/cookie_helper.php
	system/Security/Security.php
	system/Session/Handlers/BaseHandler.php
	system/Session/Handlers/DatabaseHandler.php
	system/Session/Handlers/MemcachedHandler.php
	system/Session/Handlers/RedisHandler.php
	system/Session/Session.php
	system/Test/CIUnitTestCase.php
	system/Test/FeatureTestCase.php
	user_guide_src/source/database/configuration.rst
2023-06-26 10:04:55 +09:00
kenjis
3bb0831b32
Merge pull request #7611 from kenjis/refactor-config-classname
refactor: use ::class to config() param
2023-06-26 09:35:35 +09:00
kenjis
c9b6f3d17d
Merge pull request #7389 from kenjis/update-concepts-security.rst
docs: improve concepts/security.rst
2023-06-26 09:33:56 +09:00
kenjis
0574c89444
Merge pull request #7598 from kenjis/docs-TestResponse
docs: fix incorrect PHPDoc types in TestResponse
2023-06-25 18:06:52 +09:00
Lonnie Ezell
fc5bd0290b
Add missing group to test 2023-06-25 00:01:58 -05:00
Lonnie Ezell
b1a2e1db50
Suppress Psalm errors on IteratorFilter 2023-06-24 23:53:56 -05:00
Lonnie Ezell
7fd7cca655
Run sass converter to generate toolbar.css 2023-06-24 23:53:56 -05:00
Lonnie Ezell
a1bbe2dbce
Attempting to make psalm happy 2023-06-24 23:53:56 -05:00
Lonnie Ezell
3fd7e4ba8d
CSS corrections, and other utility fixes 2023-06-24 23:53:56 -05:00
Lonnie Ezell
0bca6467f7
Run cs-fix 2023-06-24 23:53:56 -05:00
Lonnie Ezell
884a91e3da
Rector updates 2023-06-24 23:53:56 -05:00
Lonnie Ezell
4463200e08
More style fixes 2023-06-24 23:53:56 -05:00
Lonnie Ezell
2b52354fa9
fix: additional code style fix 2023-06-24 23:53:56 -05:00
Lonnie Ezell
c6b6341207
fix: attempting to fix style, user guide, and other small errors 2023-06-24 23:53:56 -05:00
Lonnie Ezell
d2c8e455ee
fix: attempting to fix style, user guide, and other small errors 2023-06-24 23:53:56 -05:00
Lonnie Ezell
470bcb9234
Added michalsn's suggestion to rotate the image not the anchor. 2023-06-24 23:53:56 -05:00
Lonnie Ezell
aa800a99d5
Add tests for Directory Hasher. 2023-06-24 23:53:56 -05:00
Lonnie Ezell
caeaf5df7f
fix: Make the hot reload script work for subfolder hosting. 2023-06-24 23:53:56 -05:00
Lonnie Ezell
8be1d5f3f6
fix: Remove output_buffering call that cannot actually be set with ini_set 2023-06-24 23:53:56 -05:00
Lonnie Ezell
a22a8c1697
fix: Keep scrollbar from showing up due to rotating icon 2023-06-24 23:53:56 -05:00
Lonnie Ezell
3840990d1d
Keep nginx from sending 504 time-out errors
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2023-06-24 23:53:56 -05:00
Lonnie Ezell
aba163e52b
feat: Hot Reloading 2023-06-24 23:53:56 -05:00
ping-yee
f92f091694
docs: Replace type mixed in system. 2023-06-24 21:54:17 +09:00
BennyBPB
cd4fbe1fba
Change current directory only if necessary 2023-06-24 12:06:43 +02:00
kenjis
3bdb53f374
refactor: use ::class to config() param 2023-06-24 09:20:24 +09:00
kenjis
0b226dd9aa
Merge pull request #7255 from kenjis/remove-config-app-session-4.4
Remove Config\App Session items
2023-06-23 19:44:10 +09:00
John Paul E. Balandan, CPA
b543f879e6
Merge pull request #7608 from paulbalandan/cli-test-wait-zero
fix: change assertion on CLITest::testWaitZero
2023-06-23 17:21:23 +08:00
John Paul E. Balandan, CPA
56f345fdf8
fix: change assertion on CLITest::testWaitZero 2023-06-23 12:00:02 +08:00