diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 9b07117cc..894b94401 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -12,6 +12,7 @@ - fixed #10705: 7.7.2 upgrade script (sometimes) removes a table that the 7.7.7 upgrade script assumes is present - fixed #10706: FriendManager Style/Layout template options - fixed #10707: i18n Account_FriendManager::manageUrl + - fixed #9962: gallery thumbnail view: JS problem in IE7 7.7.16 - fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 365a74182..de03ef753 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -7,7 +7,14 @@ upgrading from one version to the next, or even between multiple versions. Be sure to heed the warnings contained herein as they will save you many hours of grief. -7.6.16 +7.7.17 +-------------------------------------------------------------------- + * The Default Gallery Album View Thumbnails template has been reworked + to get rid of intermittent rendering bugs with IE7. The thumbnail + pop-up is now completely CSS. The thumbnails.js file is still available, + but is now considered deprecated. + +7.7.16 -------------------------------------------------------------------- * There was some confusion about the state of WebGUI::Shop::PayDriver::PayPal::PayPalStd. While it was in fact diff --git a/docs/upgrades/packages-7.7.17/root_import_gallery-templates_default-gallery-view-album-thumbnails.wgpkg b/docs/upgrades/packages-7.7.17/root_import_gallery-templates_default-gallery-view-album-thumbnails.wgpkg new file mode 100644 index 000000000..6c556cc5c Binary files /dev/null and b/docs/upgrades/packages-7.7.17/root_import_gallery-templates_default-gallery-view-album-thumbnails.wgpkg differ diff --git a/docs/upgrades/packages-7.7.17/root_import_gallery-templates_gallery.css.wgpkg b/docs/upgrades/packages-7.7.17/root_import_gallery-templates_gallery.css.wgpkg new file mode 100644 index 000000000..c26a5819b Binary files /dev/null and b/docs/upgrades/packages-7.7.17/root_import_gallery-templates_gallery.css.wgpkg differ