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 (Codappix) 17fae724df
Make time zone for slugs configurable (#66)
Slugs of dates are generated during import.
This might lead to confusion if the time zone differs from frontend.
Therefore the time zone is now configurable to allow adjustments for the
actual website.

A new interface `TimeZoneProviderInterface` is provided which can be re
configured to a different implementation.

The default implementation will use TYPO3s `SYS.phpTimeZone` setting,
with fall back to `date_default_timezone_get()` call.
That way it should be useful for most systems out of the box.

Resolves: #11345
2024-09-10 14:32:23 +02:00
.github/workflows BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
Classes Make time zone for slugs configurable (#66) 2024-09-10 14:32:23 +02:00
Configuration Support import of HTML variant for detail text (#65) 2024-08-20 08:58:31 +02:00
Documentation Make time zone for slugs configurable (#66) 2024-09-10 14:32:23 +02:00
Patches Remove testing framework patch (#45) 2023-11-27 10:58:47 +01:00
Resources Support import of HTML variant for detail text (#65) 2024-08-20 08:58:31 +02:00
Tests Make time zone for slugs configurable (#66) 2024-09-10 14:32:23 +02: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 Maintenance (#59) 2024-06-27 09:48:33 +02:00
ext_emconf.php Make time zone for slugs configurable (#66) 2024-09-10 14:32:23 +02:00
ext_localconf.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ext_tables.sql Support import of HTML variant for detail text (#65) 2024-08-20 08:58:31 +02: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 Maintenance (#59) 2024-06-27 09:48:33 +02: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 Add image handling support in nix shell. 2024-07-23 16:39:19 +02: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.