Downloads
Download tar.gz
88.04 KB
MD5: ce1fa8a6c911a8720c7b058eb2ae171b
SHA-1: 953eb67178de1d141a4f39c22a0a5fb6bd1e12e1
SHA-256: 9e65aecfb6f0906f572bb5a1811fecfda88b3a6856399f93781207c02977f4c3
Download zip
101.09 KB
MD5: b49bf83391cdd64d38ce0ecc0f70dc56
SHA-1: 7dc75f724c8f2f3bdac62b9bdf9abd5a2e60f0ac
SHA-256: f8eab2a68027b686d504fd3c7af4f994c16f990597b96b515d41790849cbf684
Release notes
Changes since DRUPAL-5--2-7:
Notes
Video functionality is now disabled by default. You can re-enable it on admin/settings/lightbox2. Automatic image handling is now also disabled by default but if you run update.php your existing settings should be saved.
Finally, there is a new filter for your input formats which will prevent users from using the "lightframe" rel attribute. You should enable this input filter if you do not want your users, especially untrusted users, to be able to create iframe content.
New Features
- #263230 - added in ability to show the node title when the image title or alt attributes aren't set.
- #263230 - can now display the node title as the caption instead of the image alt or title text.
- #263399 - now supports jQuery 1.1.x and jQuery 1.2.x
- #141867 - added ability to open node page without sidebars in an iframe.
- #266804 - added support for videos in acidfree albums
- #266648 - added support cck file field and pdf files.
- #266914 - can now set the lightbox animation speeds and animation resizing sequence via the configuration page.
- #266909 - can now enable lightbox resizing to fit window but disable the zoom buttons.
- #266906 - added in handler options for custom trigger classes.
- #265422 - added in support for modal/inline content and logging in through a lightbox.
- #274366 - can now specify the caption in the "rel" attribute. If this isn't set, then the "title" attribute text will be used instead.
- #257494 - updated German translations provided by Razorraser
- #275656 - it's now possible to configure image galleries and slideshows to have a continuous loop. This means that the next button on the last image will take the user to the first image in the set, while the previous button on the first image will take the user to the last image.
- Added in new installation step for copying page-node-lightbox2.tpl.php to the theme directory.
- Added in bit about customisation of template file to README file.
- Made list of formatters be in some sort of sensible order.
- Made images transparent.
- Added ability to configure the lightbox border size, color and font color.
- Can now specify the position of the lightbox in relation to the top of the browser window.
- Specified the speed of the resizing animation.
- Can now specify a list of pages that the lightbox should be enabled or disabled on.
- Added in ability to disable the lightframe rel attribute.
- Added in support for -khtml-opacity settings for konqueror and older safari browsers.
- Added new option so that the video related javascript stuff is only loaded if enabled. Also now setting the alt attribute of the lightbox image. It is disabled by default.
- The default for the automatic image handlers is now disabled.
- Reduced javascript file size.
- Updated the help text.
- Updated translation file.
Bug fixes
- #252082 - fixed issue with double clicks on navigation links and the image window.
- #266402 - fix for emfield thumbnail image and height not being followed.
- #266778 - next hover image didn't have rounded corners.
- #266804 - fixed issue with acidfree videos which have thumbnails
- #271785 - fix for issue where lightbox automatic image handling failed to work correctly where a trigger image derivative name was part of another image derivative name, e.g. thumbnail and thumbnail-large. Changed the code to deal with the longer name first.
- #271693 - fix for "area" tag issue
- #272458 - fix for overlay not extending to the full width of the window when horizontally scrolled.
- #275650 - fix for multi-block issue
- Fix for iframe border not being removed in IE.
- Fixed issue with not being able to click on overlay to left/right of lightbox to close it. Now only an issue with modal views.
- Fixed issue with close and zoom buttons not appearing in the correct place in the default layout.
- Fixed issue with rounded corners not appearing on button when hovered.