Project

General

Profile

Actions

Feature #101077

open

Improve administrative handling of "Anonymize IP Adresses"

Added by Sybille Peters 11 months ago. Updated 3 months ago.

Status:
New
Priority:
Should have
Category:
scheduler
Target version:
Start date:
2023-06-15
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
scheduler, anonymize ip adresses, data protection, symfony commands
Complexity:
Sprint Focus:

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.

Actions #1

Updated by Sybille Peters 11 months ago

  • Description updated (diff)
Actions #2

Updated by Georg Ringer 11 months 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

Actions #3

Updated by Sybille Peters 11 months 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?

Actions #4

Updated by Benni Mack 3 months ago

  • Target version changed from 13.0 to 13.1
Actions

Also available in: Atom PDF