Releases: loyals-online/silverstripe-yearcalendar
New template
New template for list view rather than calender view, complete with new factory
Extensibility
YearCalendarAdmin::getManagedModels is now extensible.
Typo fix
Custom extend calls
YearCalendarAdmin::getEditForm now calls modifyEditForm on extensions
YearCalendarImport::getCMSFields now calls modifyCMSFields on extensions
YearCalendarItem::getCMSFields now calls modifyCMSFields on extensions
YearCalendarItemTag::getCMSFields now calls modifyCMSFields on extensions
YearCalendarPage::getCMSFields now calls modifyCMSFields on extensions
Removed duplicate field Title
2.0.3 Removed duplicate field
Removed duplicate field Title
2.0.2 Removed default Title field; it's re-added by getTranslatableTabset
Fixed composer.json
2.0.1.1 Fixed composer.json
Filterable header; Settable number of items
Added filterable header to Events
Number of items shown per page in Events is now a config setting
Translatable/Taggable
Added translatable fields for:
YearCalendarItem - Title
YearCalendarItemTag - Title; URLSegment
Moved iCal functionality to YearCalendarPage
YearCalendarPage now has YearCalendarItemTags
This ensures the YearCalendarPage only shows YearCalendarItems that share tags.
If a YearCalendarPage has no tags selected, it will show all items.
Sabre added to requirements
1.0.5.3 added sabre to requirements