Skip to content

2 new features and some minor fixes and improvements

Choose a tag to compare

@derhansen derhansen released this 06 Jun 17:40
58c4daa

[FEATURE] Added possibility to define image visibility #872

It is now possible to define the visibility (list, detail or both)
of images of an event. The event domain model includes some special
getters to get the images.

  • {event.image} = All images
  • {event.images} = All images
  • {event.listViewImages} = All images marked for list view
  • {event.firstListViewImage} = First image for list view (fileReference)
  • {event.detailViewImages} = All images marked for detail view
  • {event.firstDetailViewImage} = First image for detail view (fileReference)

[FEATURE] Add plugin option to define link to terms and conditions #866
[BUGFIX] Do not show error message, when startdate equals enddate #879
[TASK] Allow events with no enddate #880
[TASK] Register plugin wizard as .tsconfig file #876
[TASK] Set default enddate in OnlineCalendarViewHelper #881
[TASK] Check skipped unit tests #754
[TASK] Ensure exception response codes are ints #882
[TASK] Ignore false positives in extension scanner #794