[!!!][TASK] Migrate lowlevel rte_images command to Symfony Console
The CLI command to detect RTE magic images (images added within the RTE) and (as far as possible) remove unused RTE images as well as copy RTE images referenced multiple times, is migrated to Symfony Console to better structure the CLI command and get rid of dependencies of the old CLI command line tools (non-extbase). The command was previously available under ./typo3/cli_dispatch lowlevel_cleaner rte_images and is now called via ./typo3/sysext/core/bin/typo3 cleanup:rteimages and allows the following options: --dry-run - do not update the images and delete lost files, but just print them --update-refindex - update the reference index, do not ask the user Resolves: #78895 Releases: master Change-Id: I6e30b7a32fe14bc89cebd85167961ec8fa996c54 Reviewed-on: https://review.typo3.org/50650 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-78895-LowlevelRteImagesCommandParametersChanged.rst 42 additions, 0 deletions...aking-78895-LowlevelRteImagesCommandParametersChanged.rst
- typo3/sysext/lowlevel/Classes/Command/RteImagesCommand.php 381 additions, 0 deletionstypo3/sysext/lowlevel/Classes/Command/RteImagesCommand.php
- typo3/sysext/lowlevel/Classes/RteImagesCommand.php 0 additions, 277 deletionstypo3/sysext/lowlevel/Classes/RteImagesCommand.php
- typo3/sysext/lowlevel/Configuration/Commands.php 5 additions, 0 deletionstypo3/sysext/lowlevel/Configuration/Commands.php
- typo3/sysext/lowlevel/ext_localconf.php 0 additions, 1 deletiontypo3/sysext/lowlevel/ext_localconf.php
Please register or sign in to comment