Downloads
Download tar.gz
67.45 KB
MD5: b96dc93907e63595928777782102b8f1
SHA-1: ea8d538e8d2885497593da1af2691eedcd70e954
SHA-256: 84bd0c4d1de20fbd7ace800e3863d6d1b5804f4ad9e88ee4ea0c5528c77f12b8
Download zip
76.94 KB
MD5: b944f5b10f65f4bde50c06e0ed6ee329
SHA-1: c053d3fa04f720992f68c1d5ea18f9dbc429826b
SHA-256: 0a47fe6d26db5def313ae7e269fe00d6afdb205f4bd2b369536d5084f5873697
Release notes
Changes since DRUPAL-5--1-1:
- first draft of jQuery version of lightbox2 module
- renamed lightbox2 system variable - lightbox2_plus has now become lightbox2_lite
- Updated the path to the css files as they have now moved into a "css/" directory within the lightbox2 module directory. The layout of the admin screen has been altered and javascript is loaded to enable / disable form elements depending on
what is checked. The "lightbox2_plus" system variable has been renamed to "lightbox2_lite" and the code updated accordingly. The term "lightbox2 plus" has been removed from all user visible elements on the admin screen. - lightbox.css and lightbox_lite.css have been moved to a "css/" subdirectory and all paths in the css files updated accordingly.
- fixed issue reported in #144513 - img_assist support
- added in patch from #80233 - allows the lightbox.js to be loaded before the images which solves the problem with speedy clickers
- added in ESC as one of the keys that will close the lightbox
- removed accesskey test
- added in patch from #155223 which allows users to close the lightbox by clicking on the background. This also fixes #149634
- corrected spacing, etc for coding standards
- fix for the pushing of the close button below the browser window for long images as reported in #150377
- Added in changes suggested in #166461, along with some fixes to the suggested code. Thanks to finley (user/50680) for the suggested code. These changes allow users to specify individual urls which should not have the lightbox2 module loaded on them.
- updated help text
- now only displaying the node link if nid is set in theme_imagefield_image_imagecache_lightbox2()
- removed call to drupal_attributes() as it is called again by the theme_imagecache function which causes it to be set to ""
- fixed issue where lightbox javascript files weren't being included on views
- added in 'package' line, from patch in #175122
- applied coding-style patch from #175122
- fixed problem with zoomed images when scrolling