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 2015/09/13 23:23:28 UTC

svn commit: r1702829 - in /poi/site/publish: changes.html changes.rss related-projects.html

Author: nick
Date: Sun Sep 13 21:23:27 2015
New Revision: 1702829

URL: http://svn.apache.org/r1702829
Log:
Republish site

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/publish/related-projects.html

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1702829&r1=1702828&r2=1702829&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Sep 13 21:23:27 2015
@@ -261,6 +261,15 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58353">58353</a> - Return correct value in Match-Function with match-type == -1</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58315">58315</a> - Avoid NPE for RichTextString without font-details</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=53275">53275</a> - XSSFFont: reset indexed color flag when setting a non-indexed color</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58039">58039</a> - Make DGet and DMin function implementations thread-safe</li>
     	
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1702829&r1=1702828&r2=1702829&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sun Sep 13 21:23:27 2015
@@ -1,3 +1,3 @@
 <?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>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 58039)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 58039) - Make DGet and DMin function implementations thread-safe</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix DAYS360 handling for US/EU method</description></item><item><title> fix(bug 58254)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58254) - CellFormatResult.text should check for nulls as per the javadoc</description></item><item><title> fix(bug 58260)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58260) - Fix checks for limit on number of styles in XSSF/SXSSF, fix more than 32k styles in SXSSF workbooks</descri
 ption></item><item><title> fix(bug 58262)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 58262) - ReadOnlySharedStringsTable now handles workbooks with an empty SST part</description></item><item><title> fix(bug 52111)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 52111) - Intersection formulae are now supported in XSSF</description></item><item><title> fix(bug 58253)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58253) - CellReference upper-case check for #REF!, and javadoc improvements</description></item><item><title> fix(bug 58252)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58252) - More CellReference unit testing coverage</description></item><item><title> fix(bug 54938)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54938) - Throw InvalidForm
 atException as documented instead of IllegalArgumentException in WorkbookFactory.create()</description></item><item><title> fix(bug 58237)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58237) - When adding a picture to a XWPF header or footer, attach it to the right part</description></item><item><title> fix(bug 58220)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58220) - Improve the javadocs for XSSFFont and Font getFontHeight methods</description></item><item><title> fix(bug 56479)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56479) - Don't hardcode dcterms as namespace alias in the attribute, but expect the actual alias that is used in the corresponding element</description></item><item><title> fix(bug 56519)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56519) - XSLFSlide.draw is not 
 working with text embeded in PPTX</description></item><item><title> fix(bug 58205)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58205) - getSlideMasters() returns the master slides in the incorrect order</description></item><item><title> fix(bug 57786)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57786) - XSLFFreeformShape ignores quadratic bezier curves</description></item><item><title> fix(bug 58206)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58206) - provide a mechanism to find slide layouts by name</description></item><item><title> fix(bug 58204)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58204) - STYLE: ShapeContainer interface makes internal getShapesList() redundant</description></item><item><title> add(bug 58190)</title><link>http://poi.apache.org/changes.html</link><descrip
 tion> add by POI Developers (bug 58190) - The current picture handling uses raw integers for types and index, replace with enum and reference</description></item><item><title> fix(bug 58203)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58203) - Apparently Maven uses plurals for all artifacts except javadocs, so tweak our naming to make it happy</description></item><item><title> add(bug 58193)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58193) - Use input stream rather than byte array for checksum etc.</description></item><item><title> add(bug 58200)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58200) - SXSSF support for evaluating formula cells, provided the cell and all its references are within the current window</description></item><item><title> fix(bug 58098)</title><link>http://poi.apache.org/changes.html</link><description> fix 
 by POI Developers (bug 58098) - Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Windows</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Merged common_sl branch to trunk</description></item><item><title> fix(bug 57571)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57571) - Fix creating comments for XSSF/SXSSF, regression was introduced via bug 54920</description></item><item><title> fix(bug 58175)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58175) - Fix creating comments for XSSF/SXSSF, regression was introduced via bug 54920</description></item><item><title> fix(bug 58156)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58156) - Possible data corruption in hasPOIFSHeader and hasOOXMLHeader</description></item><item><title> add(bug 5
 7484)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57484) - Allow processing of non-OOXML core namespace packages</description></item><item><title> add(bug 58130)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58130) - Conditional Formatting support for DataBars, Icon Sets / Multi-States, and Color Scales</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 58353)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58353) - Return correct value in Match-Function with match-type == -1</description></item><item><title> fix(bug 58315)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58315) - Avoid NPE for RichTextString without font-details</description></item><item><title> fix(bug 53275)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53275) - XSSFFont: reset indexed color flag when setting a non-indexed color</description></item><item><title> fix(bug 58039)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 58039) - Make DGet and DMin function implementations thread-safe</descri
 ption></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix DAYS360 handling for US/EU method</description></item><item><title> fix(bug 58254)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58254) - CellFormatResult.text should check for nulls as per the javadoc</description></item><item><title> fix(bug 58260)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58260) - Fix checks for limit on number of styles in XSSF/SXSSF, fix more than 32k styles in SXSSF workbooks</description></item><item><title> fix(bug 58262)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 58262) - ReadOnlySharedStringsTable now handles workbooks with an empty SST part</description></item><item><title> fix(bug 52111)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 521
 11) - Intersection formulae are now supported in XSSF</description></item><item><title> fix(bug 58253)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58253) - CellReference upper-case check for #REF!, and javadoc improvements</description></item><item><title> fix(bug 58252)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58252) - More CellReference unit testing coverage</description></item><item><title> fix(bug 54938)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54938) - Throw InvalidFormatException as documented instead of IllegalArgumentException in WorkbookFactory.create()</description></item><item><title> fix(bug 58237)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58237) - When adding a picture to a XWPF header or footer, attach it to the right part</description></item><item><title> fix(
 bug 58220)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58220) - Improve the javadocs for XSSFFont and Font getFontHeight methods</description></item><item><title> fix(bug 56479)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56479) - Don't hardcode dcterms as namespace alias in the attribute, but expect the actual alias that is used in the corresponding element</description></item><item><title> fix(bug 56519)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56519) - XSLFSlide.draw is not working with text embeded in PPTX</description></item><item><title> fix(bug 58205)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58205) - getSlideMasters() returns the master slides in the incorrect order</description></item><item><title> fix(bug 57786)</title><link>http://poi.apache.org/changes.html</link><d
 escription> fix by POI Developers (bug 57786) - XSLFFreeformShape ignores quadratic bezier curves</description></item><item><title> fix(bug 58206)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58206) - provide a mechanism to find slide layouts by name</description></item><item><title> fix(bug 58204)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58204) - STYLE: ShapeContainer interface makes internal getShapesList() redundant</description></item><item><title> add(bug 58190)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58190) - The current picture handling uses raw integers for types and index, replace with enum and reference</description></item><item><title> fix(bug 58203)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58203) - Apparently Maven uses plurals for all artifacts except javadocs,
  so tweak our naming to make it happy</description></item><item><title> add(bug 58193)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58193) - Use input stream rather than byte array for checksum etc.</description></item><item><title> add(bug 58200)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58200) - SXSSF support for evaluating formula cells, provided the cell and all its references are within the current window</description></item><item><title> fix(bug 58098)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58098) - Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Windows</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Merged common_sl branch to trunk</description></item><item><title> fix(bug 57571)</title><link>http://poi.apache.or
 g/changes.html</link><description> fix by POI Developers (bug 57571) - Fix creating comments for XSSF/SXSSF, regression was introduced via bug 54920</description></item><item><title> fix(bug 58175)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58175) - Fix creating comments for XSSF/SXSSF, regression was introduced via bug 54920</description></item><item><title> fix(bug 58156)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58156) - Possible data corruption in hasPOIFSHeader and hasOOXMLHeader</description></item><item><title> add(bug 57484)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57484) - Allow processing of non-OOXML core namespace packages</description></item><item><title> add(bug 58130)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58130) - Conditional Formatting support for DataBar
 s, Icon Sets / Multi-States, and Color Scales</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/publish/related-projects.html
URL: http://svn.apache.org/viewvc/poi/site/publish/related-projects.html?rev=1702829&r1=1702828&r2=1702829&view=diff
==============================================================================
--- poi/site/publish/related-projects.html (original)
+++ poi/site/publish/related-projects.html Sun Sep 13 21:23:27 2015
@@ -378,6 +378,18 @@ if (VERSION > 3) {
 <a href="https://npoi.codeplex.com/">NPOI</a> is a .NET version of Apache POI available under Apache License 2.0.
               </p>
               
+              
+<a name="Vaadin+Spreadsheet"></a>
+<div class="h4">
+<h4>Vaadin Spreadsheet</h4>
+</div>
+              
+<p>
+              
+<a href="https://github.com/vaadin/spreadsheet">Vaadin Spreadsheet</a> is a UI component add-on for Vaadin 7 which provides means to view and edit Excel spreadsheets in Vaadin applications.
+              Available under the Commercial Vaadin Add-on License version 3 (CVALv3).
+              </p>
+              
 		
     
     



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