[!!!][TASK] Migrate Lowlevel "missing_relations" command to Symfony Console
The CLI command to detect and (as far as possible) remove relations to non-existing records, and offline version versions as well as listing deleted records 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 missing_relations and is now called via ./typo3/sysext/core/bin/typo3 cleanup:missingrelations and allows the following options: --dry-run - do not delete the references, but just print them --update-refindex - update the reference index, do not ask the user Resolves: #78623 Releases: master Change-Id: Ia81a250deb0b238ed4e4dd09667b381f5cb53cfb Reviewed-on: https://review.typo3.org/50555 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-78623-LowlevelMissingRelationsCommandParametersChanged.rst 42 additions, 0 deletions...8623-LowlevelMissingRelationsCommandParametersChanged.rst
- typo3/sysext/lowlevel/Classes/Command/MissingRelationsCommand.php 356 additions, 0 deletions...sext/lowlevel/Classes/Command/MissingRelationsCommand.php
- typo3/sysext/lowlevel/Classes/MissingFilesCommand.php 0 additions, 142 deletionstypo3/sysext/lowlevel/Classes/MissingFilesCommand.php
- typo3/sysext/lowlevel/Classes/MissingRelationsCommand.php 0 additions, 170 deletionstypo3/sysext/lowlevel/Classes/MissingRelationsCommand.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