17869 Commits

Author SHA1 Message Date
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
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
202b467883
docs: fix @param types 2023-06-19 18:36:46 +09:00
kenjis
2bcebad8e3
test: remove testCallWithJsonRequestObject() and add testAssertJsonExactObject()
testCallWithJsonRequestObject() is not a test for FeatureTestTrait.
2023-06-19 18:35:23 +09:00
kenjis
66526a8d5e
fix: incorrect tests
Cannot set non-string to Response body.
2023-06-19 18:29:29 +09:00
kenjis
e534332905
test: add param type for Response body 2023-06-19 18:26:43 +09:00
kenjis
dbfd8ff6ed
test: change test method names
Add the method name to test.
2023-06-19 18:26:43 +09:00
kenjis
edd820436e
docs: fix incorrect PHPDoc types 2023-06-19 17:34:15 +09:00
kenjis
f39530ac57
fix: reset params for HTTP testing
A previous test result causes an params count error in HTTP testing.
2023-06-19 17:09:07 +09:00
kenjis
6a8c20e1ca
test: add test to check param count is reset 2023-06-19 17:08:12 +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
kenjis
eb4121284d
docs: add sub section titles 2023-06-19 09:44:01 +09:00
kenjis
f3ef6c2e63
docs: remove unneeded "// ..." 2023-06-19 09:43:07 +09:00
kenjis
ccd52d1998
Merge pull request #7595 from kenjis/update-cs
style: update coding style for PHP CS Fixer 3.18.0
2023-06-19 09:42:30 +09:00
kenjis
6675e77949
style: composer cs-fix
Update for PHP CS Fixer 3.18.0.
2023-06-19 08:59:06 +09:00
kenjis
2dac3a85a7
Merge remote-tracking branch 'upstream/develop' into 4.4 2023-06-19 08:38:53 +09:00
kenjis
a76685986d
Merge pull request #7591 from kenjis/docs-RELEASE.md
docs: small updates in RELEASE.md
2023-06-19 08:37:45 +09:00
kenjis
8124097c5e
Merge pull request #7590 from kenjis/docs-change-version-notation
docs: change version number notation
2023-06-19 08:37:03 +09:00
kenjis
05cdc290db
Merge pull request #7589 from kenjis/update-kint-506
chore: update Kint to 5.0.6
2023-06-19 08:36:19 +09:00
kenjis
6b0531b9e8
Merge pull request #7586 from kenjis/fix-docs-sessions.rst
docs: fix sessions.rst
2023-06-19 08:35:41 +09:00
kenjis
291b40b49b
Merge pull request #7584 from kenjis/docs-spark_commands.rst
docs: improve spark_commands.rst
2023-06-19 08:34:56 +09:00
kenjis
938249540c
Merge pull request #7583 from kenjis/fix-docs-inflector_helper.rst
docs: fix incorrect sample code in inflector_helper.rst
2023-06-19 08:34:06 +09:00
kenjis
f6ed69565b
Merge pull request #7582 from kenjis/docs-cli_library
docs: update sample code in cli_library
2023-06-19 08:33:28 +09:00
kenjis
d45bd46fb9
Merge pull request #7581 from kenjis/docs-model-pagination
docs: improve Paginating with Models
2023-06-19 08:32:53 +09:00
kenjis
c68af0ec29
Merge pull request #7579 from kenjis/refactor-Encryption-BaseHandler
refactor: remove unused property in Encryption\Handlers\BaseHandler
2023-06-19 08:32:31 +09:00
kenjis
843f509f9e
docs: fix typo
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2023-06-19 08:18:14 +09:00
kenjis
75bb53afd6
docs: add changelog/upgrade guide for v4.3.7 2023-06-18 08:51:05 +09:00
kenjis
c225c8523e
docs: small updates 2023-06-18 08:43:27 +09:00
kenjis
bdaeb2d32e
docs: change version number notation
For consistency.
2023-06-18 08:40:01 +09:00