kenjis
|
aa569317d7
|
refactor: add variable
To distinguish between from and routeKey.
|
2023-06-27 09:09:17 +09:00 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
kenjis
|
ded8d382a0
|
Merge pull request #7603 from kenjis/fix-docs-message.rst
docs: fix message.rst
|
2023-06-22 15:42:47 +09:00 |
|
kenjis
|
8e9cc30e10
|
Merge pull request #7607 from paulbalandan/disable-process-timeout
chore: add Composer\Config::disableProcessTimeout
|
2023-06-22 15:41:58 +09:00 |
|
John Paul E. Balandan, CPA
|
33f2db46b2
|
chore: add Composer\Config::disableProcessTimeout
|
2023-06-22 11:55:10 +08:00 |
|
kenjis
|
4fd6ea0cd2
|
docs: fix incorrect description
|
2023-06-21 14:02:20 +09:00 |
|
kenjis
|
3e92760a7e
|
docs: update Valid HTTP protocol version
|
2023-06-21 14:01:48 +09:00 |
|
kenjis
|
319fea5abe
|
Merge remote-tracking branch 'upstream/develop' into 4.4
Conflicts:
user_guide_src/source/changelogs/index.rst
user_guide_src/source/installation/upgrading.rst
|
2023-06-20 15:14:18 +09:00 |
|
kenjis
|
52a2372add
|
Merge pull request #7596 from kenjis/docs-db-session
docs: improve "Configure DatabaseHandler" for Session
|
2023-06-20 15:11:55 +09:00 |
|
kenjis
|
9d9f19e3a5
|
Merge pull request #7592 from kenjis/add-changelog-437
docs: add changelog/upgrade guide for v4.3.7
|
2023-06-20 15:11:08 +09:00 |
|
kenjis
|
edd820436e
|
docs: fix incorrect PHPDoc types
|
2023-06-19 17:34:15 +09:00 |
|
kenjis
|
963526a517
|
docs: update description
There is already $DBGroup in the config file.
|
2023-06-19 09:59:15 +09:00 |
|
kenjis
|
658c517b77
|
docs: add important note
|
2023-06-19 09:59:15 +09:00 |
|
kenjis
|
dd4d11d542
|
Merge remote-tracking branch 'upstream/develop' into 4.4
|
2023-06-19 09:53:20 +09:00 |
|