From 3ad6c4eb3a357d6e8531a0c1d80c41b15f0baa37 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 31 Mar 2011 11:47:06 -0700 Subject: [PATCH] Document the need to reference in the template JS files that used to be hardcoded in Cart.pm. Fixes bug #12086. --- docs/changelog/7.x.x.txt | 1 + docs/templates.txt | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 2b068a9f9..b9b032b78 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - fixed #12075: Underground Style - Search does not search - fixed #12084: Greenportal links are sometimes white on white - rfe #618: Syndicated Content Asset: Make images in the downloaded RSS-feeds available in the template. + - fixed #12086: Shop Billing Address Unpopulated 7.10.12 - fixed #12072: Product, related and accessory assets diff --git a/docs/templates.txt b/docs/templates.txt index a3db6f3a2..5b42ed00d 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1,8 +1,16 @@ This is a running list of template changes made during upgrades. If you have copied the default templates, you will need to apply these changes manually to your copies. -7.10.11 +7.10.13 + * Cart (Default) - default-shopping-cart-template + In 7.10.7, hardcoded JavaScript was removed from the Cart code and migrated to the Cart template. The list of Javascript and files which are needed is below. Please add it to the Attachments or Extra Head Tags for any customized Cart templates. + ^Extras(/yui/build/yahoo-dom-event/yahoo-dom-event.js); + ^Extras(/yui/build/json/json-min.js); + ^Extras(/yui/build/connection/connection-min.js); + ^Extras(/underscore/underscore-min.js); + ^Extras(/shop/cart.js); +7.10.11 * Default View Thing Data Template - templates/thingy-default-view-thing Change how the title is rendered. If no fields are set to be displayed in the title, show the internationalized word View. If fields are set, then display the viewScreenTitle variable instead.