172 Commits

Author SHA1 Message Date
kenjis
e25bc7e7a7
refactor: run rector 2024-04-06 09:24:47 +09:00
kenjis
aea419791b
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	phpstan-baseline.php
	user_guide_src/source/changelogs/index.rst
	user_guide_src/source/installation/upgrading.rst
2024-03-31 09:03:06 +09:00
John Paul E. Balandan, CPA
7ca24b2380
Merge pull request #8681 from paulbalandan/imagemagick-getversion
refactor: simplify ImageMagickHandler::getVersion()
2024-03-30 16:58:28 +08:00
John Paul E. Balandan, CPA
2c7d445fff
fix: early terminate processing of invalid library path 2024-03-30 15:42:45 +08:00
John Paul E. Balandan, CPA
d272bfe1e4
refactor: simplify ImageMagickHandler::getVersion() 2024-03-29 23:37:47 +08:00
kenjis
c965d70573
Merge remote-tracking branch 'origin/develop' into 4.5 2024-02-24 11:58:48 +09:00
kenjis
bf39b5dce7
style: fix by php-cs-fixer v3.50.0 2024-02-24 09:35:54 +09:00
kenjis
ed4fce13ab
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	phpstan-baseline.php
	rector.php
	system/Database/BaseBuilder.php
	system/Honeypot/Honeypot.php
	system/Router/RouteCollection.php
	system/Test/FeatureTestCase.php
	system/Test/FeatureTestTrait.php
	system/Validation/FormatRules.php
2023-12-22 07:07:52 +09:00
kenjis
2718024906
fix: remove unneeded conditions 2023-12-21 09:46:51 +09:00
kenjis
d258659947
refactor: apply DisallowedEmptyRuleFixerRector 2023-12-21 09:46:49 +09:00
kenjis
25ec3df976
refactor: add declare(strict_types=1) to system files 2023-11-30 16:14:48 +09:00
kenjis
5de7742b21
Merge remote-tracking branch 'upstream/develop' into 4.5 2023-11-19 08:55:51 +09:00
kenjis
e113ff1360
fix: Image::save() causes error with webp
imagewebp(): Palette image not supported by webp
2023-11-14 16:47:16 +09:00
kenjis
597101b98b
refactor: fix parameter types 2023-10-28 06:39:58 +09:00
Denny Septian Panggabean
188b1857f1
run cs-fix after rules shorthand operator 2023-09-19 11:34:15 +07:00
kenjis
6329255a8b
docs: add "see test" annotations 2023-09-08 17:35:23 +09:00
kenjis
f34580d02b
docs: fix or remove @param
php-cs-fixer has been modified to remove these tags.
2023-08-30 09:48:17 +09:00
kenjis
f6bf3d2329
Merge remote-tracking branch 'upstream/develop' into 4.4 2023-08-07 05:53:43 +09:00
ping-yee
7ecc7087c9
Dev: Define the image exception. 2023-08-04 21:08:26 +08:00
ping-yee
eac79d83b4
Dev: change the return type for the exception. 2023-08-04 13:23:19 +08:00
ping-yee
773ee48447
Dev: modify the return type to the comments. 2023-08-03 23:31:47 +08:00
ping-yee
8e42ddf0f0
Dev: Add the return type of image exception. 2023-08-02 18:55:18 +08:00
ping-yee
5435ea3c4a
Dev: Remove the image error in phpstan-baseline.php 2023-08-02 18:49:10 +08:00
kenjis
12f3867964
Merge remote-tracking branch 'origin/develop' into 4.4 2023-06-18 08:16:13 +09:00
ping-yee
5b0c405e03
fix: fix the image handler. 2023-06-13 22:45:22 +08:00
Denny Septian Panggabean
f48e408be1
refactor: GDHandler make WebP with option quality 2023-05-17 22:57:13 +07:00
Abdul Malik Ikhsan
ee9abc7408
[Rector] Enable AddDefaultValueForUndefinedVariableRector 2023-01-12 17:25:16 +07:00
ddevsr
2b4861e21e
refactor: changes time() to Time class 2022-11-16 15:28:11 +07:00
John Paul E. Balandan, CPA
f709b08387
Simplify @codeCoverageIgnore* tags 2022-10-25 18:08:46 +08:00
John Paul E. Balandan, CPA
0d08a92d83
Add order option to phpdoc_order 2022-09-08 14:40:53 +08:00
kenjis
ae78932852
docs: update docs on imagick extentsion 2022-07-29 18:54:10 +09:00
kenjis
45e8278106
Merge pull request #5971 from kenjis/fix-GDHandler-save-transparency
fix: GDHandler::save() removes transparency
2022-05-07 14:02:34 +09:00
kenjis
d177fd63a5
fix: GDHandler::save() remove transparency 2022-05-07 08:17:31 +09:00
kenjis
94fd4cc84a
Merge pull request #5965 from kenjis/fix-GDHandler-php81-error
fix: Images\Handlers\GDHandler Implicit conversion from float to int loses precision
2022-05-06 21:23:22 +09:00
kenjis
19f401c9fc
fix: GDHandler::convert() does not work 2022-05-06 15:46:11 +09:00
kenjis
e0407eec18
fix: Implicit conversion from float to int loses precision 2022-05-05 22:01:28 +09:00
Abdul Malik Ikhsan
4f97aac344
[Rector] Clean up skip config and re-run Rector 2022-03-19 23:30:10 +07:00
Abdul Malik Ikhsan
af7fb3f9a5
[Rector] Apply PHP 7.4 Requirement and syntax 2022-01-10 02:02:27 +00:00
John Paul E. Balandan, CPA
f941858bcf
Use PHPStan's baseline instead of global ignore of errors 2021-12-13 15:05:13 +08:00
John Paul E. Balandan, CPA
147fc9d8f6
Fix precision loss deprecation on float to int conversion 2021-11-23 12:44:13 +08:00
John Paul E. Balandan, CPA
ea6469b852
Manual cleanup of comments and docblocks 2021-07-28 23:26:26 +08:00
Abdul Malik Ikhsan
91bf8a630d
[Rector] Apply MakeInheritedMethodVisibilitySameAsParentRector 2021-07-28 08:47:56 +07:00
John Paul E. Balandan, CPA
b7ec33cd56
Remove superfluous phpdoc tags (#4941) 2021-07-24 19:30:51 +08:00
John Paul E. Balandan, CPA
0ee2b2f922
Add file-level headers 2021-07-19 23:04:56 +08:00
John Paul E. Balandan, CPA
a6cfb8c1e6
Remove useless code separator comments (#4946) 2021-07-19 21:08:51 +08:00
John Paul E. Balandan, CPA
a4fe347638
Add ? to nullable typehints 2021-07-09 23:13:08 +08:00
John Paul E. Balandan, CPA
71e33a1b3e
Apply rector fixes 2021-07-09 00:08:10 +08:00
John Paul E. Balandan, CPA
1dc72c1d65
Convert is_null to null === and fix phpstan errors 2021-07-09 00:08:00 +08:00
John Paul E. Balandan, CPA
308d0bed2d
Enable explicit_indirect_variable (#4881) 2021-06-28 22:10:44 +08:00
John Paul E. Balandan, CPA
57f5cd8bef
Enable method_chaining_indentation fixer 2021-06-17 21:35:32 +08:00