TYPO3 Extension providing events with import of destination data one https://docs.typo3.org/p/werkraummedia/events/main/en-us/
Find a file
Daniel Siepmann a576709947 Use dependency injection within command
Do not fetch service with legacy API, instead use proper Dependency
Injection.

Relates: #9532
2021-12-14 16:09:42 +01:00
Classes Use dependency injection within command 2021-12-14 16:09:42 +01:00
Configuration Remove no longer existing ctrl entry 2021-12-13 09:42:24 +01:00
Documentation Migrate readme to Documentation 2021-12-13 08:48:10 +01:00
Resources Show cancel notice 2021-09-07 19:23:57 +02:00
.gitignore Add TYPO3 v11 configurations 2021-12-13 08:48:34 +01:00
.gitlab-ci.yml Add PHP 8.0 to CI 2021-12-13 08:29:20 +01:00
composer.json Add TYPO3 v11 configurations 2021-12-13 08:48:34 +01:00
ecs.php Add CI 2021-09-07 09:26:59 +02:00
ext_emconf.php Edit version and constraints 2021-09-07 19:02:15 +02:00
ext_localconf.php Adjust formatting 2021-09-07 07:52:28 +02:00
ext_tables.php Add CI 2021-09-07 09:26:59 +02:00
ext_tables.sql Allow to reference events from event 2021-09-07 07:52:29 +02:00
phpstan-baseline.neon Fix PHPStan issues 2021-12-13 09:27:28 +01:00
phpstan.neon Do not break PHPStan due to new PHPDoc in TYPO3 source 2021-10-11 11:32:27 +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';