You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/08/29 11:07:53 UTC

svn commit: r1806560 [3/4] - in /ofbiz/site: ./ js-plugin/ajax-contact-extend/classes/twitter/ js-plugin/jquery.sharrre-1.3.4/ template/page/ template/region/

Modified: ofbiz/site/template/page/developers.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/developers.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/page/developers.tpl.php (original)
+++ ofbiz/site/template/page/developers.tpl.php Tue Aug 29 11:07:52 2017
@@ -36,7 +36,7 @@
       <li><i class="icon-pin"></i> For 16.11, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li>
       <li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
     </ul>
-                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p>
+                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p>
                 </div>
             </section>
        <section  id="DevDownld" class="slice row clearfix">
@@ -51,9 +51,9 @@
     <p>Anyone can checkout or <a href="#DevRepo">browse the source code </a>in the OFBiz public Subversion (SVN) repository.</p>
     <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
-      <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins</code></li>
-      <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
+                  <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co //svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
+      <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co //svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins</code></li>
+      <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co //svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
                </ul>
     </div>
             </section>
@@ -86,7 +86,7 @@
     <code>gradlew ofbiz</code>
     <p></p>
     <p>To log into OFBiz, navigate with your browser to </p>
-    <p><code>https://localhost:8443/accounting</code></p>
+    <p><code>//localhost:8443/accounting</code></p>
     <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
     <h3>Stopping OFBiz</h3>
     <p>To stop OFBiz running locally, open a command line terminal window and navigate to the OFBiz directory and;</p>
@@ -105,14 +105,14 @@
                 <div class="divider"><span></span></div>
                 <p>You can browse the repository using any of the following links.</p>
                 <ul class="iconsList">
-                   <li><i class="icon-pin"></i> <a href="http://svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="http://svn.apache.org/viewvc/ofbiz/" target="_blank"><strong>SVN - ViewVC</strong></a></li>
+                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="_blank"><strong>SVN - ViewVC</strong></a></li>
     </ul>
     <p></p>
     <p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
     <ul class="iconsList">
-        <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
-       <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
+       <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
     </ul>
             </div>
             </section>
@@ -123,7 +123,7 @@
                 <p>To help you getting started we have put together a beginners OFBiz development tutorial to get familiar with with OFBiz.</p>
     <p>It covers the fundamentals of the OFBiz application development process. The goal of this tutorial is to acquaint a developer with best practices, coding conventions. the control flow and things that the developer needs to know in order to modify OFBiz</p>
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target=_blank"><strong>Developer Tutorial</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target=_blank"><strong>Developer Tutorial</strong></a></li>
     </ul>
             </div>
             </section>
@@ -133,9 +133,9 @@
                 <div class="divider"><span></span></div>
                 <p>We have a range of technical documenentation and help for developers. Please see the links below.</p>
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="_blank"><strong>OFBiz Technical Documentation</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="_blank"><strong>OFBiz API Reference</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="_blank"><strong>Developer and Technical FAQs</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="_blank"><strong>OFBiz Technical Documentation</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="_blank"><strong>OFBiz API Reference</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="_blank"><strong>Developer and Technical FAQs</strong></a></li>
     </ul>
     <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p>
             </div>

Modified: ofbiz/site/template/page/download.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/download.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/page/download.tpl.php (original)
+++ ofbiz/site/template/page/download.tpl.php Tue Aug 29 11:07:52 2017
@@ -31,10 +31,10 @@
                   <ul>
                     <li>
                       <h2>OFBiz 16.11.03</h2>
-                      <a href="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" class="moreLink">&rarr; Download</a> </li>
+                      <a href="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" class="moreLink">&rarr; Download</a> </li>
                     <li>
                       <h2>OFBiz 13.07</h2>
-                      <a href="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external" class="moreLink">&rarr; Download</a> </li>
+                      <a href="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external" class="moreLink">&rarr; Download</a> </li>
                      </ul>
                 </div>
                 <div class="tab-pane" id="tabs-2">
@@ -48,28 +48,28 @@
       <h3>16.11.03</h3>
       <h4>>Bug</h4>
       <ul>
-         <li><a href="https://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="https://issues.apache.org/jira/browse/OFBIZ-9305" target="external">[OFBIZ-9305]</a> - change debug.properties property value cause ofbiz can't start</li>
-         <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9373" target="external">[OFBIZ-9373]</a> - Create new blog article entry error</li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9284" target="external">[OFBIZ-9374]</a> - Fix TemporalExpressions.Frequency to avoid moving job start times away from given freqCount raster</li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9384" target="external">[OFBIZ-9384]</a> - RequestHandlerException on request link of Quote Price page</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9386" target="external">[OFBIZ-9386]</a> - RequestHandlerException on request link of Quote Profit page</li>
-         <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9387" target="external">[OFBIZ-9387]</a> - CostServices.xml#getProductCost fail currency conversion</li>
-         <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9407" target="external">[OFBIZ-9407]</a> -  simple methods not terminating on error condition</li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9410" target="external">[OFBIZ-9410]</a> - Software not usable all standard installs failed</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9425" target="external">[OFBIZ-9425]</a> - createShipment code logic error</li>
+         <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>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-9373" target="external">[OFBIZ-9373]</a> - Create new blog article entry error</li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ-9284" target="external">[OFBIZ-9374]</a> - Fix TemporalExpressions.Frequency to avoid moving job start times away from given freqCount raster</li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ-9384" target="external">[OFBIZ-9384]</a> - RequestHandlerException on request link of Quote Price page</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-9386" target="external">[OFBIZ-9386]</a> - RequestHandlerException on request link of Quote Profit page</li>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-9387" target="external">[OFBIZ-9387]</a> - CostServices.xml#getProductCost fail currency conversion</li>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-9407" target="external">[OFBIZ-9407]</a> -  simple methods not terminating on error condition</li>
+          <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>
       <ul>
-        <li><a href="https://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="https://issues.apache.org/jira/browse/OFBIZ-9380" target="external">[OFBIZ-9380]</a> - renderDateTimeField works in IE, not working with lastest Chrome</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9406" target="external">[OFBIZ-9406]</a> - Update Geo data for India</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-9413" target="external">[OFBIZ-9413]</a> - Update Currency Uom data</li>
-        <li><a href="https://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>
+        <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>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-9406" target="external">[OFBIZ-9406]</a> - Update Geo data for India</li>
+        <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>
       <ul>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-7120" target="external"">[OFBIZ-7120]</a> - Multisite support in specialpurpose/cmssite</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-7120" target="external"">[OFBIZ-7120]</a> - Multisite support in specialpurpose/cmssite</li>
       </ul>
 
                        </div>
@@ -87,117 +87,117 @@
                          <h3>13.07.03</h3>
        <h4>>Sub Task</h4>
        <ul>
-           <li><a href="https://issues.apache.org/jira/browse/OFBIZ-5634" target="external">[OFBIZ-5634]</a> - Error in pagination in createProductSubscriptionResource (Catalog)</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-5801" target="external">[OFBIZ-5801]</a> -  Upgrade Axis2 to 1.6.3</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6568" target="external">[OFBIZ-6568]</a> - Update Groovy to 2.4.5 version</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6726" target="external">[OFBIZ-6726]</a> - Update commons collections to 3.2.2 because of known possible exploit</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6751" target="external">[OFBIZ-6751]</a> - POI security fix</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6752" target="external">[OFBIZ-6752]</a> - Updates Tomcat to 7.0.65</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6754" target="external">[OFBIZ-6754]</a> - Update Spring Framework</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6800" target="external">[OFBIZ-6800]</a> - Another .fo.ftl file use "align" attribute in "<fo:block>" tag.</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6905" target="external">[OFBIZ-6905]</a> - Update Xalan libs to version 2.7.2 because of CVE-2014-0107</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6913" target="external">[OFBIZ-6913]</a> - Update Tomcat to 7.0.68</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6916" target="external">[OFBIZ-6916]</a> - Upgrade Axis2 to 1.7.1</li>
-        <li><a href="https://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="https://issues.apache.org/jira/browse/OFBIZ-6959" target="external">[OFBIZ-6959]</a> - Update XStream lib to prevent XML External Entity (XXE) Processing</li>
+           <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>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6568" target="external">[OFBIZ-6568]</a> - Update Groovy to 2.4.5 version</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6726" target="external">[OFBIZ-6726]</a> - Update commons collections to 3.2.2 because of known possible exploit</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6751" target="external">[OFBIZ-6751]</a> - POI security fix</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6752" target="external">[OFBIZ-6752]</a> - Updates Tomcat to 7.0.65</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6754" target="external">[OFBIZ-6754]</a> - Update Spring Framework</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6800" target="external">[OFBIZ-6800]</a> - Another .fo.ftl file use "align" attribute in "<fo:block>" tag.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6905" target="external">[OFBIZ-6905]</a> - Update Xalan libs to version 2.7.2 because of CVE-2014-0107</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6913" target="external">[OFBIZ-6913]</a> - Update Tomcat to 7.0.68</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6916" target="external">[OFBIZ-6916]</a> - Upgrade Axis2 to 1.7.1</li>
+        <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>
        <ul>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-293" target="external">[OFBIZ-293]</a> - data import - nulling fields impossible</li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ-817" target="external">[OFBIZ-817]</a> - Require Inventory of Marketing Package Product can't be shipped</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-4559" target="external">[OFBIZ-4559]</a> - InventoryWorker.getOutstandingProductQuantities returns inaccurate results when there are multiple ItemIssuances for an order</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-5347" target="external">[OFBIZ-5347]</a> - Shipping costs not recalculated after changing sales order shipment method</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-5579" target="external">[OFBIZ-5579]</a> - Error when add product to an order.</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-5918" target="external">[OFBIZ-5918]</a> - NPE at http://demo-trunk-ofbiz.apache.org/ecommerce/products/</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-5927" target="external"> [OFBIZ-5927]</a> - Issue reported while performing Refund & Void (java.lang.ClassCastException: java.lang.String cannot be cast to java.math.BigDecimal) </li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6043" target="external">[OFBIZ-6043]</a> - Change of ship-to address is not persisted when stepping forward and backward in a create order process</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6091" target="external">[OFBIZ-6091]</a> - Supplier preferred currency not considered for drop-ship order</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6092" target="external">[OFBIZ-6092]</a> - Domain name should not create for tenant if its left empty during tenant creation</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6218" target="external">[OFBIZ-6218]</a> - Unit tests throw exception in DBCP</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6229" target="external">[OFBIZ-6229]</a> - Can't create a geo without providing a geoID</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6237" target="external">[OFBIZ-6237]</a> - function linkGeos deletes existing GeoAssocs for geoId</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6249" target="external">[OFBIZ-6249]</a> - Complete OFBIZ-6057 (error in Freemarker 2.3 versions higher than 2.3.19)</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6347" target="external">[OFBIZ-6347]</a> - Two order payment preferences are added to order, when order of order total 0(zero) is placed with Billing Account</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6374" target="external">[OFBIZ-6374]</a> - PartyContentWrapper.getPartyContentAsText use wrong signature</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6396" target="external">[OFBIZ-6396]</a> - Field Lookup do not show description when widget-verbose is set to false</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6397" target="external">[OFBIZ-6397]</a> - Survey : FTL error message when using Enumeration or Geo question type</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6400" target="external">[OFBIZ-6400]</a> - Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6425" target="external">[OFBIZ-6425]</a> - FindService.performFindList listSize = null causes errors when list is empty because the rendering system expects 0</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6430" target="external">[OFBIZ-6430]</a> - date-find in form widget does not persist value</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6444" target="external">[OFBIZ-6444]</a> -Postal Address PDF Formatter Screen Problems</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6492" target="external">[OFBIZ-6492]</a> - FTL errors at facility/control/authview/ViewContactMechs when TELECOM_NUMBER countryCode or contactNumber is blank</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6495" target="external">[OFBIZ-6495]</a> - The filter-by-date="true" of <entity-condition/> in view entity PartyExport does not work</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6496" target="external">[OFBIZ-6496]</a> - error in parsing array in ajaxUpdateAreas</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6520" target="external">[OFBIZ-6520]</a> - Price of product does not shows up when you change currency of your store and setup product prices with new currency</li>
-         <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6530" target="external">[OFBIZ-6530]</a> - Ajax request should be async</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6534" target="external">[OFBIZ-6534]</a> -  Same Billing Address generates an error</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6547" target="external">[OFBIZ-6547]</a> -  Screen with pagination on tables lead to multiple db entries when submitting</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6554" target="external">[OFBIZ-6554]</a> - streamContentToBrowser fails when the file name contains a comma, only with Chrome.</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6555" target="external">[OFBIZ-6555]</a> - errors and warning after load-extseed and running ofbiz</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6567" target="external">[OFBIZ-6567]</a> - Wrong percent encoding in Webtool/SQL Processor</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6570" target="external">[OFBIZ-6570]</a> -  Anonymous unsubscribe from contact list generates an error</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6571" target="external">[OFBIZ-6571]</a> - Error Adding items to a Customer Return Invoice</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6579" target="external">[OFBIZ-6579]</a> - ERROR: could not find ModelField for entity name: ItemIssuanceQuantitySum and field: issuedDateTime</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6582" target="external">[OFBIZ-6582]</a> - SQL Exceptions (OPTION) occuring when running OFBiz 13.07.02 against MySQL</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6594" target="external">[OFBIZ-6594]</a> -  Wrong Documentation for Temporal Expressions</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6602" target="external">[OFBIZ-6602]</a> -  Upgrade Tomcat from 7.0.59 to 7.0.64</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6605" target="external">[OFBIZ-6605]</a> - createQuoteRole, createContentRole, and createRequirementRole allow for adding Roles to a Party without permissions</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6619" target="external">[OFBIZ-6619]</a> - PurgeJob.java does not delete RecurrenceRule because it is still referenced by RecurrenceInfo</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6622" target="external">[OFBIZ-6622]</a> - Incorrectly encoded url in form widget</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6624" target="external">[OFBIZ-6624]</a> - error in isValidEan util</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6627" target="external">[OFBIZ-6627]</a> -  multiple select dropdown listbox shows only one entry</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6632" target="external">[OFBIZ-6632]</a> - Incorrect comparison in TemporalExpressionWorker.java</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6637" target="external">[OFBIZ-6637]</a> -  Work Effort Month Calendar View Is Broken</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6641" target="external">[OFBIZ-6641]</a> - Missing CountryCodeData.xml values for countries of the former Yugoslavia</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6642" target="external">[OFBIZ-6642]</a> - Non-breaking space incorrectly encoded in forms</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6652" target="external">[OFBIZ-6652]</a> - Errors in ProductSummary.groovy</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6654" target="external">[OFBIZ-6654]</a> - Display of a recurrent workeffort in workeffort calendar do not respect estimatedStart/CompletionDate</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6666" target="external">[OFBIZ-6666]</a> -  ModelService constructor does not copy all attribute of service model.</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6674" target="external">[OFBIZ-6674]</a> - In addToCart() method, reset shipment method information in cart only if shipping applies on product</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6681" target="external">[OFBIZ-6681]</a> - Type-ahead regarding workeffort in AddQuoteWorkEffort</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6683" target="external">[OFBIZ-6683]</a> - Type-ahead regarding workeffort in AddCommEventWorkEffort throws an error</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6687" target="external">[OFBIZ-6687]</a> - org.ofbiz.entity.GenericModelException: Could not find definition for entity name FixedAssetMaintWorkEffort</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6697" target="external">[OFBIZ-6697]</a> - CommunicationServices.createAttachmentContent duplicates attachments for existing CommunicationEvents</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6706" target="external">[OFBIZ-6706]</a> - The Widget-style of a menuItem in his link when the menu is selected</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6707" target="external">[OFBIZ-6707] </a> - WebtoolsUiLabels went missing</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6708" target="external">[OFBIZ-6708]</a> -  Missing userLogin error on party profile screen when 1st content is non public</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6725" target="external">[OFBIZ-6725]</a> - Best Selling Products section in main order page takes into account cancelled orders</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6733" target="external">[OFBIZ-6733]</a> - Error with Service Product Invoice Lines</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6741" target="external">[OFBIZ-6741]</a> - The state list is not populated when trying to add a shipping address from the Quick Finalize Order screen.</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6743" target="external">[OFBIZ-6743]</a> - Error on the Split Payment button from the Quick Finalize Order screen</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6753" target="external">[OFBIZ-6753]</a> - DemoTaxAuthority.xml GL Account for USA_IRS is incorrect</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6763" target="external">[OFBIZ-6763]</a> - Wrong purchase invoice item type for product type IDs RAW_MATERIAL, GOOD</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6778" target="external"> [OFBIZ-6778]</a> - Possible "NPE" in viewcontent.ftl (found in trunk demo log)</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6779" target="external">[OFBIZ-6779]</a> - Wrong entity condition expression for fetching the view entity PartyAndContactMech.</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6782" target="external">[OFBIZ-6782]</a> - Service parameter should be required.</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6784" target="external">[OFBIZ-6784]</a> - JobSandbox : reload crashed job maybe duplicate pending service</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6788" target="external">[OFBIZ-6788]</a> - OFBIZ not generating pdf invoices</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6789" target="external">[OFBIZ-6789]</a> - image management cannot share images</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6797" target="external">[OFBIZ-6797]</a> - Typo in ecommerce productdetail</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6799" target="external">[OFBIZ-6799]</a> - Export Chart of Account as PDF is broken.</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6856" target="external">[OFBIZ-6856]</a> - ContactMechs Label</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6888" target="external">[OFBIZ-6888]</a> - GroovyEngine.serviceInvoker masks Groovy script exceptions in some cases</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6910" target="external">[OFBIZ-6910]</a> - Newly created id should be out from service 'createProductFeatureType'</li>
-            <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6918" target="external">[OFBIZ-6918]</a> - ApplicationDecorator Entity-One Screen Action Incomplete Primary Key</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6920" target="external">[OFBIZ-6920]</a> - Credit card details cannot be updated</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6922" target="external">[OFBIZ-6922]</a> - Currently the testRemoteSoap test service does not work.</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6933" target="external">[OFBIZ-6933]</a> - When we update the Allow order decimal quantity to N for product store and update the unit price of item in shopping cart then its shown error.</li>
-        <li><a href="https://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="https://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>
+        <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>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-4559" target="external">[OFBIZ-4559]</a> - InventoryWorker.getOutstandingProductQuantities returns inaccurate results when there are multiple ItemIssuances for an order</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-5347" target="external">[OFBIZ-5347]</a> - Shipping costs not recalculated after changing sales order shipment method</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-5579" target="external">[OFBIZ-5579]</a> - Error when add product to an order.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-5918" target="external">[OFBIZ-5918]</a> - NPE at //demo-trunk-ofbiz.apache.org/ecommerce/products/</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-5927" target="external"> [OFBIZ-5927]</a> - Issue reported while performing Refund & Void (java.lang.ClassCastException: java.lang.String cannot be cast to java.math.BigDecimal) </li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6043" target="external">[OFBIZ-6043]</a> - Change of ship-to address is not persisted when stepping forward and backward in a create order process</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6091" target="external">[OFBIZ-6091]</a> - Supplier preferred currency not considered for drop-ship order</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6092" target="external">[OFBIZ-6092]</a> - Domain name should not create for tenant if its left empty during tenant creation</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6218" target="external">[OFBIZ-6218]</a> - Unit tests throw exception in DBCP</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6229" target="external">[OFBIZ-6229]</a> - Can't create a geo without providing a geoID</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6237" target="external">[OFBIZ-6237]</a> - function linkGeos deletes existing GeoAssocs for geoId</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6249" target="external">[OFBIZ-6249]</a> - Complete OFBIZ-6057 (error in Freemarker 2.3 versions higher than 2.3.19)</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6347" target="external">[OFBIZ-6347]</a> - Two order payment preferences are added to order, when order of order total 0(zero) is placed with Billing Account</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6374" target="external">[OFBIZ-6374]</a> - PartyContentWrapper.getPartyContentAsText use wrong signature</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6396" target="external">[OFBIZ-6396]</a> - Field Lookup do not show description when widget-verbose is set to false</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6397" target="external">[OFBIZ-6397]</a> - Survey : FTL error message when using Enumeration or Geo question type</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6400" target="external">[OFBIZ-6400]</a> - Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6425" target="external">[OFBIZ-6425]</a> - FindService.performFindList listSize = null causes errors when list is empty because the rendering system expects 0</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6430" target="external">[OFBIZ-6430]</a> - date-find in form widget does not persist value</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6444" target="external">[OFBIZ-6444]</a> -Postal Address PDF Formatter Screen Problems</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6492" target="external">[OFBIZ-6492]</a> - FTL errors at facility/control/authview/ViewContactMechs when TELECOM_NUMBER countryCode or contactNumber is blank</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6495" target="external">[OFBIZ-6495]</a> - The filter-by-date="true" of <entity-condition/> in view entity PartyExport does not work</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6496" target="external">[OFBIZ-6496]</a> - error in parsing array in ajaxUpdateAreas</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6520" target="external">[OFBIZ-6520]</a> - Price of product does not shows up when you change currency of your store and setup product prices with new currency</li>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-6530" target="external">[OFBIZ-6530]</a> - Ajax request should be async</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6534" target="external">[OFBIZ-6534]</a> -  Same Billing Address generates an error</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6547" target="external">[OFBIZ-6547]</a> -  Screen with pagination on tables lead to multiple db entries when submitting</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6554" target="external">[OFBIZ-6554]</a> - streamContentToBrowser fails when the file name contains a comma, only with Chrome.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6555" target="external">[OFBIZ-6555]</a> - errors and warning after load-extseed and running ofbiz</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6567" target="external">[OFBIZ-6567]</a> - Wrong percent encoding in Webtool/SQL Processor</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6570" target="external">[OFBIZ-6570]</a> -  Anonymous unsubscribe from contact list generates an error</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6571" target="external">[OFBIZ-6571]</a> - Error Adding items to a Customer Return Invoice</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6579" target="external">[OFBIZ-6579]</a> - ERROR: could not find ModelField for entity name: ItemIssuanceQuantitySum and field: issuedDateTime</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6582" target="external">[OFBIZ-6582]</a> - SQL Exceptions (OPTION) occuring when running OFBiz 13.07.02 against MySQL</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6594" target="external">[OFBIZ-6594]</a> -  Wrong Documentation for Temporal Expressions</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6602" target="external">[OFBIZ-6602]</a> -  Upgrade Tomcat from 7.0.59 to 7.0.64</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6605" target="external">[OFBIZ-6605]</a> - createQuoteRole, createContentRole, and createRequirementRole allow for adding Roles to a Party without permissions</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6619" target="external">[OFBIZ-6619]</a> - PurgeJob.java does not delete RecurrenceRule because it is still referenced by RecurrenceInfo</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6622" target="external">[OFBIZ-6622]</a> - Incorrectly encoded url in form widget</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6624" target="external">[OFBIZ-6624]</a> - error in isValidEan util</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6627" target="external">[OFBIZ-6627]</a> -  multiple select dropdown listbox shows only one entry</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6632" target="external">[OFBIZ-6632]</a> - Incorrect comparison in TemporalExpressionWorker.java</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6637" target="external">[OFBIZ-6637]</a> -  Work Effort Month Calendar View Is Broken</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6641" target="external">[OFBIZ-6641]</a> - Missing CountryCodeData.xml values for countries of the former Yugoslavia</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6642" target="external">[OFBIZ-6642]</a> - Non-breaking space incorrectly encoded in forms</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6652" target="external">[OFBIZ-6652]</a> - Errors in ProductSummary.groovy</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6654" target="external">[OFBIZ-6654]</a> - Display of a recurrent workeffort in workeffort calendar do not respect estimatedStart/CompletionDate</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6666" target="external">[OFBIZ-6666]</a> -  ModelService constructor does not copy all attribute of service model.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6674" target="external">[OFBIZ-6674]</a> - In addToCart() method, reset shipment method information in cart only if shipping applies on product</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6681" target="external">[OFBIZ-6681]</a> - Type-ahead regarding workeffort in AddQuoteWorkEffort</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6683" target="external">[OFBIZ-6683]</a> - Type-ahead regarding workeffort in AddCommEventWorkEffort throws an error</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6687" target="external">[OFBIZ-6687]</a> - org.ofbiz.entity.GenericModelException: Could not find definition for entity name FixedAssetMaintWorkEffort</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6697" target="external">[OFBIZ-6697]</a> - CommunicationServices.createAttachmentContent duplicates attachments for existing CommunicationEvents</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6706" target="external">[OFBIZ-6706]</a> - The Widget-style of a menuItem in his link when the menu is selected</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6707" target="external">[OFBIZ-6707] </a> - WebtoolsUiLabels went missing</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6708" target="external">[OFBIZ-6708]</a> -  Missing userLogin error on party profile screen when 1st content is non public</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6725" target="external">[OFBIZ-6725]</a> - Best Selling Products section in main order page takes into account cancelled orders</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6733" target="external">[OFBIZ-6733]</a> - Error with Service Product Invoice Lines</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6741" target="external">[OFBIZ-6741]</a> - The state list is not populated when trying to add a shipping address from the Quick Finalize Order screen.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6743" target="external">[OFBIZ-6743]</a> - Error on the Split Payment button from the Quick Finalize Order screen</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6753" target="external">[OFBIZ-6753]</a> - DemoTaxAuthority.xml GL Account for USA_IRS is incorrect</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6763" target="external">[OFBIZ-6763]</a> - Wrong purchase invoice item type for product type IDs RAW_MATERIAL, GOOD</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6778" target="external"> [OFBIZ-6778]</a> - Possible "NPE" in viewcontent.ftl (found in trunk demo log)</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6779" target="external">[OFBIZ-6779]</a> - Wrong entity condition expression for fetching the view entity PartyAndContactMech.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6782" target="external">[OFBIZ-6782]</a> - Service parameter should be required.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6784" target="external">[OFBIZ-6784]</a> - JobSandbox : reload crashed job maybe duplicate pending service</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6788" target="external">[OFBIZ-6788]</a> - OFBIZ not generating pdf invoices</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6789" target="external">[OFBIZ-6789]</a> - image management cannot share images</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6797" target="external">[OFBIZ-6797]</a> - Typo in ecommerce productdetail</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6799" target="external">[OFBIZ-6799]</a> - Export Chart of Account as PDF is broken.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6856" target="external">[OFBIZ-6856]</a> - ContactMechs Label</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6888" target="external">[OFBIZ-6888]</a> - GroovyEngine.serviceInvoker masks Groovy script exceptions in some cases</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6910" target="external">[OFBIZ-6910]</a> - Newly created id should be out from service 'createProductFeatureType'</li>
+            <li><a href="//issues.apache.org/jira/browse/OFBIZ-6918" target="external">[OFBIZ-6918]</a> - ApplicationDecorator Entity-One Screen Action Incomplete Primary Key</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6920" target="external">[OFBIZ-6920]</a> - Credit card details cannot be updated</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6922" target="external">[OFBIZ-6922]</a> - Currently the testRemoteSoap test service does not work.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6933" target="external">[OFBIZ-6933]</a> - When we update the Allow order decimal quantity to N for product store and update the unit price of item in shopping cart then its shown error.</li>
+        <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>
        <ul>
-         <li><a href="https://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="https://issues.apache.org/jira/browse/OFBIZ-6415" target="external">[OFBIZ-6415]</a> - renderTextFindField doesn't reselect operation dropdown or ignoreCase checkbox</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6417" target="external">[OFBIZ-6417]</a> - renderDateFindField doesn't reselect operation</li>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6566" target="external">[OFBIZ-6566]</a> - SecurityGroup doesn't get removed from a Party</li>
-           <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6721" target="external">[OFBIZ-6721]</a> - org.ofbiz.common.login.LoginServices.userLogin causes stack track when username or password is incorrect</li>
-        <li><a href="https://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="https://issues.apache.org/jira/browse/OFBIZ-6908" target="external">[OFBIZ-6908]</a> - Received quantity not shown on order view screen</li>
+         <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>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6417" target="external">[OFBIZ-6417]</a> - renderDateFindField doesn't reselect operation</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6566" target="external">[OFBIZ-6566]</a> - SecurityGroup doesn't get removed from a Party</li>
+           <li><a href="//issues.apache.org/jira/browse/OFBIZ-6721" target="external">[OFBIZ-6721]</a> - org.ofbiz.common.login.LoginServices.userLogin causes stack track when username or password is incorrect</li>
+        <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>
        <ul>
-        <li><a href="https://issues.apache.org/jira/browse/OFBIZ-6380" target="external">[OFBIZ-6380]</a> - Update Log4j 2.2 to 2.3</li>
+        <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>
@@ -217,19 +217,19 @@
             <h2>Apache OFBiz 16.11.03</h2>
             <div class="divider"><span></span></div>
             <p> Released in June 2017, this is the third release of the 16.11 series, that has been stabilized since November 2016. </p>
-            <a href ="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" >Download OFBiz 16.11.03</a>
-            <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="_blank">[PGP]</a>
-      <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="_blank">[MD5]</a>
-            <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="_blank">[SHA12]</a>
+            <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" >Download OFBiz 16.11.03</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="_blank">[PGP]</a>
+      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="_blank">[MD5]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="_blank">[SHA12]</a>
             <a href ="#">[Release Notes]</a></p>
             <h2>Apache OFBiz 13.07.03</h2>
             <div class="divider"><span></span></div>
             <p> Released in April 2016, is the third and final release of the 13.07 series, that has been stabilized with bug fixes since July 2013. </p>
       <p> Please note that in the 13.07 series the specialpurpose components are no longer inccluded as part of the release files. The only exception is the the ecommerce component due to specific dependencies. </p>
-       <a href ="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external">Download OFBiz 13.07.03</a>
-            <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">[PGP]</a>
-      <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">[MD5]</a>
-            <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">[SHA12]</a>
+       <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external">Download OFBiz 13.07.03</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">[PGP]</a>
+      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">[MD5]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">[SHA12]</a>
             <a href ="#">[Release Notes]</a></p>     
        <h2>Special Notice Regarding Branches 14.12 and 15.12</h2>
             <p>The branches 14.12 and 15.12 contain the complete codebase including the specialpurpose components and will remain as unreleased branches so will be accessible for developers and service providers to support their client base. The project has changed the Apache OFBiz build system from Apache Ant to Gradle beginning with the 16.11* series of releases so 14.12 and 15.12 are still using Ant.</p>
@@ -238,28 +238,28 @@
 
             <h2>Apache OFBiz 12.04 and earlier</h2>
             <div class="divider"><span></span></div>
-            <p>Older superseded releases of Apache OFBiz can be found in the <a href="http://archive.apache.org/dist/ofbiz/" target="external">Apache OFBiz archive</a></p>
+            <p>Older superseded releases of Apache OFBiz can be found in the <a href="//archive.apache.org/dist/ofbiz/" target="external">Apache OFBiz archive</a></p>
             <p><strong>NOTE: To avoid any security vulnerabilities the Apache OFBiz community highly recommend that all users upgrade to the latest stable release.</strong></p>
-      <p> A descriptions of each release in the history of OFBiz can be <a href="http://www.apache.org/dist/ofbiz/" target="external">found here</a></p>
+      <p> A descriptions of each release in the history of OFBiz can be <a href="//www.apache.org/dist/ofbiz/" target="external">found here</a></p>
       <h2>Security Vulnerabilities</h2>
             <div class="divider"><span></span></div>
             <p> <strong> We strongly encourage OfBiz users to report security problems affecting OFBiz to the private security mailing lists (either security@ofbiz.apache.org or security@apache.org), before disclosing them in a public forum.</strong></p>
-<p>Please see the  <a href="http://www.apache.org/security/" target="external">ASF Security Team webpage</a> for further information about reporting a security vulnerability as well as their contact information. </p>
+<p>Please see the  <a href="//www.apache.org/security/" target="external">ASF Security Team webpage</a> for further information about reporting a security vulnerability as well as their contact information. </p>
  
             <h3>List of Known Vulnerabilities</h3>
             <ul class="iconsList">
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6800" target="external">CVE-2016-6800</a>; affected releases: 13.07.*, 12.04.*, 11.04.*; fixed in 16.11.01</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4462" target="external">CVE-2016-4462</a>; affected releases: 13.07.*, 12.04.*, 11.04.*; fixed in 16.11.01</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2170" target="external">CVE-2016-2170</a>; affected releases: 13.07.02 and earlier versions (13.07.*), 12.04.05 and earlier versions (12.04.*); fixed in 13.07.03 and 12.04.06</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3268" target="external">CVE-2015-3268</a>; affected releases: 13.07.02 and earlier versions (13.07.*), 12.04.05 and earlier versions (12.04.*); fixed in 13.07.03 and 12.04.06</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0232" target="external">CVE-2014-0232</a>; affected releases: 12.04.03 and earlier versions (12.04.*), 11.04.04 and earlier versions (11.04.*); fixed in 12.04.04 and 11.04.05</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2250" target="external">CVE-2013-2250</a>; affected releases: 12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2137" target="external">CVE-2013-2137</a>; affected releases: 12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0177" target="external">CVE-2013-0177</a>; affected releases: 11.04.01, 10.04.04 and earlier versions (10.04.*); fixed in 11.04.02 and 10.04.05</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3506" target="external">CVE-2012-3506</a>; affected releases: 10.04.02, 10.04 (10.04.01); fixed in 10.04.03</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1622" target="external">CVE-2012-1622</a>; affected releases: 10.04 (10.04.01); fixed in 10.04.02</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1621" target="external">CVE-2012-1621</a>; affected releases: 10.04 (10.04.01); fixed in 10.04.02</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0432" target="external">CVE-2010-0432</a>; affected releases: 09.04; fixed in 09.04.01</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6800" target="external">CVE-2016-6800</a>; affected releases: 13.07.*, 12.04.*, 11.04.*; fixed in 16.11.01</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4462" target="external">CVE-2016-4462</a>; affected releases: 13.07.*, 12.04.*, 11.04.*; fixed in 16.11.01</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2170" target="external">CVE-2016-2170</a>; affected releases: 13.07.02 and earlier versions (13.07.*), 12.04.05 and earlier versions (12.04.*); fixed in 13.07.03 and 12.04.06</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3268" target="external">CVE-2015-3268</a>; affected releases: 13.07.02 and earlier versions (13.07.*), 12.04.05 and earlier versions (12.04.*); fixed in 13.07.03 and 12.04.06</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0232" target="external">CVE-2014-0232</a>; affected releases: 12.04.03 and earlier versions (12.04.*), 11.04.04 and earlier versions (11.04.*); fixed in 12.04.04 and 11.04.05</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2250" target="external">CVE-2013-2250</a>; affected releases: 12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2137" target="external">CVE-2013-2137</a>; affected releases: 12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0177" target="external">CVE-2013-0177</a>; affected releases: 11.04.01, 10.04.04 and earlier versions (10.04.*); fixed in 11.04.02 and 10.04.05</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3506" target="external">CVE-2012-3506</a>; affected releases: 10.04.02, 10.04 (10.04.01); fixed in 10.04.03</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1622" target="external">CVE-2012-1622</a>; affected releases: 10.04 (10.04.01); fixed in 10.04.02</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1621" target="external">CVE-2012-1621</a>; affected releases: 10.04 (10.04.01); fixed in 10.04.02</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0432" target="external">CVE-2010-0432</a>; affected releases: 09.04; fixed in 09.04.01</li>
             </ul>
         </div>
         </div>

Modified: ofbiz/site/template/page/getting-involved.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/getting-involved.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/page/getting-involved.tpl.php (original)
+++ ofbiz/site/template/page/getting-involved.tpl.php Tue Aug 29 11:07:52 2017
@@ -32,9 +32,9 @@
                 <h2>Introduction</h2>
                 <div class="divider"><span></span></div>
     <p>Getting involved with the Apache OFBiz Community is <strong>easy!</strong></p>
-    <p>Apache OFBiz is an open source community project governed by rules and <a href="http://apache.org/foundation/policies/conduct.html" target="_blank">Code of Conduct</a> of <a href="http://apache.org/" target="_blank">the Apache Software Foundation.</a> All Apache projects value key concepts such as community, consensus, openness and transparency.</p>
+    <p>Apache OFBiz is an open source community project governed by rules and <a href="//apache.org/foundation/policies/conduct.html" target="_blank">Code of Conduct</a> of <a href="//apache.org/" target="_blank">the Apache Software Foundation.</a> All Apache projects value key concepts such as community, consensus, openness and transparency.</p>
     <p>A popular Apache mantra is <strong>"Community over Code"</strong> meaning that being able to work and collaborate as a community is more important than producing code</p>
-    <p>The Apache OFBiz source code is free, open source and provided under the <a href="http://apache.org/licenses/">Apache Licence.</a> It is also easily accessible from the Apache source code repository. The project mailing lists contain all project releated discussions and decisions. </p>
+    <p>The Apache OFBiz source code is free, open source and provided under the <a href="//apache.org/licenses/">Apache Licence.</a> It is also easily accessible from the Apache source code repository. The project mailing lists contain all project releated discussions and decisions. </p>
     </div>
             </section> 
 
@@ -43,15 +43,15 @@
                 <h2>Who Are We Looking For?</h2>
                 <div class="divider"><span></span></div>
     <p><strong>We are looking for you!</strong></p>
-     <p>We welcome participation from anyone willing to work with us <a href="https://www.apache.org/foundation/how-it-works.html" target="_blank">the Apache Way</a> and make a contribution to the project.</p>
+     <p>We welcome participation from anyone willing to work with us <a href="//www.apache.org/foundation/how-it-works.html" target="_blank">the Apache Way</a> and make a contribution to the project.</p>
     <h3>We welcome non-developers!</h3>
       <p>Don't worry if you are not a developer. You don't have to be a developer to contribute to the project.In fact we are always looking for a range of contributors including anyone that wants to help out with documentation, translations, testing tasks and UX experience design. </p>
     <p><strong>Perhaps you are one of our OFBiz users? </strong> That's good too. You can help us by telling us about features you like (or don't like!) plus any new improvements that you'd like to see. So you see there are quite a few ways that non developers can help and contribute to improving OFBiz. </p>
     <h3>Developers welcome too!</h3>
-      <p>Apache OFBiz is built on Java. If you are a developer or want to become one then you can help by  <a href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target="_blank">getting familiar with the OFBiz framework</a> and;
+      <p>Apache OFBiz is built on Java. If you are a developer or want to become one then you can help by  <a href="//cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target="_blank">getting familiar with the OFBiz framework</a> and;
     <ul class="iconsList">
                   <li><i class="icon-pin"></i> providing patches for any bugs you find</li>
-      <li><i class="icon-pin"></i> pick up and work on any of our <a href="https://issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-6066?filter=allopenissues" target="_blank">open issues</a> </li>
+      <li><i class="icon-pin"></i> pick up and work on any of our <a href="//issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-6066?filter=allopenissues" target="_blank">open issues</a> </li>
     </ul>
     <p>If your company uses Apache OFBiz then please consider contributing back any functionality you think could help benefit our community. </p>
 
@@ -82,9 +82,9 @@
               <div class="span10">
                 <h2>Contributing Code and Bug Fixes</h2>
                 <div class="divider"><span></span></div>
-                <p>As an Apache open source project, we take the legality of code seriously and we don't want people contributing code that they don't own or a 3rd party having a legal claim on our project. This is why we ask all <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors" target="_blank">OFBiz contributors </a> to complete an Individual Contributor Licence Agreement (ICLA)</p>
+                <p>As an Apache open source project, we take the legality of code seriously and we don't want people contributing code that they don't own or a 3rd party having a legal claim on our project. This is why we ask all <a href="//cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors" target="_blank">OFBiz contributors </a> to complete an Individual Contributor Licence Agreement (ICLA)</p>
      <h3>Code Changes</h3>
-    <p>If you are interested in contributing new code then you can submit patches to the project via <a href="https://issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue Tracker</a>
+    <p>If you are interested in contributing new code then you can submit patches to the project via <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue Tracker</a>
     <ul class="iconsList">
                   <li><i class="icon-pin"></i> Create a new issue that describes what the code you are contributing does and;</li>
       <li><i class="icon-pin"></i> Upload a .patch file with your code changes  </li>
@@ -93,8 +93,8 @@
      <h3>Fixing Bugs</h3>
                 <p>Bugs happen and you might see one and know how to fix it.
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> Check our <a href="https://issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue Tracker</a> as the bug may have already been reported</li>
-       <li><i class="icon-pin"></i> If it is a new bug then please create a new <a href="https://issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue</a> </li>
+                  <li><i class="icon-pin"></i> Check our <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue Tracker</a> as the bug may have already been reported</li>
+       <li><i class="icon-pin"></i> If it is a new bug then please create a new <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue</a> </li>
       <li><i class="icon-pin"></i> Upload your patch  </li>
     </ul>
      <p>All submitted patches will be reviewed by our volunteers and if it meets the project standard, will be integrated into our codebase.</p>

Modified: ofbiz/site/template/page/index.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/index.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/page/index.tpl.php (original)
+++ ofbiz/site/template/page/index.tpl.php Tue Aug 29 11:07:52 2017
@@ -191,7 +191,7 @@
             </div>
   <p></p>
   <p></p>
-   <p>If you are still unsure or have any questions then please feel free to use our <a href="https://lists.apache.org/list.html?user@ofbiz.apache.org" target="_blank"><strong>User Mailing List</strong></a> </p>
+   <p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="_blank"><strong>User Mailing List</strong></a> </p>
           </section>   
 
       </div>

Modified: ofbiz/site/template/page/mailing-lists.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/mailing-lists.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/page/mailing-lists.tpl.php (original)
+++ ofbiz/site/template/page/mailing-lists.tpl.php Tue Aug 29 11:07:52 2017
@@ -20,7 +20,7 @@
             <div class="span6">
               <h2>Subscribe to Our Mailing Lists</h2>
               <div class="divider"><span></span></div>
-              <p>We welcome everyone who would like to join our community and participate in our mailing lists. We expect that everyone respects the <a href="http://www.apache.org/dev/contrib-email-tips.html">mailing list participation guidelines </a> and the <a href="http://apache.org/foundation/policies/conduct.html">ASF Code of Conduct </a>.</p>
+              <p>We welcome everyone who would like to join our community and participate in our mailing lists. We expect that everyone respects the <a href="//www.apache.org/dev/contrib-email-tips.html">mailing list participation guidelines </a> and the <a href="//apache.org/foundation/policies/conduct.html">ASF Code of Conduct </a>.</p>
         <p>To subscribe to a mailing list please:
     <ul class="iconsList">
     <li><i class="icon-pin"></i>Click the button of the mailing list you want to subscribe to</li>
@@ -43,20 +43,20 @@
                   <li><i class="icon-check"></i> What did you expect as results?</li>
                   <li><i class="icon-check"></i> What you actually got as results?</li>
                  </ul>  
-                <a class="btn btnSmall" href="http://lists.apache.org/list.html?user@ofbiz.apache.org">User List</a> </div>
+                <a class="btn btnSmall" href="//lists.apache.org/list.html?user@ofbiz.apache.org">User List</a> </div>
        <div class="span4">
                   <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-cog-alt"></i></span> Developer Mailing List</h3>
                    <p>The developer list is strictly for topics related to the design and development of the OFBiz Project itself.</p>
       <p><i class="icon-info-circle"></i>Please don't ask questions relevant to User Mailing List in this Mailing List.</p>
        <p>If you are not sure to which list to post to then use the User Mailing List..</p>
-                  <a class="btn btnSmall" href="http://lists.apache.org/list.html?dev@ofbiz.apache.org">Developer List</a> 
+                  <a class="btn btnSmall" href="//lists.apache.org/list.html?dev@ofbiz.apache.org">Developer List</a>
     </div>
                 <div class="span4">
                   <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-resize-full-alt"></i></span> Commit Mailing List</h3>
                   <p>The commits list is used to notify subscribers of commits to the OFBiz SVN repository. It is only used for reference.</p>
       <p><i class="icon-info-circle"></i>Please don't ask any questions on this list. It is not used for discussions. </p>
               <p>If you are not sure to which list to post to then use the User Mailing List.</p>
-      <a class="btn btnSmall" href="http://lists.apache.org/list.html?commits@ofbiz.apache.org">Commits List</a>
+      <a class="btn btnSmall" href="//lists.apache.org/list.html?commits@ofbiz.apache.org">Commits List</a>
                 </div>
             </div>
           </section>

Modified: ofbiz/site/template/page/ofbiz-demos.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/ofbiz-demos.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/page/ofbiz-demos.tpl.php (original)
+++ ofbiz/site/template/page/ofbiz-demos.tpl.php Tue Aug 29 11:07:52 2017
@@ -48,8 +48,8 @@
                 <h2>Current Stable Release 16.11 - Demo</h2>
                 <div class="divider"><span></span></div>
 
-    <p><i class="icon-pin"></i><a href="https://demo-stable.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
-    <p><i class="icon-pin"></i><a href="https://demo-stable.ofbiz.apache.org/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
+    <p><i class="icon-pin"></i><a href="//demo-stable.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
+    <p><i class="icon-pin"></i><a href="//demo-stable.ofbiz.apache.org/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
 
               </div> 
             </section>
@@ -59,8 +59,8 @@
                 <h2>Developer Trunk - Demo </h2>
                 <div class="divider"><span></span></div>
                 <p>Please note that the trunk version is not recommended for a production environment. It is experimental code and contains developments in progress that once stablised will become part of future stable releases.</p>
-    <p><i class="icon-pin"></i><a href="https://demo-trunk.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
-    <p><i class="icon-pin"></i><a href="https://demo-trunk.ofbiz.apache.org/ecomseo" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
+    <p><i class="icon-pin"></i><a href="//demo-trunk.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
+    <p><i class="icon-pin"></i><a href="//demo-trunk.ofbiz.apache.org/ecomseo" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
 
 
         </div>
@@ -72,8 +72,8 @@
                 <div class="divider"><span></span></div>
                 <p>This demo is for the previous OFBiz release. </p>
 
-    <p><i class="icon-pin"></i><a href="https://ofbiz-vm2.apache.org:28443/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
-    <p><i class="icon-pin"></i><a href=" http://ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
+    <p><i class="icon-pin"></i><a href="//ofbiz-vm2.apache.org:28443/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
+    <p><i class="icon-pin"></i><a href=" //ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
 
         </div>
             </section>

Modified: ofbiz/site/template/page/source-repositories.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/source-repositories.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/page/source-repositories.tpl.php (original)
+++ ofbiz/site/template/page/source-repositories.tpl.php Tue Aug 29 11:07:52 2017
@@ -32,14 +32,14 @@
                 <div class="divider"><span></span></div>
                 <p>You can browse the repository using any of the following links.</p>
                 <ul class="iconsList">
-                   <li><i class="icon-pin"></i> <a href="http://svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="http://svn.apache.org/viewvc/ofbiz/" target="_blank"><strong>SVN - ViewVC</strong></a></li>
+                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="_blank"><strong>SVN - ViewVC</strong></a></li>
     </ul>
     <p></p>
     <p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
     <ul class="iconsList">
-        <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
-       <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
+       <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
     </ul>
 
     <h3>Checking out the Repository Source Code</h3>
@@ -50,7 +50,7 @@
     <ul class="iconsList">
                   <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
       <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins </code></li>
-       <li><i class="icon-pin"></i> <strong>ofbiz tools</strong> : <code>$ svn co https://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools </code></li>
+       <li><i class="icon-pin"></i> <strong>ofbiz tools</strong> : <code>$ svn co //svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools </code></li>
       <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
        <li><i class="icon-pin"></i> <strong>ofbiz website</strong> : <code>$ website: $ svn co http://svn.apache.org/repos/asf/ofbiz/site ofbiz-website </code></li>
                </ul>

Modified: ofbiz/site/template/region/footer.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/footer.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/region/footer.tpl.php (original)
+++ ofbiz/site/template/region/footer.tpl.php Tue Aug 29 11:07:52 2017
@@ -12,18 +12,18 @@
         <div class="divider"><span></span></div>
         <ul class="socialNetwork nav">
           <li>
-            <a href="https://twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
+            <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
               target="_blank" title="follow us on Twitter"><span>twitter</span></a>
           </li>
-          <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
-          <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
+          <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
           <!--<li><a href="#" class="icon-rss socialIcon tips"  title="Our rss feed"><span>rss feed</span></a></li>         
           <li><a href="#" class="icon-gplus socialIcon tips"  title="follow us on Google +"><span>google +</span></a></li>
           <li><a href="#" class="icon-instagram socialIcon tips"  title="follow us on Instagram"><span>instagram</span></a></li>
           <li><a href="#" class="icon-linkedin socialIcon tips"  title="follow us on Linkedin"><span>linkedin</span></a></li>
           <li><a href="#" class="icon-pinterest-circled socialIcon tips"  title="follow us on Pinterest"><span>Pinterest</span></a></li>-->
         </ul>
-        <div id="twitterFrame"> <a class="twitter-timeline" href="https://twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
+        <div id="twitterFrame"> <a class="twitter-timeline" href="//twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
         </div>
       </div>
@@ -33,10 +33,10 @@
         <ul>
           <li><a href="mailing-lists.html">Mailing Lists</a></li>
           <li><a href="source-repositories.html">Source Repository (SVN)</a></li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
-          <li><a href="https://www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
-          <li><a href="https://vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
-          <li><a href="https://www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
+          <li><a href="//vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
+          <li><a href="//www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
         </ul>
       </div>
       <div class="span3 sociallWidget">

Modified: ofbiz/site/template/region/head.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/head.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/region/head.tpl.php (original)
+++ ofbiz/site/template/region/head.tpl.php Tue Aug 29 11:07:52 2017
@@ -30,7 +30,7 @@
 <!-- Bootstrap  -->
 <link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
 <!-- web font  -->
-<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
+<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
 <!-- plugin css  -->
 <link rel="stylesheet" type="text/css" href="js-plugin/pretty-photo/css/prettyPhoto.css" />
 <link rel="stylesheet" type="text/css" href="js-plugin/rs-plugin/css/settings.css" media="screen" />
@@ -41,7 +41,7 @@
 <!-- Custom css -->
 <link type="text/css" rel="stylesheet" href="css/layout.css">
 <link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
-<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 <!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]-->
 <script src="js/modernizr-2.6.1.min.js"></script>
 <!-- Favicons

Modified: ofbiz/site/template/region/header.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/header.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/region/header.tpl.php (original)
+++ ofbiz/site/template/region/header.tpl.php Tue Aug 29 11:07:52 2017
@@ -20,16 +20,16 @@
             </li>
             <li><a href="" class="firstLevel<?php if (basename($page_name) == 'news.tpl.php'):?> active<?php endif;?>">News</a>
               <ul>
-                <li><a href="https://twitter.com/apacheofbiz" target="external">Twitter</a></li>
-                <li><a href="https://blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>                
+                <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
+                <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel<?php if (basename($page_name) == 'documentation.tpl.php'):?> active<?php endif;?>">Documentation</a>
               <ul>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
+                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel<?php if (basename($page_name) == 'community.tpl.php'):?> active<?php endif;?>">Community</a>
@@ -38,7 +38,7 @@
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>
                 <li><a href="source-repositories.html">Source Repository</a></li>
                 <li><a href="download.html">Downloads</a></li>
-                <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
+                <li><a href="//issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
                 <li><a href="faqs.html" class="last">FAQ</a></li>
               </ul>
             </li>

Modified: ofbiz/site/template/region/scripts.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/scripts.tpl.php?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/template/region/scripts.tpl.php (original)
+++ ofbiz/site/template/region/scripts.tpl.php Tue Aug 29 11:07:52 2017
@@ -4,7 +4,7 @@
  */
 ?>
 <script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
+<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
 <script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
 <!-- third party plugins  -->
 <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>