Feature #101077
closedImprove administrative handling of "Anonymize IP Adresses"
0%
Description
- currently it is only possible to select 1 table in the task (but more can be configured in ext_localconf.php)
- the task is a scheduler task which means you have to create a scheduler task first, you can't just run it from the console (which means extra work and you can't (easily) store the configuration in a Git repo)
Sugestions¶
- make a Symfony command out of it
- make it possible to run it with "all configured tables" which would use all tables in $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][self::class]['options']
In the "Table garbage collection" task there is a checkbox "Clean all available tables"
Side note¶
It is unclear to me whether all current scheduler tasks will be migrated to Symfony commands in the future.
Updated by Georg Ringer over 1 year ago
just as a FYI. there is a big patch by me converting every task to a command. you could either upgrade that or use the work of that
Updated by Sybille Peters over 1 year ago
@georgringer ah thanks for letting me know. I am working on documenting the scheduler tasks, will halt the work on that ...
This also answers my question above. That is good.
fyi, the documentation team plans to auto-generate documentation for the Symfony commands (so you don't have to worry about documentation for now).
Do you have a patch already?
Updated by Georg Ringer 6 months ago
- Status changed from New to Closed
issue is #98453 therefore I am closing this issue. hope this is ok for you
Updated by Georg Ringer 6 months ago
- Related to Feature #98453: Migrate scheduler tasks to commands added