2011-08-08 22:28:58 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>VIVO Release 1 V1.4 Upgrade Guide</title>
|
|
|
|
<link rel="stylesheet" href="./css/doc.css" media="screen">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<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.4 Upgrade Guide</h1>
|
|
|
|
<small>
|
|
|
|
Upgrading from Release 1 V1.3 to Release 1 V1.4
|
|
|
|
</small>
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Template changes</h2>
|
|
|
|
<ul>
|
|
|
|
<li><code>${stylesheets.list}</code>, <code>${scripts.list}</code>, and <code>${headscripts.list}</code> have changed to
|
|
|
|
<code>${stylesheets.list()}</code>, <code>${scripts.list()}</code>, and <code>${headscripts.list()}</code>, respectively.
|
|
|
|
</li>
|
2011-11-06 17:13:21 +00:00
|
|
|
(ryounes)
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>addition to deploy.properties</h2>
|
|
|
|
<ul>
|
|
|
|
<li> What types of individuals may have proxy editors?
|
|
|
|
<pre>proxy.eligibleTypeList = http://xmlns.com/foaf/0.1/Person, http://xmlns.com/foaf/0.1/Organization</pre>
|
|
|
|
</li>
|
|
|
|
(jblake)
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>changes to the build script</h2>
|
|
|
|
<ul>
|
|
|
|
<li> Incremental builds go much faster, but at some cost:
|
|
|
|
<ul>
|
|
|
|
<li>full builds go a little slower</li>
|
|
|
|
<li>if you delete a source file, you must do a full build to really get rid of it.</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li> Changes to solr deploy.</li>
|
|
|
|
(jblake)
|
2011-08-08 22:28:58 +00:00
|
|
|
</ul>
|
|
|
|
|
2011-11-23 16:04:49 +00:00
|
|
|
<h2>Tomcat configuration</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Specify URI encoding
|
|
|
|
</li>
|
|
|
|
(jblake)
|
|
|
|
</ul>
|
|
|
|
|
2011-08-08 22:28:58 +00:00
|
|
|
<!-- #wrapper-content -->
|
|
|
|
<div id="footer" role="contentinfo">
|
|
|
|
<p class="copyright">
|
|
|
|
<small>
|
|
|
|
©2011 All Rights Reserved
|
|
|
|
</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 -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|