You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/10/21 10:31:00 UTC

svn commit: r1765985 - in /poi/site: publish/changes.html publish/changes.rss src/documentation/content/xdocs/status.xml src/documentation/resources/stylesheets/changes2rss.xsl

Author: onealj
Date: Fri Oct 21 10:31:00 2016
New Revision: 1765985

URL: http://svn.apache.org/viewvc?rev=1765985&view=rev
Log:
update changes2rss.xsl to reflect additional <actions> layer in status.xml

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/src/documentation/content/xdocs/status.xml
    poi/site/src/documentation/resources/stylesheets/changes2rss.xsl

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1765985&r1=1765984&r2=1765985&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Fri Oct 21 10:31:00 2016
@@ -263,6 +263,7 @@ if (VERSION > 3) {
 <h3>Version 3.16-beta1 (2016-11-??)</h3>
 </div>
       
+      
 <a name="Changes"></a>
 <div class="h4">
 <h4>Changes</h4>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1765985&r1=1765984&r2=1765985&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Fri Oct 21 10:31:00 2016
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 <rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language>
+<item><title> fix(bug 60288)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60288) - OOXML: reduce speed to lookup document relationships</description></item>
+<item><title> fix(bug 55714)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55714) - XSLF: background image ignored on slide copy</description></item>
+<item><title> fix(bug 60255)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60255) - XSSF: create drawings when workbook contains non-sequential drawing indices</description></item>
+<item><title> fix(bug 59302,60273,59830,59858,60158)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59302,60273,59830,59858,60158) - Various improvements for reading VBA macros</description></item>
+<item><title> fix(bug 53191)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53191) - HSLF: Problems with line style when converting ppt to png</description></item>
+<item><title> fix(bug 60255)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60255) - XSSF: Check for in-use drawing part names and use next available, when creating a new sheet drawing</description></item>
+<item><title> fix(bug 56781,60246)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56781,60246) - SS Common: named range validation</description></item>
+<item><title> fix(bug 59907)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59907) - SS Common: Regression in getting and setting anchor type introduced in 3.15</description></item>
+<item><title> add(bug 60153)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 60153) - SXSSF: AES encrypt temporary files and workbook on disk</description></item>
+<item><title> fix(bug 51233,55075)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 51233,55075) - SXSSF: image is incorrectly resized if custom row height is set</description></item>
+<item><title> fix(bug 60197)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60197) - SS Common: named range sheet index not updated when changing sheet order</description></item>
+<item><title> add(bug 60003)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 60003) - Regression: HSLF Powerpoint text extractor from footer of master slide</description></item>
+<item><title> add(bug 60226)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 60226) - ClassLoader workaround for OSGI when processing OOXML files</description></item>
+<item><title> add(bug 60187)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 60187) - SS Common: support BorderStyle enums in RegionUtil</description></item>
+<item><title> add(bug 59857)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59857) - Password protected files with "Microsoft Enhanced Cryptographic Provider v1.0"</description></item>
+<item><title> fix(bug 59687)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59687) - XSSF: Comments removed from wrong row when removing a row from a sheet with empty rows</description></item>
+<item><title> fix(bug 59933)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59933) - POI: Fix IllegalAccess exception caused by logger</description></item>
+<item><title> add(bug 59853)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59853) - XSSF: Support Table (structured reference) sources in PivotTables</description></item>
 </channel></rss>
\ No newline at end of file

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1765985&r1=1765984&r2=1765985&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Fri Oct 21 10:31:00 2016
@@ -40,6 +40,9 @@
     </devs>
 
     <release version="3.16-beta1" date="2016-11-??">
+      <!-- summary
+        <summary-item>Document each major change in the release notes in a summary item</summary-item>
+      </summary -->
       <actions>
         <action dev="PD" type="fix" fixes-bug="60288">OOXML: reduce speed to lookup document relationships</action>
         <action dev="PD" type="fix" fixes-bug="55714">XSLF: background image ignored on slide copy</action>

Modified: poi/site/src/documentation/resources/stylesheets/changes2rss.xsl
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/resources/stylesheets/changes2rss.xsl?rev=1765985&r1=1765984&r2=1765985&view=diff
==============================================================================
--- poi/site/src/documentation/resources/stylesheets/changes2rss.xsl (original)
+++ poi/site/src/documentation/resources/stylesheets/changes2rss.xsl Fri Oct 21 10:31:00 2016
@@ -42,12 +42,16 @@
 
                 <language>en-us</language>
 
-                <xsl:apply-templates select="release[1]/action"/> 
+                <xsl:apply-templates select="release[1]/actions/action"/> 
                 <xsl:text>&#10;</xsl:text>
             </channel>
         </rss>
     </xsl:template>
 
+    <!--<xsl:template match="action">
+      <xsl:apply-templates/>
+    <xsl:template/>-->
+
     <xsl:template match="action">
         <xsl:text>&#10;</xsl:text>
         <item>



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