[!!!][TASK] Remove global configuration option GFX/png_to_gif
The option png_to_gif was previously used to minimize the size of generated images. In the current web development png (with the support of all major browsers) has overtaken gif functionality. The option, which was off by default for some versions, has been removed. All calls to the actual "convert" method in GraphicalFunction have been removed, the function itself has been marked for deprecation. Resolves: #66906 Releases: master Change-Id: I1e134812f55ce8026e468b12ec12ec61e4d9d104 Reviewed-on: http://review.typo3.org/39475 Reviewed-by:Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
Showing
- typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php 2 additions, 19 deletionstypo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 0 additions, 1 deletiontypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst 21 additions, 0 deletions...ter/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-66906-FunctionalityPngToGifConversion.rst 31 additions, 0 deletions...ter/Deprecation-66906-FunctionalityPngToGifConversion.rst
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 1 addition, 2 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuContentObject.php 0 additions, 1 deletion...Classes/ContentObject/Menu/GraphicalMenuContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/ImageMenuContentObject.php 0 additions, 1 deletion...end/Classes/ContentObject/Menu/ImageMenuContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php 0 additions, 1 deletion...tend/Classes/ContentObject/Menu/TextMenuContentObject.php
- typo3/sysext/install/Classes/Service/SilentConfigurationUpgradeService.php 3 additions, 1 deletion...all/Classes/Service/SilentConfigurationUpgradeService.php
Please register or sign in to comment