[FEATURE] Move workspaces scheduler tasks to native symfony commands
The previously available scheduler tasks for auto-publishing and cleaning up preview links have been moved to a symfony/command, allowing them to be scheduled, but also triggered manually on the command line without having to create a task record in scheduler. The old tasks have been deprecated, as there is the possibility to create tasks out of symfony commands as well. The AutoPublishService, which only acted as a wrapper, but had a major design flaw has been deprecated as well. The scheduler tasks will be removed in TYPO3 v10. For TYPO3 v9, their labels have been updated, and they will trigger a deprecation notice. Resolves: #86001 Releases: master Change-Id: I9c1f1e31b6ff59d02b20ffc2df805e645bb3f675 Reviewed-on: https://review.typo3.org/58056 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-86001-WorkspacesTasksMigratedToSymfonyCommands.rst 46 additions, 0 deletions...cation-86001-WorkspacesTasksMigratedToSymfonyCommands.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-86001-RegularWorkspaceCleanupTasksAvailableViaCLICommands.rst 30 additions, 0 deletions...1-RegularWorkspaceCleanupTasksAvailableViaCLICommands.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassNameMatcher.php 15 additions, 0 deletions...l/Configuration/ExtensionScanner/Php/ClassNameMatcher.php
- typo3/sysext/workspaces/Classes/Command/AutoPublishCommand.php 145 additions, 0 deletions.../sysext/workspaces/Classes/Command/AutoPublishCommand.php
- typo3/sysext/workspaces/Classes/Command/CleanupPreviewLinksCommand.php 68 additions, 0 deletions...workspaces/Classes/Command/CleanupPreviewLinksCommand.php
- typo3/sysext/workspaces/Classes/Service/AutoPublishService.php 8 additions, 0 deletions.../sysext/workspaces/Classes/Service/AutoPublishService.php
- typo3/sysext/workspaces/Classes/Task/AutoPublishTask.php 3 additions, 0 deletionstypo3/sysext/workspaces/Classes/Task/AutoPublishTask.php
- typo3/sysext/workspaces/Classes/Task/CleanupPreviewLinkTask.php 2 additions, 0 deletions...sysext/workspaces/Classes/Task/CleanupPreviewLinkTask.php
- typo3/sysext/workspaces/Configuration/Commands.php 7 additions, 1 deletiontypo3/sysext/workspaces/Configuration/Commands.php
- typo3/sysext/workspaces/Resources/Private/Language/locallang_mod.xlf 2 additions, 2 deletions...t/workspaces/Resources/Private/Language/locallang_mod.xlf
- typo3/sysext/workspaces/ext_localconf.php 2 additions, 0 deletionstypo3/sysext/workspaces/ext_localconf.php
Please register or sign in to comment