Download Size md5 hash
calendar-5.x-2.0-rc2.tar.gz 51.77 KB c2c8bb4f590769fabf2cf453e42aa081
calendar-5.x-2.0-rc2.zip 65.46 KB c4c63892d986c87a1db9cb8ebca14ef0
Official release from tag: 5.x-2.0-rc2
Last updated: December 24, 2010 - 22:34

Version 2.0-rc2
===============

- #278391 Fix calendar popup position in Firefox.
- #278267 Add a theme for the jcalendar popup.
- #279169 Get rid of calendar_info() function in uninstall.
- #261610 Make sure delta value is available for jcalendar popup display.
- #255984 Make popup calendar date selector a configurable value.
- #251094 Make weekno a configurable value.
- #259127 Remove ajax back/next navigation on mini calendar, it's not working well enough.
- #247215 Make sure default calendar view and block are not triggered if there is no date field and add validation to the view to require a date field.
- #268668 Adjust comparison dates for timezone offsets to make sure multi-day events get split correctly.
- The cached ical feed cannot be used to store date objects, recreate them as needed.
- #234070 Fix broken ical title.
- #258501 Make sure calendar.inc is included when creating ical feed.
- #258515 Fix url in ical export.
- #266623 Protect against foreach() errors on empty ical feeds.
- PHP4 can't do comparisons of date objects, so alter calendar comparison code to compare formatted dates instead.
- #275213 Arguments were reversed in date_week_range().
- Remove as many dependencies as possible from install files and auto-enable necessary modules.
- #272263 Make sure empty ical stream doesn't get into cache.
- Cleanup calendar_info() values - we don't use granularity and only need one array for from/to.
- #261610 Prepare for a jQuery popup in the calendar by adding a unique id to the 'node' and altering the date theme to surpress all other dates if $node->date_id is set.
- #243172 Theme('calendar_empty') should be theme('calendar_empty_day'), patch by JohnAlbin.
- Clean up install file included files and include file paths, and auto-enable date_timezone and date_php4.
- Switch calendar_date_week() to date_week() and calendar_week_range() to date_week_range().
- Make sure mini calendar works correctly for non-calendar views, like lists.
- #154479 Add jQuery ajax update for navigating mini block calendar.
- #223601 Re-implement the 'mini' url for calendar block so it will work in Panels and ajax.
- #243220 Add items to the calendar date box theme.
- #243725 Add title/description/url to calendar setup form.
- #243254 Make sure args aren't overriden if already set.
- #239501 Add missing argument for teaser display.
- #210844 Make sure empty text displays.
- #234635 Add calendar_build_nodes() to calendar_ical export processing.
- #243712 make sure default views are retrieved as well as db views.
- #235434 Using timezone name instead of timezone object in several places.
- #233513 Fix missing $selected marker.
- #233975 Don't bypass theme function.
- #242686 Fix spelling errors.
- #240297 make sure id has a value.

nobody click here