Project

General

Profile

Actions

Feature #50254

closed

Signal for image processing configuration in ContentObjectRenderer

Added by Lars Malach over 10 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-07-21
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.

Actions #1

Updated by Gerrit Code Review over 10 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

Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Erik Frister almost 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.

Actions #4

Updated by Gerrit Code Review over 9 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

Actions #5

Updated by Gerrit Code Review over 9 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

Actions #6

Updated by Lars Malach over 9 years ago

thanks erik

Actions #7

Updated by Benni Mack about 9 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.

Actions

Also available in: Atom PDF