TYPO3 Extension providing events with import of destination data one https://docs.typo3.org/p/werkraummedia/events/main/en-us/
Find a file
2022-08-03 06:03:06 +00:00
Classes Ensure no "Undefined array key" within factories 2022-08-03 06:03:06 +00:00
Configuration Add location icon and label 2022-08-02 23:05:38 +02:00
Documentation Migrate pagination from Widget to new API 2022-08-02 15:15:47 +00:00
Resources Add location icon and label 2022-08-02 23:05:38 +02:00
Tests Ensure no "Undefined array key" within factories 2022-08-03 06:03:06 +00:00
.gitignore Add TYPO3 v11 configurations 2021-12-13 08:48:34 +01:00
.gitlab-ci.yml Support PHP 8.1 2022-08-02 14:50:09 +02:00
composer.json Support PHP 8.1 2022-08-02 14:50:09 +02:00
ecs.php Add CI 2021-09-07 09:26:59 +02:00
ext_emconf.php Support PHP 8.1 2022-08-02 14:50:09 +02:00
ext_localconf.php Fix warnings in higher PHP versions ending up in TYPO3 log 2021-12-20 10:20:47 +01:00
ext_tables.php Add CI 2021-09-07 09:26:59 +02:00
ext_tables.sql Add location as separate record 2022-08-02 13:56:18 +00:00
phpstan-baseline.neon Weimar events 2022-07-13 15:59:42 +02:00
phpstan.neon Don't break PHPStan due to updated dependencies type hints 2022-01-26 15:04:28 +01:00
phpunit.xml.dist Ensure first date of recurring daily event is created 2022-07-13 13:58:05 +00:00
README.md Migrate readme to Documentation 2021-12-13 08:48:10 +01:00

Clean category relations
TRUNCATE TABLE tx_events_domain_model_event;
TRUNCATE TABLE tx_events_domain_model_date;
TRUNCATE TABLE tx_events_domain_model_organizer;
DELETE FROM sys_category_record_mm WHERE tablenames = 'tx_events_domain_model_event';
DELETE FROM sys_file_reference WHERE tablenames = 'tx_events_domain_model_event';
DELETE FROM sys_file WHERE identifier LIKE '%/events/%';
DELETE FROM sys_file_metadata WHERE alternative = 'DD Import';