Feature #50254
closedSignal for image processing configuration in ContentObjectRenderer
0%
Description
For some extensions it would be amazing to have a signal, which allows adjustments at the processing configuration of images before they get rendered.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22471
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/22471
Updated by Erik Frister over 10 years ago
Hi Lars
I updated your initial patch with some cleanup and added two parameters to the signal call. I hope you don't mind. Please let me know if you have any feedback.
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22471
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22471
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Rejected
You can use $file->process()->emitPreFileProcessSignal() which is executed just one line below and fits your needs even better. This is a more appropriate place to hook into FAL directly. Please use that one. No need to add even more hookable places.