Skip to content

Releases: loyals-online/silverstripe-yearcalendar

Fixed an issue where only the last year would be returned

28 Apr 11:28
Compare
Choose a tag to compare
2.12.2

Fixed an issue where only the last year would be returned

Added a getter for events on EventList

15 Feb 14:31
Compare
Choose a tag to compare
2.12.1

Added getter for eventslist

Javascript for eventlist

15 Feb 11:52
Compare
Choose a tag to compare

Eventlist now has a specific javascript file

Failsafe for getLocalizedFieldnames

15 Feb 11:35
Compare
Choose a tag to compare

In the case that there is only the default locale, getLocalizedFieldnames may return false.

Security fixes

26 Jan 10:40
Compare
Choose a tag to compare
2.11.1

Security fixes

Refactor allowed locales check

26 Jan 09:55
Compare
Choose a tag to compare
2.11

remove sitelocales module dependency

Bugfix

03 Jan 15:00
Compare
Choose a tag to compare

getCMSValidator must return a validator.

Custom validation

03 Jan 14:49
Compare
Choose a tag to compare

For YearCalendarItem it is now possible to customize validation, by implementing 'updateCMSValidatorFields(&$array)'

Updating the array with fieldnames will make sure the model's CMS form recieves a RequiredFields

Bugfix

02 Jan 13:52
Compare
Choose a tag to compare

Fixed a 'passed by reference' error

Relevant data object in extend calls

02 Jan 13:45
Compare
Choose a tag to compare

When updating the title for the ical file, extensions now have access to relevant data objects