events/Configuration
Daniel Siepmann ca4d7d3a01 Add basic cleanup command
Allows to remove all existing records regarding events.
It will search for all pages providing either organizer or events, and
will delete both types of records.

As DataHandler is used for deletion, there is already logging within
TYPO3, as well as recursive deletion for dates and sys_file_references.

To speedup for large data sets, truncate organizer and dates, as they
don't have recursive deletions, e.g. to sys_file_references. Also add
keys to database.
2019-09-18 18:04:29 +02:00
..
ExtensionBuilder Refactored EXT dd_events to events, added fields to page type poi 2019-07-18 13:44:19 +02:00
FlexForms Several changes 2019-09-13 09:10:41 +02:00
TCA Refactored EXT dd_events to events, added fields to page type poi 2019-07-18 13:44:19 +02:00
TypoScript Rename plugin settings 2019-08-13 11:41:41 +02:00
Commands.php Add basic cleanup command 2019-09-18 18:04:29 +02:00