Modified: ofbiz/site/template/page/download.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/download.tpl.php?rev=1806762&r1=1806761&r2=1806762&view=diff ============================================================================== --- ofbiz/site/template/page/download.tpl.php (original) +++ ofbiz/site/template/page/download.tpl.php Thu Aug 31 08:13:30 2017 @@ -33,17 +33,19 @@ <h2>OFBiz 16.11.03</h2> <a href="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" class="moreLink">→ Download</a> </li> <li> - <h2>OFBiz 13.07</h2> + <h2>OFBiz 13.07.03</h2> <a href="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external" class="moreLink">→ Download</a> </li> </ul> </div> <div class="tab-pane" id="tabs-2"> <ul> <li> - <?php include ('releases/release-notes-16.11.03.html');?> + <h2>OFBiz 16.11.03</h2> + <a href="release-notes-16.11.03.html" class="moreLink">→ View</a></li> </li> <li> - <?php include ('releases/release-notes-13.07.03.html');?> + <h2>OFBiz 13.07.03</h2> + <a href="release-notes-13.07.03.html" class="moreLink">→ View</a></li> </li> </ul> </div> Copied: ofbiz/site/template/page/release-notes-13.07.03.tpl.php (from r1806761, ofbiz/site/template/page/releases/release-notes-13.07.03.html) URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/release-notes-13.07.03.tpl.php?p2=ofbiz/site/template/page/release-notes-13.07.03.tpl.php&p1=ofbiz/site/template/page/releases/release-notes-13.07.03.html&r1=1806761&r2=1806762&rev=1806762&view=diff ============================================================================== --- ofbiz/site/template/page/releases/release-notes-13.07.03.html (original) +++ ofbiz/site/template/page/release-notes-13.07.03.tpl.php Thu Aug 31 08:13:30 2017 @@ -1,10 +1,22 @@ +<?php //Variable declarations for region templates + $head_title = '<title>The Apache OFBiz® Project</title>'; +?> +<!-- page content --> + <section id="content" class="fullWidth"> + <header class="headerPage"> + <div class="container clearfix"> + <div class="row"> + <h1 class="span8">Release Notes 13.07.03</h1> + <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="download.html">Download</a><span>/</span><span class="current">Release Notes 17.07.03</span> </div> + </div> + </div> + </header> + <section id="content" class="features" > + <div class="slice clearfix"> + <div class="container"> <div class="row"> - <div class="one_fourth"> - <div class="imgWrapper"><img alt="client" src="images/OFBiz-logoV3-apache.png"></div> - </div> - <div class="three_fourths last"> - <h3>13.07.03</h3> - <h4>Sub Task</h4> + <div> + <h3>Sub Task</h3> <ul> <li><a href="//issues.apache.org/jira/browse/OFBIZ-5634" target="external">[OFBIZ-5634]</a> - Error in pagination in createProductSubscriptionResource (Catalog)</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-5801" target="external">[OFBIZ-5801]</a> - Upgrade Axis2 to 1.6.3</li> @@ -20,7 +32,7 @@ <li><a href="//issues.apache.org/jira/browse/OFBIZ-6942" target="external">[OFBIZ-6942]</a> - Comment out RMI related code because of the Java deserialization issue</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-6959" target="external">[OFBIZ-6959]</a> - Update XStream lib to prevent XML External Entity (XXE) Processing</li> </ul> - <h4>Bug</h4> + <h3>Bug</h3> <ul> <li><a href="//issues.apache.org/jira/browse/OFBIZ-293" target="external">[OFBIZ-293]</a> - data import - nulling fields impossible</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-817" target="external">[OFBIZ-817]</a> - Require Inventory of Marketing Package Product can't be shipped</li> @@ -104,7 +116,7 @@ <li><a href="//issues.apache.org/jira/browse/OFBIZ-6937" target="external">[OFBIZ-6937]</a> - Company Check payment method should be shown when issuing chek</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-6961" target="external">[OFBIZ-6961] </a> - popup fades in and out non-stop when hovers on a product image in list view</li> </ul> - <h4>Improvement</h4> + <h3>Improvement</h3> <ul> <li><a href="//issues.apache.org/jira/browse/OFBIZ-6185" target="external">[OFBIZ-6185]</a> - Type-ahead regarding LookupInvoice in AP doesn't return result</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-6415" target="external">[OFBIZ-6415]</a> - renderTextFindField doesn't reselect operation dropdown or ignoreCase checkbox</li> @@ -114,9 +126,13 @@ <li><a href="//issues.apache.org/jira/browse/OFBIZ-6727" target="external">[OFBIZ-6727]</a> - Webtools Entity edition, the suggested date and time formats are not localised</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-6908" target="external">[OFBIZ-6908]</a> - Received quantity not shown on order view screen</li> </ul> - <h4>Task</h4> + <h3>Task</h3> <ul> <li><a href="//issues.apache.org/jira/browse/OFBIZ-6380" target="external">[OFBIZ-6380]</a> - Update Log4j 2.2 to 2.3</li> </ul> </div> -</div> \ No newline at end of file +</div> +</div> +</div> +</section> +</section> \ No newline at end of file Copied: ofbiz/site/template/page/release-notes-16.11.03.tpl.php (from r1806761, ofbiz/site/template/page/releases/release-notes-16.11.03.html) URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/release-notes-16.11.03.tpl.php?p2=ofbiz/site/template/page/release-notes-16.11.03.tpl.php&p1=ofbiz/site/template/page/releases/release-notes-16.11.03.html&r1=1806761&r2=1806762&rev=1806762&view=diff ============================================================================== --- ofbiz/site/template/page/releases/release-notes-16.11.03.html (original) +++ ofbiz/site/template/page/release-notes-16.11.03.tpl.php Thu Aug 31 08:13:30 2017 @@ -1,10 +1,22 @@ +<?php //Variable declarations for region templates + $head_title = '<title>The Apache OFBiz® Project</title>'; +?> + <!-- page content --> + <section id="content" class="fullWidth"> + <header class="headerPage"> + <div class="container clearfix"> + <div class="row"> + <h1 class="span8">Release Notes 16.11.03</h1> + <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="download.html">Download</a><span>/</span><span class="current">Release Notes 16.11.03</span> </div> + </div> + </div> + </header> + <section id="content" class="features" > + <div class="slice clearfix"> + <div class="container"> <div class="row"> - <div class="one_fourth"> - <div class="imgWrapper"><img alt="client" src="images/OFBiz-logoV3-apache.png"></div> - </div> - <div class="three_fourths last"> - <h3>16.11.03</h3> - <h4>Bug</h4> + <div> + <h3>Bug</h3> <ul> <li><a href="//issues.apache.org/jira/browse/OFBIZ-9286" target="external">[OFBIZ-9286]</a> - ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-9305" target="external">[OFBIZ-9305]</a> - change debug.properties property value cause ofbiz can't start</li> @@ -17,7 +29,7 @@ <li><a href="//issues.apache.org/jira/browse/OFBIZ-9410" target="external">[OFBIZ-9410]</a> - Software not usable all standard installs failed</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-9425" target="external">[OFBIZ-9425]</a> - createShipment code logic error</li> </ul> - <h4>Improvement</h4> + <h3>Improvement</h3> <ul> <li><a href="//issues.apache.org/jira/browse/OFBIZ-8202" target="external">[OFBIZ-8202]</a> - Use try-with-resources statement wherever it's possible</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-9380" target="external">[OFBIZ-9380]</a> - renderDateTimeField works in IE, not working with lastest Chrome</li> @@ -25,9 +37,13 @@ <li><a href="//issues.apache.org/jira/browse/OFBIZ-9413" target="external">[OFBIZ-9413]</a> - Update Currency Uom data</li> <li><a href="//issues.apache.org/jira/browse/OFBIZ-9422" target="external">[OFBIZ-9422]</a> - Accounting Manager \ Fixed Assets, press button [NEW FIXED ASSET], but action button is [Update], not [Save]</li> </ul> - <h4>New Feature</h4> + <h3>New Feature</h3> <ul> <li><a href="//issues.apache.org/jira/browse/OFBIZ-7120" target="external"">[OFBIZ-7120]</a> - Multisite support in specialpurpose/cmssite</li> </ul> </div> -</div> \ No newline at end of file +</div> +</div> +</div> +</section> +</section> \ No newline at end of file |
Free forum by Nabble | Edit this page |