[TASK] Remove GFX/im_no_effects setting
Support for Image Magick version 4 and 5 was dropped, allowed settings for im_version_5 are "im6" and "gm". As soon as one of this is set for im_version_5, bootstrap automatically sets "im_no_effects" to 1. In effect, this value is *always* one, so it is obsolete and can be removed from the system. Change-Id: Ieb798352aebaae4943018a225518591a952a8bcb Resolves: #52010 Releases: 6.2 Reviewed-on: https://review.typo3.org/23835 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
Showing
- typo3/sysext/core/Classes/Core/Bootstrap.php 1 addition, 3 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php 8 additions, 8 deletionstypo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 2 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/install/Classes/Configuration/Image/CustomPreset.php 0 additions, 1 deletion...sext/install/Classes/Configuration/Image/CustomPreset.php
- typo3/sysext/install/Classes/Configuration/Image/GraphicsMagickPreset.php 0 additions, 1 deletion...tall/Classes/Configuration/Image/GraphicsMagickPreset.php
- typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php 1 addition, 2 deletions...nstall/Classes/Configuration/Image/ImageMagick6Preset.php
- typo3/sysext/install/Classes/Controller/StepController.php 3 additions, 1 deletiontypo3/sysext/install/Classes/Controller/StepController.php
Please register or sign in to comment