Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 28.31 KB
MD5: afc65fc262ae6899f41f0b69e186537c
SHA-1: f517bd804cede0122bf95089d9c0b98098371960
SHA-256: 974f2c17ee5232cfd376ea02843caf08d107484f6572111340c2e90cfdfb37cc
Download zip 34.11 KB
MD5: f51b5717c717a25ab6e62d2c82a51de3
SHA-1: 519c93fed71d9b50982d50b87ebd3a31d236f0df
SHA-256: 15d811567bd6b61ad27c12821c8d79716b36193f83071bc3de4426c56a2baef0

Release notes

Some remarks abouth changes that may surprise you at first sight:
* I used the list at http://drupal.org/update/modules/6/7 to see what had to be changed
* drupal_set_title: http://drupal.org/node/242873
* Implements hook_... in comments: http://drupal.org/node/472642
* No explicit calls to schema hooks in (un)install: http://drupal.org/node/306151

Availability Calendars 6.x-2.x 2011-03-19
-----------------------------------------
- Issue #1093408 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 #660502 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 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 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 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).

Availability Calendars 6.x-1.x 2011-03-19
-----------------------------------------
- Issue #1009216 by fietserwin: Date translation problem.
- Issue #1048010 by fietserwin: Changed cache clearing on save (that caused the settings to not
persist).

Created by: fietserwin
Created on: 19 Mar 2011 at 18:55 UTC
Last updated: 6 Oct 2014 at 09:43 UTC
New features
Bug fixes
Unsupported

Other releases