Downloads

Download tar.gz 29.16 KB
MD5: 825514786949a54681b37cbfb364f94a
SHA-1: ab6f30dcfdf999bb27453f8b629b111daccd6fe4
SHA-256: 4fc49ba353d503dd5881cba85907f3f5298e200c333eaa9997e66410256fcb34
Download zip 34.93 KB
MD5: cabb65900ad539381ed4bf9512c4634b
SHA-1: c10b5a053d0770325a6606437b503684f4799581
SHA-256: ef9e51046c2ee50a8c9ff05f89c099cf21d6a7cc05d2e83a6fe4d39d62f7c9bd

Release notes

  • Issue #1099894: Notes will not be stored by fietserwin: Notes will not be stored.
  • Issue #660502: Custom Colors Using Administration Interface by fietserwin: Custom colors using administration interface. This change removed the code that was probably causing #1076786.
  • By nicholas.alipaz: General code cleanup and removal of whitespace.
  • By fietserwin: commented out the code that probably causes #1076786.
  • Issue #764406: Allow admin to hide the 'calendar settings' form on the node edit page by fietserwin: Allow admin to hide the calendar settings on the node edit page.
  • By fietserwin: Changed notes savings to no longer save empty notes.
  • By fietserwin: Added node delete handling (notes, day states and settings).
  • By fietserwin: Made availability calendar fieldset on node edit form collapsible and collapsed
    by default.
  • By fietserwin: Removed translation of @date: incorrect use of t().
  • By fietserwin: Removed unused function availability_calendars_menu_callback. As a consequence,
    availability_calendars_get_settings does no longer have to support scope = nodetype.
  • Issue #1060214: Prepare for D7 port by fietserwin: Prepare for D7 port:
    • Resolved warnings given by coder module.
    • Replaced use of arg in function availability_calendars_node_edit_form
    • Renamed function availability_calendar_getsettings to availability_calendars_get_settings.
    • Renamed function availability_calendars_save to availability_calendars_save_node_settings.
    • Moved availability_calendars_key to theme_availability_calendars_key: will from now on thus also be accessed as a theme function
    • Drupal stores what comes in, and encodes/filters on output: do not store check_plain'ed user input on form submit (nid, year, month, notes) in availability_calendars_node_edit_form_submit, instead added check_plain in theme_availability_calendars_month instead.
    • Removed (most) E_NOTICE warnings.
    • Extracted database access to separate functions.
    • Split code over multiple files (module, admin, node, page and inc). This reduces load on requests that do not use the calendar functionality.
    • Issue #306461: Custom availability states and legend by fietserwin: Added custom configurable availability states.
    • Branched from 6.x-1.6 (kind of, not if you look at the git history, yes functionally seen).
  • Issue #1093408: Month labels are incorrect by fietserwin: Winter/summer time offsets cause incorrect month labels. Not a problem in D7, timezones are used correctly, but changed there as well to keep code in sync.
  • Issue #1009216: Date translation problem by fietserwin: Date translation problem.
  • Issue #1048010: Selecting starting day of the month other than the default Saturday doesn't persist. by fietserwin: Changed cache clearing on save (that caused the settings to not persist).
Created by: fietserwin
Created on: 26 May 2011 at 12:57 UTC
Last updated: 27 May 2011 at 09:17 UTC
New features
Bug fixes
Unsupported

Other releases