Downloads
Download tar.gz
38.05 KB
MD5: 8a3a130ac897a6a9bc3ec57735e98391
SHA-1: fd4626005e2f0723621b5171b2fe17372aa3a167
SHA-256: c1881eff209f4a31f586b3be6615166a874ab1001252f45a39dd4e99bdb3cd1e
Download zip
49.18 KB
MD5: c779c2f9d90530aa223ee31237dde4e8
SHA-1: 6ea3208b864e93631fb257d259ed4c3773724417
SHA-256: cdadc2d982a0788bf3208a485e8eb02353120c6df97310f1eaf19791482faab9
Release notes
Changes since DRUPAL-6--1-1:
- gave close image a white background
- removed unneeded <br> tags - now done in stylesheet
- added in handling of new form elements
- added in variable_del() calls on new system variables
- now calling check_plain() on configurable text displayed in lightbox
- added in ability to force prev and next images to be displayed along with changing images when hovered over
- #184255 - added German translation
- Provided an alternative lightbox layout
- added in support for the flickr module for #183236 - original patch provided by
csiknor - #199012 - title wasn't being displayed correctly when no title set, it always used the last title displayed.
- Added patch from #183239 (provided by csiknor) - added in support for alternative image node link format. Also fixed issue where the alt text was undefined.
- made changes based on #198311 - hook_field_formatter() should look to $items['filepath'] as backup if $items['fid'] not present.
- #182485 - removed global variable
- #182490 - added support all download methods in the imagecache formatter
- #182496 - Made node link text for the imagecache formatter customizable
- fix for #184962 - javascript wasn't being loaded on every page which is necessary for blocks that contain images.
- #202073 - fixed issue in safari browsers with prev and next buttons appearing when there were no prev/next images to navigate to.
- added note for #185866 - lightbox lite + IE + non root drupal install issue
- #184170, #188154, #191623, #194461 - IE issues, lightbox javascript is now started using jquery's read() function, rather than with lightningload.js
- #186341 - safari issues, possibly fixed by the IE issue patches.
- #197661 - added in missing semi-colons, etc, so it should work with JS aggregation now
- now using drupal_match_path() for finding out if the current url matches one of the disabled urls
- now using $_GET['q'] instead of $_REQUEST['q']
- changed js file to use new Drupal behaviours method of attaching javascript functionality. Also fixed an issue caused by a change in jQuery selectors.