availability_calendars 7.x-5.8

Bug fixes
  • Error: availability_calendar_get_availability() does not necessarily return the result array sorted by date.
  • Error: Better conformity to the iCal specification, we encountered sites that refused the output of the 7.x-5.7 version.
  • Error: There is no need to escape feeds: not as a feed, nor as a live preview. However, when rendering the "feed" in an html context, we still escape but now we also add {br} characters.

availability_calendars 7.x-5.5

Bug fixes
New features

availability_calendars 7.x-5.1

New features

This new 7.x-5.x branch brings Entity API integration to this module. The availability calendar remains a field (for now), but can be accessed as an entity via Entity integratin. This allows to fully browse to all availability data using views or allows for search API integration.

Should solve issues like:

availability_calendars 7.x-4.2

Bug fixes
New features

This version contains mainly bug fixes. however, it also contains some small code refactorings, new API functions, and some new features.

availability_calendars 7.x-2.5

Bug fixes

Contains all bug fixes since 7.x.2.4 that until now were only available in the 7.x-2.x-dev version.

availability_calendars 6.x-2.3

Bug fixes

Contains all bug fixes since 6.x.2.2 that until now were only available in the 6.x-2.x-dev version.

availability_calendars 7.x-5.x-dev

New features

Entity API support.

Please read the README.txt and CHANGELOG.txt before installing and testing this release.

availability_calendars 7.x-4.0

New features
Bug fixes

Incompatibilities with 7.x-3.2

These are actions and checks you have to perform manually after you have
upgraded to this version.

availability_calendars 7.x-4.0-alpha1

New features
Bug fixes

Incompatibilities with 7.x-3.x

These are actions and checks you have to perform manually after you have upgraded to this version.

availability_calendars 7.x-4.x-dev

New features
Bug fixes

The continuation of 7.x-3.x. Because almost everything has changed it has become a new major release. This will warn people to read the upgrade notes when they execute an update.

For the normal user there are no real incompatibilities, it is even not necessary to run update.php. But people should check their styling, all custom code the have written and they should visit (and save) the field settings pages.

availability_calendars 7.x-3.1

New features
Bug fixes
  • #1281022-6: Enable Legend when viewing: Key incorrectly gets css class cal-month.
  • Reworked the availability filter for Views. You can now choose between from/to or from/duration to specify the period.

availability_calendars 6.x-2.2

New features
Bug fixes

availability_calendars 7.x-3.0

New features
Bug fixes

Complete fields based rewrite of this module. Starting with a clean changelog.

availability_calendars 7.x-2.3

New features
Bug fixes
  • Added upgrade path to the fields based 7.x-3.x version.
  • Issue #1259880: Warning when generating style sheet by fietserwin: Warning when generating style sheet.
  • By fietserwin: Corrected typos in permission names.
  • By fietserwin: Placed the key outside the calendar div so it does not get wrapped in the viewport.

availability_calendars 7.x-2.2

New features
Bug fixes
  • Issue #1184474: Strict warning: Only variables should be passed by reference in availability_calendars_get_settings() by fietserwin: Strict warning: Only variables should be passed by reference in availability_calendars_get_settings() line 77
  • By fietserwin: styling/rendering changes:

    These changes may/will nullify any styling added by yourself!
    • Class dayofweek is no longer used on the short day names (header). Use '.cal thead th' instead.
    • Week notes are now rendered in a {th} instead of {td}
    • Class calweeknote is no longer used on week notes. Use '.cal tbody th' instead.
    • Week notes now may contain some html, e.g. strong or em (filter_xss instead of check_plain).
    • Moved some settings from generated file to availability_calendars.base.css file.
    • Added support to visually emphasize selectable cells (pointer and show border on hover).
    • Changed rendering of day cells, using a {div} in the {td}'s for non split days, and changed the usage of the 2 [span}'s in the split day situation.
  • By fietserwin: javascript changes/additions:

availability_calendars 7.x-2.1

New features
Bug fixes
  • Issue #1096146: Add block of months by fietserwin: Added a viewport feature to show the calendar.
  • Issue #470994: search by fietserwin: Prerequisites:
    • javascript Calendar API split over multiple files (generic, edit specific, display/search specfic).
    • function availability_calendars_get_states() is now part of the API (and therefore in the .module file) and has a new parameter: filter on (non-)available states.
    • added a wrapper div around all months of a calendar including some styling for it.
    • added some more javascript API functions.
    • add and process is_available field to states.
  • Issue #937818: Easier updating of calendars: book ranges at once by fietserwin: Make edit (week notes and per day states) link optional and move to edit availability calendar tab. Hide textarea.
  • By fietserwin (no issue): On node view, the settings were read from the node itself, whereas they should be read from the translation containing the calendar.
  • By fietserwin (no issue): Not all styles that are present in the styling form were generated.
  • Issue #1143658: Cannot see the calendar by fietserwin: Move enabling calendar for content types to admin settings form.
  • By fietserwin: removed 'version' from info file, Drupal.org will add that.
  • Issue #1083800: Notes per Day by fietserwin: Notes per Day: partial change: make week notes optional.

availability_calendars 6.x-2.0

New features
Bug fixes
  • 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.

availability_calendars 6.x-1.6

Bug fixes
  • 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 #1009216 by fietserwin: Date translation problem.
  • Issue #1048010 by fietserwin: Changed cache clearing on save (that caused the settings to not persist).

availability_calendars 7.x-2.0

New features
Bug fixes

Availability Calendars 7.x-2.0 2011-03-19
-----------------------------------------
- Issue #1027930 by fietserwin: Port availability calendars to D7.

availability_calendars 7.x-2.x-dev

New features

Changes since the 7.x-2.2 release.

availability_calendars 6.x-1.4

New features
Bug fixes

Changes since DRUPAL-6--1-3:

  • task by nicholas.alipaz: huge rewrite of the settings system, new function to better handle retrieving of settings and reorganization of settings to make more sense, big database routine written for the upgrade path to 6.x-1.4.
  • task by nicholas.alipaz: fix documentation comment in install file.

It may also be of interest to review notes for DRUPAL-6--1-3 since these two releases were made on the same day. http://drupal.org/node/1011138

availability_calendars 6.x-1.2

New features

Adds a number of new features:

  • usage of the theme_table function for all calendars
  • new option to show a key in your availability calendar nodes
  • option to show the days of the week on the calendars

availability_calendars 5.x-1.1

Bug fixes

Adds date localisation support and improves the display of calendars in Safari.

Subscribe with RSS Subscribe to Releases for Availability Calendars