events/Documentation/Changelog/2.5.0.rst
Daniel Siepmann 0a56a5d482 Integrate destination data features
Import alongside of categories.
Use TYPO3 sys_category again.
2022-07-13 15:59:42 +02:00

1.2 KiB

2.5.0

Breaking

Nothing

Features

  • Respect search in list and search action of date controller. The argument prefix has to be search. The value is used to create the demand and filter the dates. The value is also provided to the view.

    That uses Extbase native argument mapping by name. No need for hardcoded plugin namespaces or to provide some arguments from request to the view.

    The search is a plain array and therefore allows to pass whatever the templates provide.

  • Extend DateDemand. It now supports filtering by request values for Regions.

  • Extend Date to provide helpful methods for templates. New methods:

    • getHasUsefulStartTime()
    • getHasUsefulEndTime()
    • getEndsOnSameDay()
  • Add destination data "Features" to events. Features are again TYPO3 categories with different parent as existing categories. New features are hidden by default but can be activated within TYPO3. That allows to fetch all within controller and provide them as filter. But editors actively need to enable them for filtering.

    It is possible to add them to user submitted filter.

Fixes

Nothing

Tasks

Nothing

Deprecation

Nothing