Posted by frjo on September 7, 2009 at 5:24pm
| Download | Size | md5 hash |
|---|---|---|
| thickbox-6.x-1.5.tar.gz | 30.23 KB | fdfa9b80aa34e5b194841e15f9475aee |
| thickbox-6.x-1.5.zip | 42.17 KB | e1e0ec052744361aa0cc8514ed50d8b4 |
Last updated: December 24, 2010 - 23:56
Changes since DRUPAL-6--1-4:
New features:
- Added settings for what login form to use, including custom. Defaults to user_login.
- #179148: If only one image, do away with Image 1 of 1.
- #475362: Patch by longwave, with some additions, to make thickbox use theme_imagecache() instead of custom code.
Bug fixes:
- #525358: Re-attach all js behaviors after loading ajax thickbox, patch by Jody Lynn.
- #486624: Patch by Avm that makes the ESC key work in Opera for closing the Thickbox window.
Misc:
- Removed unused field variable from theme_imagefield_image_imagecache_thickbox() If you are overriding it you will need to update your function.
- A small change to the CSS styles for Thickbox that removed/changes the borders. A clear improvement I think.
- Moved path checking code from hook_init to _thickbox_active() and made use of drupal_match_path().
- Added check to make sure js and css in only added once.
- #519772: thickbox_login.js didn't use context, patch by berenddeboer.
- Moved tb_setBrowserExtra to tb_show().
- #463566: Renamed image cache to Imagecache in code and the translations.
- #506130: Spelling corrections from Dark-Light in Thickbox settings.