[!!!][TASK] Migrate MissingFilesCommand to Symfony Console
The EXT:lowlevel command "Missing Files" searches through the reference index and checks for references (and soft references) that are linked to files that are missing in the file system. The command was previously available under ./typo3/cli_dispatch lowlevel_cleaner missing_files and is now called via ./typo3/sysext/core/bin/typo3 cleanup:missingfiles 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: #78577 Releases: master Change-Id: I97776fb43f5232740521a6c994c1e72af827ff15 Reviewed-on: https://review.typo3.org/50488 Reviewed-by:Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-78577-LowlevelMissingFilesCommandParametersChanged.rst 41 additions, 0 deletions...ng-78577-LowlevelMissingFilesCommandParametersChanged.rst
- typo3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php 248 additions, 0 deletions...3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php
- typo3/sysext/lowlevel/Configuration/Commands.php 5 additions, 0 deletionstypo3/sysext/lowlevel/Configuration/Commands.php
- typo3/sysext/lowlevel/ext_localconf.php 0 additions, 3 deletionstypo3/sysext/lowlevel/ext_localconf.php
Please register or sign in to comment