Downloads

Download tar.gz 36.02 KB
MD5: bd29ef3453429fe251732a2faafe14f8
SHA-1: 031a2e3aa2342d6464e60d4365f868ebf08f8501
SHA-256: 5c3643ecdb883b08598c81e0ce303f807d65e930dfa33d8bc1c81afac042d105
Download zip 39.34 KB
MD5: 685a634667d9015a11c3e0101935ebc8
SHA-1: 8ac566f347e9fcacb8b42f7272ed5be2ad681c7c
SHA-256: 4c895633d9796838b1fb8c2b28836b03b7d8b6b3fe27c66f3ca245c27a1f789b

Release notes

Version 1.6
===========

- 182998 Use Date API handling of timezones instead of Drupal default timezone offset when computing calendar values.
- Get rid of test for Date API since it's buggy and hopefully everyone already has done this.
- 157593 Make sure drupal_get_form gets a form array.
- 172073 Allow for non-calendar arguments before any calendar arguments to dynamically filter calendar.
- Remove date fields from default view to force user to add the right field. Tired of handling support questions about unexpected date fields.
- 171306 keep empty nodes out of ical feed.
- 166659 and 160378 clean up handling of header and footer on empty pages.
- 155701 and 167110 ical and setup tabs sometimes didn't show up. Needed to rework the logic of calendar_is_calendar() and calendar_views() to properly identify views that have calendar types or calendar args.
- 159326 slight correction to indicating 'selected' day in mini calendar.
- 134240 fourth ical argument is optional, add '=NULL' so it will always work.
- 115144 make sure multiple day nodes don't get title and teaser created more than one time.
- 165845 make sure empty days have empty days theme.
- 167141 change array union to array merge to keep from losing first ical item.
- 158910 make sure view tab has no access control.
- Stop adding label after node title in the default theme. Takes up too much space, and confuses people. Anyone that wants it there can do custom themeing.
- 171155 remove view-header from css, no longer being used.
- 176384 test for integer before checking calendar values.
- 175131 fix min height in IE6.
- 178839 get rid of use of 'Start' and 'End' in default themes. They sometimes show up when they shouldn't and take up too much room anyway. Anyone who wants them can add them back into a custom theme function.
- More cleanup of day and month themes.
- Check_markup was applied too many times to the day view, wiping out all html.
- Fixing the day view - view fields weren't getting added in correctly.
- 135296 Offset for date-specific timezone was using the offset field name instead of its value, so being ignored. This will fix problems where time was showing up in the calendar adjusted to GMT timezone.
- fix parse error when calling theme_nav_title.

Created by: karens
Created on: 14 Oct 2007 at 19:02 UTC
Last updated: 14 Oct 2007 at 19:02 UTC
Bug fixes
Unsupported

Other releases