You are here

CHANGELOG.txt in Shadowbox 5

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