[!!!][TASK] Migrate OrphanRecords Command to Symfony Console
The CLI cleaner command "orphan_records" in EXT:lowlevel is migrated to a command based on Symfony Console. Previoulsy it was called via typo3/cli_dispatch.phpsh lowlevel_cleaner orphan_records -s -r Now you use typo3/sysext/core/bin/typo3 cleanup:orphanrecords (optional via --dry-run) Resolves: #78520 Releases: master Change-Id: I1e1462ce45e76964d0b67bd782e5f216b3d2cf37 Reviewed-on: https://review.typo3.org/50438 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-78520-LowlevelOrphanRecordsCleaningParametersChanged.rst 43 additions, 0 deletions...-78520-LowlevelOrphanRecordsCleaningParametersChanged.rst
- typo3/sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php 292 additions, 0 deletions.../sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php
- typo3/sysext/lowlevel/Classes/OrphanRecordsCommand.php 0 additions, 158 deletionstypo3/sysext/lowlevel/Classes/OrphanRecordsCommand.php
- typo3/sysext/lowlevel/Configuration/Commands.php 4 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