You are here

CHANGELOG.txt in Shadowbox 5.2

Shadowbox 5.x-2.1, 2008-09-17
-----------------------------
- Created tabs in admin settings form.
- Removed global fieldset on default tab of admin settings form.
- Added automatic image link handling using JavaScript.
- #308059: Enabled translations by Davy Van Den Bremt.
- Optimised assigning of variables in shadowbox.js.

Shadowbox 5.x-2.x-dev, 2008-07-29
---------------------------------
- Updated module to use Shadowbox 2.0.
- Added page activation option to choose whether to activate or deactivate for listed pages.
- Removed shadowbox.css as min-width rules where interfering with drag functionality.

Shadowbox 5.x-1.x-dev, 2008-07-12
---------------------------------
- Improved install instructions in INSTALL.txt.

Shadowbox 5.x-1.x-dev, 2008-07-12
---------------------------------
- Released Shadowbox 5.x-1.0.
- Edited download location in README.txt to compatible version of Shadowbox.
- Remove per-node configuration options.
- Removed static variable function.

Shadowbox 5.x-1.x-dev, 2008-07-10
---------------------------------
- #274519, #280448: Added static variable to ensure we only add JavaScript settings once.
- Copied CCK formatters from lightbox2.
- Added gallery mode to imagefield and imagecache presets, idea from lightbox2.

Shadowbox 5.x-1.x-dev, 2008-06-14
---------------------------------
- Added pdf media type option and made both pdf and txt default to not supported.
- #270356 reported by jstamper: Fixed node form validation issue.
- Reported by snpower: Wrapping form error messages in t().
- Reported by snpower: Adjusting regex to allow period in asset URL.
- Escaped dashes to prevent 'range out of order' errors occurring in the future.

Shadowbox 5.x-1.x-dev, 2008-06-09
---------------------------------
- Changed overlay color input to remove requirement to input # before hex value.
- Added per-node option to change overlay color.
- Reformatted comments to break at column 80.
- Moved activation logic into shadowbox_construct_header().
- #267917 by Davy Van Den Bremt: Added ability to translate Shadowbox.
- Dropped support for imagecache 5.x-1.x in favour of 5.x-2.x.
- A small amount of code shortening.

Shadowbox 5.x-1.x-dev, 2008-06-06
---------------------------------
- Added per-node configuration option to disable key controls.

Shadowbox 5.x-1.x-dev, 2008-06-06
---------------------------------
- Implemented integration with imagefield and imagecache.
- Changed realpath to file_exists and added validation that flv player exists.
- Moved shadowbox_enabled condition to hook_menu.

Shadowbox 5.x-1.x-dev, 2008-06-05
---------------------------------
- Changed displayed text in hook_requirements.
- Moved JavaScript options from hook_init to hook_menu.
- Added options for controlling which media types to open in Shadowbox.
- Rerouted form_set_error calls after previous change of form element names.
- Added validation that assets actually exist (loading image and background image).
- Changed asset URL to no leading or trailing slashes and relative to base_path.
- Added ability to select light CSS skin.
- Added ability to exclude pages. Defaults to admin*, img_assist*, node/add/*, node/*/edit.
- Created header building function and moved from hook_nodeapi to hook_menu.
- Added CSS file with min-width to fix disappearing controls.
- Added requirements check for 3rd party software.
- Removed unnecessary hook_install.
- Streamlined hook_uninstall (by Morbus).
- Changed erroneous use of url in favour of base_path.

Shadowbox 5.x-1.x-dev, 2008-06-01
---------------------------------
- Ported to Drupal 5.
- Added @file Doxygen comments.
- Fixed bug: erroneous use of url() with shadowbox_asset_url.
- Removed #validate attributes.
- Added dependency: jquery_update.

Shadowbox 6.x-1.x-dev, 2008-05-12
---------------------------------
- Improved Doxygen comments as per #1354.
- Improved cleaning of variable table on uninstall.
- Improved naming of variables _explode_to_int().
- Inverted return value and calls to _validate_keys_string().
- Changed dependency from 'code only' to 'full' Shadowbox distribution.
- Now using compressed files from shadowbox/build/*.

Shadowbox HEAD, 2008-04-24
--------------------------
- Added all Shadowbox options as global settings (except on* callbacks):
- Added help documentation.
- Added usage examples to online help and INSTALL.txt.
- Added input validation.
- Added global killswitch.

Shadowbox HEAD, 2008-04-16 (initial commit)
--------------------------
- Created initial module.
- Added options for animate, animSequence, overlayColor.

File

CHANGELOG.txt
View source
  1. Shadowbox 5.x-2.1, 2008-09-17
  2. -----------------------------
  3. - Created tabs in admin settings form.
  4. - Removed global fieldset on default tab of admin settings form.
  5. - Added automatic image link handling using JavaScript.
  6. - #308059: Enabled translations by Davy Van Den Bremt.
  7. - Optimised assigning of variables in shadowbox.js.
  8. Shadowbox 5.x-2.x-dev, 2008-07-29
  9. ---------------------------------
  10. - Updated module to use Shadowbox 2.0.
  11. - Added page activation option to choose whether to activate or deactivate for listed pages.
  12. - Removed shadowbox.css as min-width rules where interfering with drag functionality.
  13. Shadowbox 5.x-1.x-dev, 2008-07-12
  14. ---------------------------------
  15. - Improved install instructions in INSTALL.txt.
  16. Shadowbox 5.x-1.x-dev, 2008-07-12
  17. ---------------------------------
  18. - Released Shadowbox 5.x-1.0.
  19. - Edited download location in README.txt to compatible version of Shadowbox.
  20. - Remove per-node configuration options.
  21. - Removed static variable function.
  22. Shadowbox 5.x-1.x-dev, 2008-07-10
  23. ---------------------------------
  24. - #274519, #280448: Added static variable to ensure we only add JavaScript settings once.
  25. - Copied CCK formatters from lightbox2.
  26. - Added gallery mode to imagefield and imagecache presets, idea from lightbox2.
  27. Shadowbox 5.x-1.x-dev, 2008-06-14
  28. ---------------------------------
  29. - Added pdf media type option and made both pdf and txt default to not supported.
  30. - #270356 reported by jstamper: Fixed node form validation issue.
  31. - Reported by snpower: Wrapping form error messages in t().
  32. - Reported by snpower: Adjusting regex to allow period in asset URL.
  33. - Escaped dashes to prevent 'range out of order' errors occurring in the future.
  34. Shadowbox 5.x-1.x-dev, 2008-06-09
  35. ---------------------------------
  36. - Changed overlay color input to remove requirement to input # before hex value.
  37. - Added per-node option to change overlay color.
  38. - Reformatted comments to break at column 80.
  39. - Moved activation logic into shadowbox_construct_header().
  40. - #267917 by Davy Van Den Bremt: Added ability to translate Shadowbox.
  41. - Dropped support for imagecache 5.x-1.x in favour of 5.x-2.x.
  42. - A small amount of code shortening.
  43. Shadowbox 5.x-1.x-dev, 2008-06-06
  44. ---------------------------------
  45. - Added per-node configuration option to disable key controls.
  46. Shadowbox 5.x-1.x-dev, 2008-06-06
  47. ---------------------------------
  48. - Implemented integration with imagefield and imagecache.
  49. - Changed realpath to file_exists and added validation that flv player exists.
  50. - Moved shadowbox_enabled condition to hook_menu.
  51. Shadowbox 5.x-1.x-dev, 2008-06-05
  52. ---------------------------------
  53. - Changed displayed text in hook_requirements.
  54. - Moved JavaScript options from hook_init to hook_menu.
  55. - Added options for controlling which media types to open in Shadowbox.
  56. - Rerouted form_set_error calls after previous change of form element names.
  57. - Added validation that assets actually exist (loading image and background image).
  58. - Changed asset URL to no leading or trailing slashes and relative to base_path.
  59. - Added ability to select light CSS skin.
  60. - Added ability to exclude pages. Defaults to admin*, img_assist*, node/add/*, node/*/edit.
  61. - Created header building function and moved from hook_nodeapi to hook_menu.
  62. - Added CSS file with min-width to fix disappearing controls.
  63. - Added requirements check for 3rd party software.
  64. - Removed unnecessary hook_install.
  65. - Streamlined hook_uninstall (by Morbus).
  66. - Changed erroneous use of url in favour of base_path.
  67. Shadowbox 5.x-1.x-dev, 2008-06-01
  68. ---------------------------------
  69. - Ported to Drupal 5.
  70. - Added @file Doxygen comments.
  71. - Fixed bug: erroneous use of url() with shadowbox_asset_url.
  72. - Removed #validate attributes.
  73. - Added dependency: jquery_update.
  74. Shadowbox 6.x-1.x-dev, 2008-05-12
  75. ---------------------------------
  76. - Improved Doxygen comments as per #1354.
  77. - Improved cleaning of variable table on uninstall.
  78. - Improved naming of variables _explode_to_int().
  79. - Inverted return value and calls to _validate_keys_string().
  80. - Changed dependency from 'code only' to 'full' Shadowbox distribution.
  81. - Now using compressed files from shadowbox/build/*.
  82. Shadowbox HEAD, 2008-04-24
  83. --------------------------
  84. - Added all Shadowbox options as global settings (except on* callbacks):
  85. - Added help documentation.
  86. - Added usage examples to online help and INSTALL.txt.
  87. - Added input validation.
  88. - Added global killswitch.
  89. Shadowbox HEAD, 2008-04-16 (initial commit)
  90. --------------------------
  91. - Created initial module.
  92. - Added options for animate, animSequence, overlayColor.