You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2013/06/25 16:51:09 UTC

svn commit: r1496502 - in /poi/site: publish/changes.html publish/changes.rss publish/guidelines.html src/documentation/content/xdocs/guidelines.xml src/documentation/content/xdocs/status.xml

Author: nick
Date: Tue Jun 25 14:51:09 2013
New Revision: 1496502

URL: http://svn.apache.org/r1496502
Log:
Fix code standard link, and update the changelog

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/publish/guidelines.html
    poi/site/src/documentation/content/xdocs/guidelines.xml
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1496502&r1=1496501&r2=1496502&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Tue Jun 25 14:51:09 2013
@@ -255,6 +255,9 @@ if (VERSION > 3) {
 <ul>
           
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg">53972 - Presence of PLV record shouldn't affect HSSF Data Validation(poi-developers)</li>
+          
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg">55142 - Not all XWPF SDT blocks need newlines(poi-developers)</li>
           
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1496502&r1=1496501&r2=1496502&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Tue Jun 25 14:51:09 2013
@@ -4,6 +4,10 @@
               by 
               poi-developers
               :
+              53972 - Presence of PLV record shouldn't affect HSSF Data Validation</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix
+              by 
+              poi-developers
+              :
               55142 - Not all XWPF SDT blocks need newlines</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix
               by 
               poi-developers

Modified: poi/site/publish/guidelines.html
URL: http://svn.apache.org/viewvc/poi/site/publish/guidelines.html?rev=1496502&r1=1496501&r2=1496502&view=diff
==============================================================================
--- poi/site/publish/guidelines.html (original)
+++ poi/site/publish/guidelines.html Tue Jun 25 14:51:09 2013
@@ -560,7 +560,7 @@ if (VERSION > 3) {
       
 <ul>
         
-<li>added code complies with <a href="http://poi.apache.org/resolutions/res001.html">coding standards</a>
+<li>added code complies with <a href="#CodeStyle">coding standards</a>
 </li>
         
 <li>added code compiles and runs on java 1.5</li>

Modified: poi/site/src/documentation/content/xdocs/guidelines.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/guidelines.xml?rev=1496502&r1=1496501&r2=1496502&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/guidelines.xml (original)
+++ poi/site/src/documentation/content/xdocs/guidelines.xml Tue Jun 25 14:51:09 2013
@@ -242,7 +242,7 @@
     </section>
     <section><title>checklist before submitting a patch</title>
       <ul>
-        <li>added code complies with <link href="http://poi.apache.org/resolutions/res001.html">coding standards</link></li>
+        <li>added code complies with <link href="#CodeStyle">coding standards</link></li>
         <li>added code compiles and runs on java 1.5</li>
         <li>new java files begin with the <link href="http://www.apache.org/foundation/license-faq.html">
              apache software license</link> statement.</li> 

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1496502&r1=1496501&r2=1496502&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Tue Jun 25 14:51:09 2013
@@ -35,6 +35,7 @@
 
     <changes>
         <release version="3.10-beta1" date="2013-06-??">
+          <action dev="poi-developers" type="fix">53972 - Presence of PLV record shouldn't affect HSSF Data Validation</action>
           <action dev="poi-developers" type="fix">55142 - Not all XWPF SDT blocks need newlines</action>
           <action dev="poi-developers" type="fix">54920 - XSSFDrawing.createCellComment causes CommentsTable to lose reference to comment in cell A1</action>
           <action dev="poi-developers" type="fix">54982 - ExtractorFactory does not close files when extracting via OCPPackage.open()</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org