TYPO3 Extension providing events with import of destination data one
Go to file
Daniel Siepmann 713bc4b697
Add meta tags (#49)
A new class is added which will add meta tags for dates and events.
The class has an interface which allows it to be replaced via DI to
alter behaviour.

Refactor import regarding data handler. We now also need to add a new
column "keywords". We use the new DataHandler approach.
But that approach only covered relations so far. We therefore refactor
that area to be more generic and use that one for new keywords column.

Relates: #10642
2023-11-29 10:36:59 +01:00
.github/workflows BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
Classes Add meta tags (#49) 2023-11-29 10:36:59 +01:00
Configuration Add meta tags (#49) 2023-11-29 10:36:59 +01:00
Documentation Add meta tags (#49) 2023-11-29 10:36:59 +01:00
Patches Remove testing framework patch (#45) 2023-11-27 10:58:47 +01:00
Resources Add source while importing from Destination Data One (#37) 2023-08-10 15:02:05 +02:00
Tests Add meta tags (#49) 2023-11-29 10:36:59 +01:00
.gitattributes BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
.gitignore Add TYPO3 v11 configurations 2021-12-13 08:48:34 +01:00
.php-cs-fixer.dist.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
composer.json Remove testing framework patch (#45) 2023-11-27 10:58:47 +01:00
ext_emconf.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ext_localconf.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ext_tables.sql Add meta tags (#49) 2023-11-29 10:36:59 +01:00
LICENSE Add very basic first docs (#2) 2023-02-21 14:53:47 +01:00
phpstan-baseline.neon BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
phpstan.neon BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
phpunit.xml.dist BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
README.rst Streamline writing of destination (#38) 2023-08-10 16:12:47 +02:00
shell.nix BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00

TYPO3 Events Extension

A basic events extension

This is shared as is. It is developed and used by the agency for some years already. The code and test coverage dates back some years. We continuously try to improve the overall situation. Don't expect heavy documentation at this state.

The main benefit is an import of destination.one events into TYPO3. More info: https://www.destination.one/ You might find old references to "destination data" within the code as there was a rebranding.