Downloads
Download tar.gz
76.44 KB
MD5: 89c4f16a9b6299f4a55b0bfbb1b94207
SHA-1: 47fb55f7d521a28add27233a43fe8377ba4956ff
SHA-256: ed38824676fbe4aac2cd9ede9748a7a6d7994971f65031d0586100ae2782b31c
Download zip
91.46 KB
MD5: 102f55f6a125802579af3bfaa56a8252
SHA-1: a857687989a5288a9a668ac2de6d0105d6b87000
SHA-256: a0625299308496185dad29dffecbc6ad3457800a0a0547fe27e38e5abc2fce63
Release notes
Changes since DRUPAL-6--1-6:
- #253959 - fix for when no node link text is set for cck + views.
- #254143 - fix for pre-imagecache2 support
- #254143 - (part 2) fixed issue for imagecache1
- #254224 - fix for non-img tags appearing before the img tag within the anchor.
- #255864 - fix for loading icon not appearing for the default layout.
- #260418 - added option to remove iframe border.
- #261321 - patch provided by ipwa to prevent flickering when hovering over images.
- #262076 - fixed IE issue with the navigation links.
- #256352 - fix for default image trigger size value not appearing on the form.
- #259261 - integration with emfield for video cck fields
- #257711 - made change to deal with modification to g2_filter links.
- Added in support for Gallery2 ImageFrame_none images.
- Added in support for emfield images.
- Added ability to open cck images and automatically handled images in an iframe.
- Added the ability to configure the default width and height of the iframe.
- Updated German translation, provided by Razorraser.
- Fix for not being able to close a video lightbox by clicking on the overlay on either side of the lightbox.
- Fixed issue where images nested within a table/div/container/etc within an anchor link weren't being processed.
- Now using drupal_substr() and drupal_strlen()
- Removed eval() and now passing function reference to setTimeout() instead of string.
- Fixed IE issue with the setTimeout() stuff in the slideshow functionality.
- Tidied up js code (ran through jsLint)