You are here

CHANGELOG.txt in Availability Calendars 6.2

Same filename and directory in other branches
  1. 7.5 CHANGELOG.txt
  2. 7.3 CHANGELOG.txt
  3. 7.4 CHANGELOG.txt
Availability Calendars
----------------------

Availability Calendars 6.x-2.x dev
----------------------------------
- Issue [#1458118] by fietserwin: Remove LICENSE.txt from Git repository. 
- Increased length of week notes.
- Use filter_xss on week notes instead of check_plain.
- Wrapped week notes in a div to allow for better styling (hover behavior difficult on td).


Availability Calendars 6.x-2.2 2011-10-15
-----------------------------------------
- Issue [#312402] by fietserwin: backported "views support" to D6.
- Issue [#470994] 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] by fietserwin: Move enabling calendar for content types to admin settings form.
- Issue [#1083800] by fietserwin: Notes per Day: partial change: make week notes optional.
- Issue [#1107230] 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] 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] by fietserwin: Optimize storage for tables of Availability Calendars.
- Issue #1170290 by alansch: typo in table name.


Availability Calendars 6.x-2.0 2011-05-26
-----------------------------------------
- Issue #1099894 by fietserwin: Notes will not be stored.
- 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.6 2011-05-26
-----------------------------------------
- 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 6.x-1.5 2011-01-23
-----------------------------------------
Changes for version 6.x-1.5 and older were not logged in this file.


Current and past maintainers for Availability Calendars
-------------------------------------------------------
- geodaniel (http://drupal.org/user/37266)
- nicholas.alipaz (http://drupal.org/user/296276)
- fietserwin (http://drupal.org/user/750928)

File

CHANGELOG.txt
View source
  1. Availability Calendars
  2. ----------------------
  3. Availability Calendars 6.x-2.x dev
  4. ----------------------------------
  5. - Issue [#1458118] by fietserwin: Remove LICENSE.txt from Git repository.
  6. - Increased length of week notes.
  7. - Use filter_xss on week notes instead of check_plain.
  8. - Wrapped week notes in a div to allow for better styling (hover behavior difficult on td).
  9. Availability Calendars 6.x-2.2 2011-10-15
  10. -----------------------------------------
  11. - Issue [#312402] by fietserwin: backported "views support" to D6.
  12. - Issue [#470994] by fietserwin: Prerequisites: add and process is_available field to states.
  13. - By fietserwin (no issue): Not all styles that can be defined in the styling form were generated.
  14. - Issue [#1143658] by fietserwin: Move enabling calendar for content types to admin settings form.
  15. - Issue [#1083800] by fietserwin: Notes per Day: partial change: make week notes optional.
  16. - Issue [#1107230] by fietserwin: Optimize storage for variables of Availability Calendars.
  17. - By fietserwin: Better handling of settings for multilingual calendars.
  18. - By fietserwin: Empty days at the end of the month were not rendered with a span in them, leading
  19. to tables with different heights.
  20. - Prepare for issue [#937818] by fietserwin: always render the span's in split day situation. Needs
  21. a regeneration of the CSS file. (Already did this now to rewrite an unelegant piece of code.)
  22. - Issue [#1083198] by fietserwin: Optimize storage for tables of Availability Calendars.
  23. - Issue #1170290 by alansch: typo in table name.
  24. Availability Calendars 6.x-2.0 2011-05-26
  25. -----------------------------------------
  26. - Issue #1099894 by fietserwin: Notes will not be stored.
  27. - Issue #1093408 by fietserwin: Winter/summer time offsets cause incorrect month labels. Not a
  28. problem in D7, timezones are used correctly, but changed there as well to keep code in sync.
  29. - Issue #660502 by fietserwin: Custom colors using administration interface.
  30. This change removed the code that was probably causing #1076786
  31. - By nicholas.alipaz: General code cleanup and removal of whitespace.
  32. - By fietserwin: commented out the code that probably causes #1076786.
  33. - Issue #764406 by fietserwin: Allow admin to hide the calendar settings on the node edit page.
  34. - By fietserwin: Changed notes savings to no longer save empty notes.
  35. - By fietserwin: Added node delete handling (notes, day states and settings).
  36. - By fietserwin: Made availability calendar fieldset on node edit form collapsible and collapsed
  37. by default.
  38. - By fietserwin: Removed translation of @date: incorrect use of t().
  39. - By fietserwin: Removed unused function availability_calendars_menu_callback. As a consequence,
  40. availability_calendars_get_settings does no longer have to support scope = nodetype.
  41. - Issue #1060214 by fietserwin: Prepare for D7 port:
  42. * Resolved warnings given by coder module.
  43. * Replaced use of arg in function availability_calendars_node_edit_form
  44. * Renamed function availability_calendar_getsettings to availability_calendars_get_settings.
  45. * Renamed function availability_calendars_save to availability_calendars_save_node_settings.
  46. * Moved availability_calendars_key to theme_availability_calendars_key: will from now on thus
  47. also be accessed as a theme function
  48. * Drupal stores what comes in, and encodes/filters on output: do not store check_plain'ed user
  49. input on form submit (nid, year, month, notes) in availability_calendars_node_edit_form_submit,
  50. instead added check_plain in theme_availability_calendars_month instead.
  51. * Removed (most) E_NOTICE warnings.
  52. * Extracted database access to separate functions.
  53. * Split code over multiple files (module, admin, node, page and inc). This reduces load on
  54. requests that do not use the calendar functionality.
  55. - Issue #306461 by fietserwin: Added custom configurable availability states.
  56. - Branched from 6.x-1.6 (kind of, not if you look at the git history, yes functionally seen).
  57. Availability Calendars 6.x-1.6 2011-05-26
  58. -----------------------------------------
  59. - Issue #1093408 by fietserwin: Winter/summer time offsets cause incorrect month labels. Not a
  60. problem in D7, timezones are used correctly, but changed there as well to keep code in sync.
  61. - Issue #1009216 by fietserwin: Date translation problem.
  62. - Issue #1048010 by fietserwin: Changed cache clearing on save (that caused the settings to not
  63. persist).
  64. Availability Calendars 6.x-1.5 2011-01-23
  65. -----------------------------------------
  66. Changes for version 6.x-1.5 and older were not logged in this file.
  67. Current and past maintainers for Availability Calendars
  68. -------------------------------------------------------
  69. - geodaniel (http://drupal.org/user/37266)
  70. - nicholas.alipaz (http://drupal.org/user/296276)
  71. - fietserwin (http://drupal.org/user/750928)