[FEATURE] Add TCA type image_manipulation
TCA type image_manipulation brings a image manipulation wizard to the core. This first version brings image cropping with the possibility to set a certain aspect ratio for the cropped area. The sys_file_reference.crop property is extended and can now also hold a json string to describe the image manipulation. The LocalCropScaleMaskHelper that is used by the core to create adjusted images is also adjusted to handle the new format. Overriding TCA by TSConfig will be done in a followup. Resolves: #65585 Releases: master Change-Id: I58dee33e0f884ba2907259e8b03254c43f4c9186 Reviewed-on: http://review.typo3.org/37622 Reviewed-by:Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
Showing
- Build/Gruntfile.js 2 additions, 0 deletionsBuild/Gruntfile.js
- Build/bower.json 2 additions, 0 deletionsBuild/bower.json
- typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php 242 additions, 0 deletions...backend/Classes/Form/Element/ImageManipulationElement.php
- typo3/sysext/backend/Classes/Form/FormEngine.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/FormEngine.php
- typo3/sysext/backend/Classes/Form/Wizard/ImageManipulationWizard.php 109 additions, 0 deletions...t/backend/Classes/Form/Wizard/ImageManipulationWizard.php
- typo3/sysext/backend/Resources/Private/Templates/Wizards/ImageManipulationWizard.html 102 additions, 0 deletions...es/Private/Templates/Wizards/ImageManipulationWizard.html
- typo3/sysext/backend/Resources/Public/JavaScript/ImageManipulation.js 271 additions, 0 deletions.../backend/Resources/Public/JavaScript/ImageManipulation.js
- typo3/sysext/backend/Resources/Public/JavaScript/Modal.js 31 additions, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/Modal.js
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 1 addition, 2 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Page/PageRenderer.php 2 additions, 0 deletionstypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php 10 additions, 1 deletion.../Classes/Resource/Processing/LocalCropScaleMaskHelper.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 4 additions, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/TCA/sys_file_reference.php 1 addition, 4 deletionstypo3/sysext/core/Configuration/TCA/sys_file_reference.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-65585-AddTCATypeImage_manipulation.rst 37 additions, 0 deletions...log/master/Feature-65585-AddTCATypeImage_manipulation.rst
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/cropper.min.js 10 additions, 0 deletions...t/core/Resources/Public/JavaScript/Contrib/cropper.min.js
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/imagesloaded.pkgd.min.js 7 additions, 0 deletions...ources/Public/JavaScript/Contrib/imagesloaded.pkgd.min.js
- typo3/sysext/core/ext_tables.sql 1 addition, 1 deletiontypo3/sysext/core/ext_tables.sql
- typo3/sysext/lang/locallang_tca.xlf 1 addition, 1 deletiontypo3/sysext/lang/locallang_tca.xlf
- typo3/sysext/lang/locallang_wizards.xlf 72 additions, 0 deletionstypo3/sysext/lang/locallang_wizards.xlf
- typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_element_cropper.less 19 additions, 0 deletions...skin/Resources/Private/Styles/TYPO3/_element_cropper.less
Please register or sign in to comment