2011-04-04 16:35:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2011-04-04 17:47:35 +00:00
|
|
|
<title>VIVO Release 1 V1.3 Upgrade Guide</title>
|
2011-04-04 16:35:13 +00:00
|
|
|
<link rel="stylesheet" href="./css/doc.css" media="screen" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2011-04-04 17:47:35 +00:00
|
|
|
<div id="branding" role="banner">
|
|
|
|
<h1 class="vivo-logo"><a href="/"><span class="displace">VIVO</span></a></h1>
|
|
|
|
</div>
|
|
|
|
<!-- Start of content -->
|
|
|
|
<div id="wrapper-content" role="main">
|
|
|
|
|
|
|
|
<h1>VIVO Release 1 v1.3 Upgrade Guide</h1>
|
|
|
|
<small>
|
|
|
|
xxxxxx xx, 2011 - Upgrading from Release 1 v1.2 to Release 1
|
|
|
|
v1.3
|
|
|
|
</small>
|
|
|
|
<toc>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="#announcement">Release announcement for V1.3</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#upgrade">Upgrade process for V1.3</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</toc>
|
|
|
|
|
2011-07-13 15:20:00 +00:00
|
|
|
<h3>upload.directory and SolrSetup.indexDir are merged into vitro.home.directory [see JB for further details]</h3>
|
2011-05-24 19:30:55 +00:00
|
|
|
|
|
|
|
<h3>Email parameters in deploy.properties have changed. [see JB for further details]</h3>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
Vitro.smtpHost is replaced by email.smtpHost
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
Added email.replyTo as the "from" and "reply-to" address
|
|
|
|
that appear in emails sent by the application.
|
|
|
|
</li>
|
|
|
|
</ul>
|
2011-04-04 17:47:35 +00:00
|
|
|
|
2011-04-22 16:15:37 +00:00
|
|
|
<h3>Template changes [see RY for further details]</h3>
|
2011-04-04 17:47:35 +00:00
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<p>${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:</p>
|
|
|
|
<ul>
|
|
|
|
<li>1.2: ${stylesheets.add("/css/individual/individual.css")}</li>
|
|
|
|
<li>1.3: ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/individual/individual.css" />')}</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>The addFromTheme() methods of the ${stylesheets}, ${scripts}, and ${headScripts} objects has been deleted.</li>
|
|
|
|
|
|
|
|
<li>propertyGroups.getPropertyAndRemoveFromList() has been deprecated. The replacement method is propertyGroups.pullProperty().
|
|
|
|
No change in functionality.</li>
|
|
|
|
</ul>
|
2011-04-22 16:15:37 +00:00
|
|
|
|
|
|
|
<h3>List view changes [see RY for further details]</h3>
|
|
|
|
<ul>
|
|
|
|
<li><query-base> and <query-collated> have been replaced with a single query <query-select>
|
|
|
|
that contains tags for fragments to be used only in the collated version of the query.
|
|
|
|
</li>
|
|
|
|
<li>This and other changes are documented in vitro/doc/list_view_configuration_guidelines.txt.</li>
|
|
|
|
|
|
|
|
</ul>
|
2011-06-09 14:43:02 +00:00
|
|
|
|
|
|
|
<h3>Changes to Authorization [see JB for further details]</h3>
|
|
|
|
<ul>
|
|
|
|
<li>selfEditing.idMatchingProperty will now match String literals as well as untyped literals.</li>
|
2011-07-13 21:35:58 +00:00
|
|
|
<li>'initialAdminUser' property is replaced by 'rootUser.emailAddress' - initial password is 'rootPassword'</li>
|
|
|
|
<li>Tell what happens to user accounts in the migration.</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h3>New deploy properties for Solr [see JB for further details]</h3>
|
|
|
|
<ul>
|
|
|
|
<li>already in install.html</li>
|
2011-06-09 14:43:02 +00:00
|
|
|
</ul>
|
2011-04-04 17:47:35 +00:00
|
|
|
</div> <!-- #wrapper-content -->
|
|
|
|
|
|
|
|
<div id="footer" role="contentinfo">
|
|
|
|
<p class="copyright">
|
|
|
|
<small>
|
|
|
|
©2011
|
|
|
|
All Rights Reserved | <a class="terms" href="/termsOfUse">Terms of Use</a>
|
|
|
|
</small>
|
|
|
|
| Powered by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a>
|
|
|
|
</p>
|
|
|
|
<div id="nav" role="navigation">
|
|
|
|
<ul id="footer-nav" role="list">
|
|
|
|
<li role="listitem">
|
|
|
|
<a href="http://vivoweb.org/about">About</a>
|
|
|
|
</li>
|
|
|
|
<li role="listitem">
|
|
|
|
<a href="http://vivoweb.org/contact">Contact Us</a>
|
|
|
|
</li>
|
|
|
|
<li role="listitem">
|
|
|
|
<a href="http://www.vivoweb.org/support" target="blank">Support</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div> <!-- #footer -->
|
2011-04-04 16:35:13 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|