vivo/doc/upgrade-1.4.html

84 lines
3.2 KiB
HTML
Raw Normal View History

<!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>
(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)
</ul>
<h2>Tomcat configuration</h2>
<ul>
<li>Specify URI encoding
</li>
(jblake)
</ul>
<!-- #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>