VIVO Release 1 v1.3 Upgrade Guide
+ + xxxxxx xx, 2011 - Upgrading from Release 1 v1.2 to Release 1 + v1.3 + +-
+
- + Release announcement for V1.3 + +
- + Upgrade process for V1.3 + +
upload.directory and LuceneSetup.indexDir are merged into vitro.home.directory.
+ +Template changes
+-
+
-
+
${stylesheets}, ${scripts}, and ${headScripts} add() methods now take the full tag as an argument. + This will require a change to all calls to this method in the templates. This change allows for specification of the + media and other attributes. Example:
+-
+
- 1.2: ${stylesheets.add("/css/individual/individual.css")} +
- 1.3: ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/individual/individual.css" />')} +
+
+ - The addFromTheme() methods of the ${stylesheets}, ${scripts}, and ${headScripts} objects has been deleted. + +
- propertyGroups.getPropertyAndRemoveFromList() has been deprecated. The replacement method is propertyGroups.pullProperty(). + No change in functionality. +