mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-21 16:56:11 +01:00
TYPO3 Extension providing events with import of destination data one
https://docs.typo3.org/p/werkraummedia/events/main/en-us/
Daniel Siepmann (Codappix)
17fae724df
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 |
||
---|---|---|
.github/workflows | ||
Classes | ||
Configuration | ||
Documentation | ||
Patches | ||
Resources | ||
Tests | ||
.gitattributes | ||
.gitignore | ||
.php-cs-fixer.dist.php | ||
composer.json | ||
ext_emconf.php | ||
ext_localconf.php | ||
ext_tables.sql | ||
LICENSE | ||
phpstan-baseline.neon | ||
phpstan.neon | ||
phpunit.xml.dist | ||
README.rst | ||
shell.nix |
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.