events/Classes
Daniel Siepmann d0cb951550 Do not break performance when no postponed date exists
Some sites do not use postponed_date at all.
It would be a massive performance issue to still search for them for
each and every date instance that is created.

This small addition will solve the issue for those pages.
It will still once at least one internal reference is added.

We could then try to add proxies which are build and added, but don't
use the DB. That way the performance would still be okay, and data will
only be fetched when used.
2021-09-07 07:54:43 +02:00
..
Command Manual CGL adjustments 2021-09-07 07:52:15 +02:00
Controller Add cObject data to fluid when available 2021-09-07 07:52:29 +02:00
Domain Prevent broken event state when build from db result 2021-09-07 07:52:30 +02:00
Extbase Do not break performance when no postponed date exists 2021-09-07 07:54:43 +02:00
Service Fix Category type miss match during import 2021-09-07 07:54:41 +02:00
ViewHelpers Add php code sniffer to follow PSR-12 2021-09-07 07:51:36 +02:00