diff --git a/doc/upgrade-1.2.html b/doc/upgrade-1.2.html index cbce9c66..f592ccbc 100644 --- a/doc/upgrade-1.2.html +++ b/doc/upgrade-1.2.html @@ -65,15 +65,26 @@
+ Each uploaded file exists as an individual entity in VIVO. When the + browser requests an upload file from VIVO, the data model is queried to + find out where the file is actually stored, so it can be downloaded to + the browser. +
++ In VIVO release 1.2 this storage location, + known as the "Alias URL" for the uploaded file, + is stored in the file entity. + That way, pages that contain many files can be displayed much more quickly. +
++ When Apache Tomcat starts up after the upgrade, + it will initiate a process to calculate the "Alias URL" + for each existing file and store it in the data model for fast access. +
++ The File Storage upgrade process will create a log file in the + VIVO upload directory. You should review this file to ensure that + this upgrade worked properly. +
+upgrade/FileStorageAliasAdder-log.2011-00-00T00-00-00.txt
+ Finished adding alias URLs to FileByteStreams.
+
+ If this file contains any warnings they should be reviewed with
+ your implementation team representative to see whether any
+ corrective action needs to be taken.
+ VIVO 1.2 comes with a new theme called "wilma" that uses the FreeMarker template engine for generating web pages. The theme is located in /vivo/themes/wilma and