Skip to content

New features, some bugfixes and several improvements

Choose a tag to compare

@derhansen derhansen released this 01 Feb 17:59
da5c3a6

[!!!][TASK] Removed language and workspace support for registrations #821

In order to fix problems with language labels and translations for registrations, language- and workspace-support has been removed for the following tables:

  • tx_sfeventmgt_domain_model_registration
  • tx_sfeventmgt_domain_model_registration_fieldvalue

This change can be considered as breaking, when the extension has been extended and it is required that registrations have language or workspaces related fields. Since the language fields are not required and the extension was not fully working on multilingual sites (see #821), this change is added in a minor release.

[FEATURE] Add DataProcessor for language navigations #825
[FEATURE] Enable sorting for category menu #820
[FEATURE] Add possibility to hide event registration inline fields #819

In order to be able to edit events, which have a huge amount of registrations, it is now possible to completely hide registrations on event basis based on a configurable amount of registrations. Using this feature will prevent TYPO3 from loading all data for the registration TCA inline fields resulting in a huge performance impact in the TYPO3 backend when editing events with many registrations (e.g. Online Events)

image

[BUGFIX] Allow overwrite subject of waitlist moveup mail #831
[BUGFIX] Not possible to override localization labels using TypoScript #828
[BUGFIX] Language not saved to language field #839
[BUGFIX] Add default value TCA date fields #840
[TASK] Replaced hardcoded usage of core icon with core:icon viewHelper #815
[TASK] Added new version of extension / module svg icon #816
[TASK] Moved ExtensionManagementUtility::addToInsertRecords() to TCA overrides
[TASK] Use named constraints #822
[TASK] Sort notification history by date descending #818
[TASK] Create instance of StandaloneView with makeInstance #810
[TASK] Switch to shivammathur/setup-php #832
[TASK] Add database indices #819
[TASK] Delete custom notifications when deleting an event #837
[TASK] Harden RegistrationService::getEventRegistrationCount() #833
[TASK] Harden FluidStandaloneService::parseStringFluid() #836
[TASK] Add slug field for sys_category #835
[TASK] Added missing slash for slugBehavior lookup
[TASK] Ensure slug fields are hidden when versioning #838
[TASK] Remove obsolete checkbox code for input fields #842
[TASK] Improve default waitlist move up process #824

  • A moved up waitlist registration will automatically be set to receive email notifications
  • A potential main registration will be removed from a moved up waitlist registration

[DOC] Updated misleading TypoScript about changing template paths
[DOC] Updated FAQ section #834