events/Classes
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
..
Caching BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
Command Add support for Symfony 7.0 (#52) 2024-02-19 09:20:12 +01:00
Controller Expose settings via DateSearchVariables Event (#58) 2024-06-27 10:09:26 +02:00
Domain Make time zone for slugs configurable (#66) 2024-09-10 14:32:23 +02:00
Events/Controller Expose settings via DateSearchVariables Event (#58) 2024-06-27 10:09:26 +02:00
Extbase BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
Frontend Add Social Media Tags by default. (#50) 2023-11-30 11:55:32 +01:00
Pagination BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
Service Make time zone for slugs configurable (#66) 2024-09-10 14:32:23 +02:00
Updates BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00