TYPO3 Extension providing events with import of destination data one https://docs.typo3.org/p/werkraummedia/events/main/en-us/
Find a file
2022-11-22 11:58:36 +00:00
Classes Keep filter during pagination 2022-11-22 11:58:36 +00:00
Configuration Keep filter during pagination 2022-11-22 11:58:36 +00:00
Documentation Keep filter during pagination 2022-11-22 11:58:36 +00:00
Resources Keep filter during pagination 2022-11-22 11:58:36 +00:00
Tests Keep filter during pagination 2022-11-22 11:58:36 +00:00
.gitattributes Expose branches, beside tags, to composer 2022-11-22 08:41:17 +00:00
.gitignore Add TYPO3 v11 configurations 2021-12-13 08:48:34 +01:00
.gitlab-ci.yml Expose branches, beside tags, to composer 2022-11-22 08:41:17 +00:00
composer.json Add first functional tests covering location filter 2022-08-09 09:56:18 +02:00
ecs.php Add CI 2021-09-07 09:26:59 +02:00
ext_emconf.php Keep filter during pagination 2022-11-22 11:58:36 +00:00
ext_localconf.php Keep filter during pagination 2022-11-22 11:58:36 +00:00
ext_tables.php Add CI 2021-09-07 09:26:59 +02:00
ext_tables.sql Remove slugs from locations 2022-08-03 09:24:01 +00:00
phpstan-baseline.neon Keep filter during pagination 2022-11-22 11:58:36 +00:00
phpstan.neon Don't break PHPStan due to updated dependencies type hints 2022-01-26 15:04:28 +01:00
phpunit.xml.dist Add first functional tests covering location filter 2022-08-09 09:56:18 +02: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';