availability_calendars 7.x-3.2
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-3.2.tar.gz | 56.33 KB | aaac13633ae1f11447d3ddd618753c88 |
| availability_calendars-7.x-3.2.zip | 69.11 KB | 942ac4c39a564cf28c3c8aa572d8f34d |
Release notes
- #1411452: Views integration fails with multiple calendar fields.
- #1410822: Fatal error: Access level to availability_calendar_handler_filter_availability::$always_multiple must be public.
- #1371182: calendars are too wide in some themes.
- #1355640: All states shown in key block despite the block settings.
- Further corrections on Views integration, e.g. INNER JOIN changed into a LEFT JOIN.
- Error: DateTime::modify returns null in 5.2.
availability_calendars 7.x-3.1
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-3.1.tar.gz | 55.4 KB | 802d9bba896508905b1916fda85caac2 |
| availability_calendars-7.x-3.1.zip | 68.17 KB | 9ecb7a4f1a092b0f4fb3d4702e3edecb |
Release notes
- #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.
- #1332264: D7 Availabilty calendar search with views exposed filter: An AJAX HTTP error occurred when using the availability filter for Views.
- #1183372: Show first half of current day as past date in split day situation: 'Show first half of current day as past date in split day situation' was not really solved.
- Error: Mixed up variable names availability_calendar_styles_generate and availability_calendar_settings_system_generate.
- Error: Calendar not shown on edit form when user may not disable the calendar.
- Cleaned up some code and classes in calendar widget and its usage in availability_calendar.edit.js.
- Calendar widget is no longer within a fieldset to not disturb its layout compared to the calendar field formatter.
- Slightly easier to use availability_calendar_get_states.
- Improved information in "README when coming from Availability Calendars.txt".
- #1301500: Manage Display Settings: More sensible defaults.
- #1290874: Won't save if added to a profile2 entity: Clone date objects before they are changed.
- #1290874: Won't save if added to a profile2 entity: Allow multiple entities per form.
availability_calendars 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-6.x-2.2.tar.gz | 35.6 KB | a55cf5aeb98340ee99322972bab15a67 |
| availability_calendars-6.x-2.2.zip | 42.5 KB | cfa1ec9477ef03b8da7d041b3c073957 |
Release notes
- Issue #312402: views support by fietserwin: backported "views support" to D6.
- Issue #470994: search by fietserwin: Prerequisites: add and process is_available field to states.
- By fietserwin (no issue): Not all styles that can be defined in the styling form were generated.
- Issue #1143658: Cannot see the calendar by fietserwin: Move enabling calendar for content types to admin settings form.
- Issue #1083800: Notes per Day by fietserwin: Notes per Day: partial change: make week notes optional.
- Issue #1107230: Optimize storage for variables of Availability Calendars by fietserwin: Optimize storage for variables of Availability Calendars.
- By fietserwin: Better handling of settings for multilingual calendars.
- By fietserwin: Empty days at the end of the month were not rendered with a span in them, leading to tables with different heights.
- Prepare for issue #937818: Easier updating of calendars: book ranges at once by fietserwin: always render the span's in split day situation. Needs a regeneration of the CSS file. (Already did this now to rewrite an unelegant piece of code.)
- Issue #1083198: Optimize storage for tables of Availability Calendars by fietserwin: Optimize storage for tables of Availability Calendars.
- Issue #1170290 by alansch: typo in table name.
availability_calendars 7.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-2.4.tar.gz | 53.14 KB | 2c9b74568b44fc20e4e45f71d7a5c1ca |
| availability_calendars-7.x-2.4.zip | 63.05 KB | 8249a9a6bf4252b6d1add56a6f927e03 |
Release notes
Error: defaultstatus was not being converted (update 7202).
availability_calendars 7.x-3.0
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-3.0.tar.gz | 52.69 KB | 252fd019cf13d3d1ca039859c7e07eaf |
| availability_calendars-7.x-3.0.zip | 65.08 KB | 6f251d504dfedf4b23096db6c65a3c6d |
Release notes
Complete fields based rewrite of this module. Starting with a clean changelog.
availability_calendars 7.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-3.x-dev.tar.gz | 58.8 KB | be5695c3edd56683e0194407f7a9aa97 |
| availability_calendars-7.x-3.x-dev.zip | 72.41 KB | b943420839e5946a9640981433dd180d |
Release notes
TODO
availability_calendars 7.x-3.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-3.0-beta1.tar.gz | 48 KB | 5a947f48e4f02f3fe91e84439d337ded |
| availability_calendars-7.x-3.0-beta1.zip | 59.96 KB | 3aff72810acf746166482c02aea485b6 |
Release notes
The long awaited fields based Views integrating version.
availability_calendars 7.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-2.3.tar.gz | 52.11 KB | 43b4e60aca0ac4ee6923f376a380a51b |
| availability_calendars-7.x-2.3.zip | 61.93 KB | 827d50590210af82c3debecd0456f048 |
Release notes
- 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.
- Issue #1211782: Multiple errors with calendars on multilingual sites by fietserwin: errors with multilingual calendars. Partly solved: cache and delete are still open.
- By fietserwin: changed some comments and UI strings.
- Issue #1193270: Can this module let users(anonymous or registered) to 'book me' online? by fietserwin: Use css_class instead of class as this can't be ued in js in IE.
availability_calendars 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-6.x-2.1.tar.gz | 29.34 KB | 4ecfd5b2cc8f8818a52bb6064253ca87 |
| availability_calendars-6.x-2.1.zip | 35.01 KB | df05e87144299b4d3ffb9a24c0c0dcbc |
Release notes
Bug fixes:
- #1170290: Update failures >> 1.7 & 2.0 (update #6102) by alansch
availability_calendars 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-6.x-1.8.tar.gz | 17.41 KB | 804d4151f355584d00cefabca4ee4aef |
| availability_calendars-6.x-1.8.zip | 22.17 KB | 39472ad360b6d47fbd78b79199d86591 |
Release notes
Bug fixes:
- #1170290: Update failures >> 1.7 & 2.0 (update #6102) by alansch
availability_calendars 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-6.x-1.7.tar.gz | 17.37 KB | e496e589f6dbe7f2f8144de3c557a475 |
| availability_calendars-6.x-1.7.zip | 22.16 KB | 4044a4c69f7f40802f8ace47279bb30d |
Release notes
- Issue #1170290: Update failures >> 1.7 & 2.0 (update #6102)
- 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).
availability_calendars 7.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-2.2.tar.gz | 45.27 KB | 06682fd4cf26c6a14aa664e9ea25f83d |
| availability_calendars-7.x-2.2.zip | 53.2 KB | bb6cf2313509934312f7105647230206 |
Release notes
- 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
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-2.1.tar.gz | 41.65 KB | aee90153ca84a6725ffdc489086241b1 |
| availability_calendars-7.x-2.1.zip | 49.27 KB | 9ed469520cc00678955a2a9d87c41cf4 |
Release notes
- 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
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-6.x-2.0.tar.gz | 29.16 KB | 825514786949a54681b37cbfb364f94a |
| availability_calendars-6.x-2.0.zip | 34.93 KB | cabb65900ad539381ed4bf9512c4634b |
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.
availability_calendars 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-6.x-1.6.tar.gz | 17.05 KB | 2cf5ed9d43b771f3ba5a22b9413b89a2 |
| availability_calendars-6.x-1.6.zip | 21.84 KB | 79d0357e5fccec507a6867bf39890d8b |
Release notes
- 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
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-2.0.tar.gz | 28.31 KB | afc65fc262ae6899f41f0b69e186537c |
| availability_calendars-7.x-2.0.zip | 34.11 KB | f51b5717c717a25ab6e62d2c82a51de3 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-7.x-2.x-dev.tar.gz | 53.77 KB | b604f2087329cba6a35b9ef1fa78c872 |
| availability_calendars-7.x-2.x-dev.zip | 63.72 KB | 67b30874340f7c1b569abfd610f90de1 |
Release notes
Changes since the 7.x-2.2 release.
- changed some comments and UI strings.
- Issue #1193270: Can this module let users(anonymous or registered) to 'book me' online?: Use css_class instead of class as this can't be ued in js in IE.
availability_calendars 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-6.x-2.x-dev.tar.gz | 35.72 KB | a83fa46bcb1738578e04c6b50a3f3609 |
| availability_calendars-6.x-2.x-dev.zip | 42.66 KB | e5f8af1bd1e3731ab6eb3fcd3e7ddb20 |
Release notes
Development snapshot of 6.x-2.x branch.
The following are features that are in the branch:
#306461: Custom availability states and legend
#312402: views support
#660502: Custom Colors Using Administration Interface
#764406: Allow admin to hide the 'calendar settings' form on the node edit page
#1054794: Block theme disappear after installing module solved by the previous issue (to be confirmed)
availability_calendars 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-6.x-1.5.tar.gz | 21.18 KB | ab70a079b9a10f0403ff8fe00bc2e025 |
| availability_calendars-6.x-1.5.zip | 29.67 KB | 7facb0b2c899b9d223bcbb735e4131b3 |
Release notes
Changes since DRUPAL-6--1-4:
- feature request #306463: Default availability status per node by nicholas.alipaz: allow configurable default availability status per node/sitewide.
- feature request #1011588: Day Multi-Status by crutch, nicholas.alipaz: add multi-status/partial day bookings
- feature request #1011588: Day Multi-Status by crutch, nicholas.alipaz: reverting 6102 update, it was already used for 1.4 release.
- fix error in sql statement for 6103 upgrade path.
- fix a few more errors in sql statement for 6103 upgrade path.
- fix install error in latest dev
- css changes for base styling of split dates
- add theme dependent styling for core themes and popular base themes into hook_init.
- feature request #659082: Allow setting calendar to display/not display within teasers by nicholas.alipaz: Allow setting calendar to display/not display within teasers.
- rename variable_del function
- feature request #1011588: Day Multi-Status by nicholas.alipaz: further css fixes for the multi-day options.
- bug report #747992: Calendar not updating by nicholas.alipaz: fix user warnings, errors in mysql.
- small change in handling defaultstatus setting
- bug fix #747992: Calendar not updating by nicholas.alipaz: Statuses not updating when caching turned on.
- bug fix #747992: Calendar not updating by nicholas.alipaz: Statuses not updating when caching turned on.
availability_calendars 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| availability_calendars-6.x-1.4.tar.gz | 18.77 KB | 3df98ec08ec984e35bd243bacd841a95 |
| availability_calendars-6.x-1.4.zip | 23.96 KB | ea00dcdac5e58f9eb17a3a5e021267a7 |
Release notes
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