Feature #32651
closedRecycler: add scheduler task to delete deleted items
100%
Description
I didn't find any recycler project here on forge so i am posting it here.
I would like to have a recycler task that will delete all the deleted data in the db (maybe configureable for which tables (in a comma seperated list or so): all OR tt_content,pages,...
Updated by Oliver Hader almost 13 years ago
- Category set to Recycler
- Status changed from New to Accepted
- Target version set to 4.7.0-alpha3
- PHP Version set to 5.3
Added recycler as category now. You can have a look in the folder "tasks" of the system extension "reports" to see how this is done.
The task configuration could then have:- checkbox "consider all tables"
- multiple checkbox or selector showing all available TCA tables
Updated by Helmut Hummel almost 13 years ago
The cli_lowlevel script is already able to do such a thing
But it would of course be nice to have all these cli scripts also as scheduler tasks.
Updated by Philipp Bergsmann almost 13 years ago
I started implementing this feature and found the scheduler-task "Table garbage collection" from the scheduler ext which only cleans the sys_log by now. Should the recycler garbage-collector be included in the recycler ext or should that be joined with the scheduler-task?
Updated by Simon Schaufelberger almost 13 years ago
I would prefer a separated and new task for that since they do different things.
Updated by Steffen Ritter almost 13 years ago
- Target version changed from 4.7.0-alpha3 to 4.7.0-beta1
Updated by Simon Schaufelberger almost 13 years ago
@Philipp: status? Tomorrow is start of beta1 !
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Philipp Bergsmann almost 13 years ago
i didn't want to push it, until i could test it on some staging server, but probably someone else could do that? :)
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review almost 13 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review almost 13 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review almost 13 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review over 12 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review over 12 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Steffen Ritter over 12 years ago
- Target version deleted (
4.7.0-beta1)
Updated by Gerrit Code Review over 12 years ago
Patch set 9 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review about 11 years ago
Patch set 10 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/9013
Updated by Gerrit Code Review about 11 years ago
Patch set 11 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/9013
Updated by Gerrit Code Review about 11 years ago
Patch set 12 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/9013
Updated by Gerrit Code Review about 11 years ago
Patch set 13 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/9013
Updated by Gerrit Code Review over 9 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review over 9 years ago
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review over 9 years ago
Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review over 9 years ago
Patch set 17 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review over 9 years ago
Patch set 18 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review over 9 years ago
Patch set 19 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review over 9 years ago
Patch set 20 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Gerrit Code Review over 9 years ago
Patch set 21 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/9013
Updated by Philipp Bergsmann over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d6a30b05f84bc4fc118a72c0900c0c3c6f829d8b.