diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index cf6579fee..67741e6eb 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -14,6 +14,7 @@ - fixed #11814: upgrade script removes cache too aggresively (Ernesto Hernández-Novich) - fixed #11827: CS rich edit bug - fixed #11825: Questionable attachmentsJson in AssetReport template + - fixed #11796: Gallery Drag & Drop broken in IE 7 (again) 7.9.13 - fixed #11783: Instances deleted during realtime run diff --git a/docs/templates.txt b/docs/templates.txt index 7aecc94c4..c1ca8e63f 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -11,4 +11,17 @@ templates, you will need to apply these changes manually to your copies. toggle.url => toggle_url toggle.text => toggle_text +7.9.14 + + * Asset Report Template - asset-report/asset-report-default-template + Remove the empty template attachment + + * Gallery Album Edit Template + Update the inline javascript in the script tag to make drag & drop sorting work in IE7 + + if (typeof Gallery == "undefined") { + Gallery = {}; + Gallery.DDSorting = {}; + } + Gallery.DDSorting.url = ''; diff --git a/docs/upgrades/packages-7.9.14/root_import_gallery-templates.wgpkg b/docs/upgrades/packages-7.9.14/root_import_gallery-templates.wgpkg new file mode 100644 index 000000000..b8df8de83 Binary files /dev/null and b/docs/upgrades/packages-7.9.14/root_import_gallery-templates.wgpkg differ