|
|
@@ -4,63 +4,56 @@ version 1.3 (9/15/09)
|
|
|
- more flexible 'header' system for buttons
|
|
|
- themable by jQuery UI themes
|
|
|
- resizable events (require jQuery UI resizable plugin)
|
|
|
- - reworked options/API to support idea of multiple views / be consistent with jQuery UI datepicker
|
|
|
- - refactoring of entire codebase for future of development
|
|
|
- - broken into different JS files, assembled w/ build scripts
|
|
|
+ - rescoped & rewritten CSS, enhanced default look
|
|
|
+ - reworked options & API to support multiple views / be consistent with jQuery UI datepicker
|
|
|
+ - refactoring of entire codebase
|
|
|
+ - broken into different JS & CSS files, assembled w/ build scripts
|
|
|
- new test suite for new features, uses firebug-lite
|
|
|
+ - refactored docs
|
|
|
- Options
|
|
|
- - added:
|
|
|
- date
|
|
|
- defaultView
|
|
|
- aspectRatio
|
|
|
- disableResizing
|
|
|
- monthNames (use instead of $.fullCalendar.monthNames)
|
|
|
- monthNamesShort (use instead of $.fullCalendar.monthAbbrevs)
|
|
|
- dayNames (use instead of $.fullCalendar.dayNames)
|
|
|
- dayNamesShort (use instead of $.fullCalendar.dayAbbrevs)
|
|
|
- theme
|
|
|
- buttonText
|
|
|
- buttonIcons
|
|
|
- - superseded:
|
|
|
- editable/disableDragging <- draggable
|
|
|
- weekMode <- fixedWeeks
|
|
|
- columnFormat <- abbrevDayHeadings
|
|
|
- header <- buttons/title
|
|
|
- dragOpacity <- eventDragOpacity
|
|
|
- dragRevertDuration <- eventRevertDuration
|
|
|
- firstDay <- weekStart
|
|
|
- isRTL <- rightToLeft
|
|
|
- - removed:
|
|
|
- showTime (use 'allDay' CalEvent property instead)
|
|
|
+ + date
|
|
|
+ + defaultView
|
|
|
+ + aspectRatio
|
|
|
+ + disableResizing
|
|
|
+ + monthNames (use instead of $.fullCalendar.monthNames)
|
|
|
+ + monthNamesShort (use instead of $.fullCalendar.monthAbbrevs)
|
|
|
+ + dayNames (use instead of $.fullCalendar.dayNames)
|
|
|
+ + dayNamesShort (use instead of $.fullCalendar.dayAbbrevs)
|
|
|
+ + theme
|
|
|
+ + buttonText
|
|
|
+ + buttonIcons
|
|
|
+ x draggable -> editable/disableDragging
|
|
|
+ x fixedWeeks -> weekMode
|
|
|
+ x abbrevDayHeadings -> columnFormat
|
|
|
+ x buttons/title -> header
|
|
|
+ x eventDragOpacity -> dragOpacity
|
|
|
+ x eventRevertDuration -> dragRevertDuration
|
|
|
+ x weekStart -> firstDay
|
|
|
+ x rightToLeft -> isRTL
|
|
|
+ x showTime (use 'allDay' CalEvent property instead)
|
|
|
- Triggered Actions
|
|
|
- - added:
|
|
|
- eventResizeStart
|
|
|
- eventResizeStop
|
|
|
- eventResize
|
|
|
- - superseded:
|
|
|
- viewDisplay <- monthDisplay
|
|
|
- windowResize <- resize
|
|
|
+ + eventResizeStart
|
|
|
+ + eventResizeStop
|
|
|
+ + eventResize
|
|
|
+ x monthDisplay -> viewDisplay
|
|
|
+ x resize -> windowResize
|
|
|
- CalEvent Properties
|
|
|
- - superseded:
|
|
|
- allDay <- showTime
|
|
|
- editable <- draggable
|
|
|
- - 'end' is now INCLUSIVE when allDay=true
|
|
|
+ x showTime -> allDay
|
|
|
+ x draggable -> editable
|
|
|
+ 'end' is now INCLUSIVE when allDay=true
|
|
|
- Methods:
|
|
|
- - added:
|
|
|
- renderEvent
|
|
|
- - superseded:
|
|
|
- prev <- prevMonth
|
|
|
- next <- nextMonth
|
|
|
- moveDate <- prevYear/nextYear
|
|
|
- rerenderEvents/refetchEvents <- refresh
|
|
|
- removeEvents <- removeEvent
|
|
|
- clientEvents <- getEventsByID
|
|
|
+ + renderEvent
|
|
|
+ x prevMonth -> prev
|
|
|
+ x nextMonth -> next
|
|
|
+ x prevYear/nextYear -> moveDate
|
|
|
+ x refresh -> rerenderEvents/refetchEvents
|
|
|
+ x removeEvent -> removeEvents
|
|
|
+ x getEventsByID -> clientEvents
|
|
|
- Utilities:
|
|
|
- - 'formatDate' format string completely changed (inspired by jqueryui datepicker + datejs)
|
|
|
- - 'formatDates' added to support date-ranges
|
|
|
- - gcalFeed Options:
|
|
|
- - superseded:
|
|
|
- draggable <- editable
|
|
|
+ 'formatDate' format string completely changed (inspired by jQuery UI datepicker + datejs)
|
|
|
+ 'formatDates' added to support date-ranges
|
|
|
+ - Google Calendar Options:
|
|
|
+ x draggable -> editable
|
|
|
|
|
|
version 1.2.1 (6/29/09)
|
|
|
- bugfixes
|