Skip to content

Releases: loyals-online/silverstripe-yearcalendar

New template

28 Nov 15:13
Compare
Choose a tag to compare

New template for list view rather than calender view, complete with new factory

Extensibility

25 Nov 12:40
Compare
Choose a tag to compare

YearCalendarAdmin::getManagedModels is now extensible.

Typo fix

25 Nov 10:10
Compare
Choose a tag to compare
2.1.1

typo

Custom extend calls

25 Nov 09:37
Compare
Choose a tag to compare

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

22 Nov 10:23
Compare
Choose a tag to compare
2.0.3

Removed duplicate field

Removed duplicate field Title

18 Nov 10:27
Compare
Choose a tag to compare
2.0.2

Removed default Title field; it's re-added by getTranslatableTabset

Fixed composer.json

14 Nov 16:43
Compare
Choose a tag to compare
2.0.1.1

Fixed composer.json

Filterable header; Settable number of items

14 Nov 16:42
Compare
Choose a tag to compare

Added filterable header to Events
Number of items shown per page in Events is now a config setting

Translatable/Taggable

25 Oct 15:43
Compare
Choose a tag to compare

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

19 Oct 13:48
Compare
Choose a tag to compare
1.0.5.3

added sabre to requirements