Andy Miller
b2f2e7bd45
more recovery manage fixes
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-19 18:37:12 -06:00
Andy Miller
3fbd6771e9
more recovery fixes
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-19 18:18:20 -06:00
Andy Miller
348fa04c47
recovery/command fixes
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-19 17:59:17 -06:00
Andy Miller
e30245789c
move recover.flag
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-19 16:02:51 -06:00
Andy Miller
942f523f18
fix test
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-18 19:09:59 -06:00
Andy Miller
f9348a4d9d
Merge branch 'develop' into 1.8
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-17 18:35:14 -06:00
Andy Miller
44fd1172b8
more granular install for self upgrade
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-17 18:18:53 -06:00
Andy Miller
920642411c
move back to cp instead of mv for snapshots
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-17 17:53:48 -06:00
Andy Miller
2999c06a3a
change snapshot storage
2025-10-17 16:49:42 -06:00
Andy Miller
c56d24c0d7
timelimt on recovery status
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-16 09:08:53 -06:00
Andy Miller
ee49305053
timelimit on recovery status
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-16 09:08:32 -06:00
Andy Miller
a3da588829
should fix tests this time
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-16 07:54:44 -06:00
Andy Miller
a3387c106b
more test fixes
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-16 07:50:24 -06:00
Andy Miller
d9d241d806
fix for RecoveryManagerTest
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-16 07:47:50 -06:00
Andy Miller
44f90cbce0
Merge branch 'develop' into 1.8
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-15 20:22:14 -06:00
Andy Miller
57212ec9a5
better plugin checks
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-15 11:24:50 -06:00
Andy Miller
b55e86a8ba
force upgrades before updating
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-15 11:00:54 -06:00
Andy Miller
250568bae5
initial safeupgrade work
2025-10-15 10:29:26 -06:00
Andy Miller
eb985e875d
vendor updates and some fixes
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-10-03 18:16:40 -06:00
Andy Miller
22de638e52
composer updates + php fixes
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-09-20 22:33:56 -06:00
Andy Miller
365ab93e7e
PHP 8.2+ fixes
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-09-20 22:12:55 -06:00
Andy Miller
3bebfc6dac
fixed for tests
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2025-04-01 17:03:42 -06:00
Andy Miller
b96483c49a
Fix tests for latest Codeception version
2024-10-22 13:24:35 +01:00
Andy Miller
51623ee0da
Added custom_base test
2024-05-08 12:35:16 +01:00
Andy Miller
ee8d783d05
better support for external urls in Utils::url()
2024-04-20 15:42:42 +01:00
Andy Miller
0b16401a91
fix special-chars in titleize - fixes #732
2024-01-19 12:39:24 +00:00
Andy Miller
6df03063c8
remove test
2024-01-05 12:34:59 +00:00
Andy Miller
e5990f431d
Revert "Added 'outdated' option to scheduler command ( #3771 )"
...
This reverts commit a71403f158 .
# Conflicts:
# tests/unit/Grav/Common/Scheduler/SchedulerTest.php
2024-01-05 12:31:53 +00:00
Andy Miller
b3d55ca81a
remove a debug
2024-01-05 12:26:08 +00:00
maelanleborgne
a71403f158
Added 'outdated' option to scheduler command ( #3771 )
2024-01-05 11:46:14 +00:00
Jeremy Angele
80ce87e4a9
Update dangerous extensions ( #3756 )
...
Thanks for this!
2023-10-24 10:20:22 +01:00
Andy Miller
93755c7329
fix UtilsTest for PHPUnit 10
2023-02-19 13:48:13 -07:00
Andy Miller
0abde01442
better fix
2022-03-05 09:22:12 -07:00
Andy Miller
03f71fa49d
rolled back but fixed the Utils::url() functionality
2022-03-04 15:37:03 -07:00
Andy Miller
b80fcca0cf
fixes for Utils::url()
2022-03-03 12:35:17 -07:00
Andy Miller
d90b28a399
fix jquery in tests
2021-06-15 10:20:57 -06:00
Djamil Legato
acf8724402
Added tests for new params support in collections ( #3358 )
2021-06-14 16:03:22 -07:00
Matias Griese
5efe447861
Fixed The "Grav/Common/Twig/TwigExtension" extension is not enabled when using markdown twig tag [ #3317 ]
2021-04-19 10:20:26 +03:00
pamtbaau
e02d298ff4
Add option images.defaults.size to set default height/width ( #3272 )
...
* Add option images.defaults.size to set default height/width
- Add option to config/system.yaml
- Add option to blueprints/config/system.yaml
- Add ImageSizeTrait.php
- Add ImageSizeTrait to ImageMedium.php
- Add Unit tests
* moved width/height to rendering phase
* Add test: height/width should be of resized image.
* Added optional apsect-ratio variable
* more improvements
* Added aspectRatio and retinaScale image functions
* remove use for old trait
* reset the CLS variables after calling reset on the image
Co-authored-by: Andy Miller <rhuk@mac.com >
2021-04-05 11:21:03 -06:00
Matias Griese
38b1556ee0
Fix unit test #2184
2021-03-31 21:29:59 +03:00
Matias Griese
644a54e441
Added Utils::getPathFromToken() method which works also with Flex Objects
2021-03-17 21:54:26 +02:00
pamtbaau
898759b3b9
Add unit tests for system.images.defaults.loading
2021-03-10 14:58:58 +02:00
Pierre Joye
6c3c068485
add test for multiple parts using folder
2021-02-02 07:27:54 +07:00
Pierre Joye
b20838531c
Resolved merge conflict
2021-02-01 22:43:28 +07:00
Matias Griese
a8a960d10b
Updated unit tests
2021-02-01 11:14:53 +02:00
Pierre Joye
10be5d5a7c
fix text if language is found and is part as enabled languages
2021-01-31 07:14:33 +07:00
Pierre Joye
711d7b122d
Add fixture for translatedLanguages
2021-01-30 21:22:39 +07:00
Pierre Joye
ea758e9dca
Add test for this translatedLanguages
2021-01-30 20:50:20 +07:00
Matias Griese
0948e9db9d
Fixed Filesystem::normalize() with dot-dot paths
2020-12-23 13:46:49 +02:00
Matias Griese
f25ea8f056
Updated unit tests
2020-12-04 20:01:28 +02:00