-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TYPO3 12 #20
Comments
@fritzdacat I guess with the feature freeze of 12.3 it would be a good time now. Unfortunately I don't have a v12 project yet. I start the next project (with v12) in a few weeks. I should be able to use it there. |
@xerc |
fix & maybee also this .. ?! diff --git a/Classes/Resource/Processing/DeferredImageProcessor.php
@@ -27,6 +27,8 @@ class DeferredImageProcessor extends LocalImageProcessor
&& $task->getSourceFile()->getProperty('height') > 0
&& $task->getSourceFile()->getMimeType() !== 'image/svg+xml'
&& $task->getSourceFile()->getMimeType() !== 'application/pdf'
+ && !($GLOBALS['TSFE']->config['config']['tx_headless.']['staticTemplate'] ?? false)
+ && !($GLOBALS['TYPO3_REQUEST']->getAttribute('site')->getConfiguration()['headless'] ?? false)
;
}
|
Thanks for fix the variable name. Additonially i found another problem in the DeferredImageProcessor.php, line 75-84. |
And the verbose argument in the cli command needs to be removed. In TYPO3 v12 vendor/bin/typo3cms doesn't exists anymore and the cli can be executed by using vendor/bin/typo3 and it looks like a verbose arguments exists by default |
not tested ; xerc@af185c0 |
you may shall check out |
@xerc |
would be easier if you could specify - how to change - and give detailed links on how to use this argument within - thx |
I only removed the registration of the verbos argument in Classes/Command/ProcessCommand.php to make it work again. |
you may please create a push-req. @ my branch how can we use the |
@thommyhh do you (and/or your team) have time to upgrade/maintain this EXT these days? t3 v13 is already stable :) |
@xerc I'll see what I can do. I guest, I have to test it with my own website, as I don't have other v13 projects yet. |
What are the plans for TYPO3 12?
Is there already a schedule when deferred_image_processing for TYPO3 12 will be available?
The text was updated successfully, but these errors were encountered: