Author: nick
Date: Sun Feb 21 21:17:44 2016
New Revision: 1731567

URL: http://svn.apache.org/viewvc?rev=1731567&view=rev
Log:
Changelog update + republish site

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/publish/apidocs/index-all.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1731567&r1=1731566&r2=1731567&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Sun Feb 21 21:17:44 2016
@@ -75206,6 +75206,10 @@ Compound Document Format.</div>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/apache/poi/xssf/usermodel/charts/AbstractXSSFChartSeries.html#setTitle(java.lang.String)">setTitle(String)</a></span>
 - Method in class org.apache.poi.xssf.usermodel.charts.<a 
href="./org/apache/poi/xssf/usermodel/charts/AbstractXSSFChartSeries.html" 
title="class in 
org.apache.poi.xssf.usermodel.charts">AbstractXSSFChartSeries</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a 
href="./org/apache/poi/xssf/usermodel/XSSFChart.html#setTitle(java.lang.String)">setTitle(String)</a></span>
 - Method in class org.apache.poi.xssf.usermodel.<a 
href="./org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in 
org.apache.poi.xssf.usermodel">XSSFChart</a></dt>
+<dd>
+<div class="block">Sets the title text.</div>
+</dd>
 <dt><span class="strong"><a 
href="./org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#setTitleProperty(java.lang.String)">setTitleProperty(String)</a></span>
 - Method in class org.apache.poi.openxml4j.opc.internal.<a 
href="./org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html" 
title="class in 
org.apache.poi.openxml4j.opc.internal">PackagePropertiesPart</a></dt>
 <dd>
 <div class="block">Set title.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html?rev=1731567&r1=1731566&r2=1731567&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html Sun 
Feb 21 21:17:44 2016
@@ -265,6 +265,12 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#setPlotOnlyVisibleCells(boolean)">setPlotOnlyVisibleCells</a></strong>(boolean&nbsp;plotVisOnly)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#setTitle(java.lang.String)">setTitle</a></strong>(java.lang.String&nbsp;newTitle)</code>
+<div class="block">Sets the title text.</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a 
name="methods_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
@@ -551,6 +557,16 @@ public&nbsp;org.openxmlformats.schemas.d
 <div class="block">Returns the title, or null if none is set</div>
 </li>
 </ul>
+<a name="setTitle(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTitle</h4>
+<pre>public&nbsp;void&nbsp;setTitle(java.lang.String&nbsp;newTitle)</pre>
+<div class="block">Sets the title text.</div>
+</li>
+</ul>
 <a name="getOrCreateLegend()">
 <!--   -->
 </a>

Modified: poi/site/publish/changes.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1731567&r1=1731566&r2=1731567&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Feb 21 21:17:44 2016
@@ -261,6 +261,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="add" src="images/add.jpg"> <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57989";>57989</a> - 
XSSFChart support for setting chart titles</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59030";>59030</a> - Prevent 
NPE in XWPFTableCell's getVerticalAlignment() from Prasad Babu</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: 
http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1731567&r1=1731566&r2=1731567&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sun Feb 21 21:17:44 2016
@@ -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>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 
59030)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 59030) - Prevent NPE in XWPFTableCell's 
getVerticalAlignment() from Prasad Babu</description></item><item><title> 
fix(bug 
59021)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 59021) - XSSFSheetXMLHandler fails to extract content if 
namespace is included in qName</description></item><item><title> fix(bug 
56345)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 56345) - Reject single-cell merged 
regions</description></item><item><title> fix(bug 
58339)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58339) - Make OFFSET() allow missing optional heig
 ht and width parameters</description></item><item><title> add(bug 
github-27)</title><link>http://poi.apache.org/changes.html</link><description> 
add by POI Developers (bug github-27) - Handle documents with a picture-only 
header</description></item><item><title> fix(bug 
58996)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58996) - Regression caused by fixing bug 56295: Don't 
try to unset fill color if it is not set to avoid invalid access inside the Xml 
structures</description></item><item><title> fix(bug 
57034)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 57034) - Cell.setCellValue((String)null) should be 
treated as an empty cell on SXSSF as well, to avoid a NPE when autosizing 
columns</description></item><item><title> 
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by 
POI Developers - XSLF - fixed NPE when adding pictures with existing 
non-picture media fi
 les (e.g. movies)</description></item><item><title> fix(bug 
58885)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58885) - Fixed preformance regression after fixing bug 
58443 when adding a merged region to an 
XSSFSheet.</description></item><item><title> 
add</title><link>http://poi.apache.org/changes.html</link><description> add by 
POI Developers - Raised xmlsec version to 
2.0.6</description></item><item><title> add(bug 
47291)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 47291) - Cannot open link correctly which insert in 
ppt</description></item><item><title> add(bug 
41047)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 41047) - Support hyperlinks in HSLF shapes and 
textruns</description></item><item><title> add(bug 
58879)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58879) - Return Spreadsh
 eetVersion from Workbook</description></item><item><title> 
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by 
POI Developers - Fix NPE when calling 
HSLFTextRun.setHorizontalCentered()</description></item><item><title> add(bug 
58633)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58633) - Set multiple cell style properties at 
once</description></item><item><title> add(bug 
56004)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 56004) - Support for WMF 
rendering</description></item><item><title> add(bug 
56892)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 56892) - Add API for inserting ignored warnings into 
XSSF sheets. This can be used e.g. to suppress 'number stored as text' 
warnings.</description></item><item><title> add(bug 
58847)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Deve
 lopers (bug 58847) - Getters/setters/removers for the additional well-known 
document summary information properties from Office 
12</description></item><item><title> add(bug 
57796)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 57796) - Support hyperlink extraction when rendering 
slides</description></item><item><title> fix(bug 
54916)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 54916) - POI does not always read all the slides in pptx 
files</description></item><item><title> fix(bug 
58043)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58043) - Provide some compatibility between HSSF and 
XSSF in regards to values for 
CellStyle.setRotation()</description></item><item><title> fix(bug 
58067)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58067) - XWPF: don't return deleted text when document 
is in
  review-mode</description></item><item><title> fix(bug 
58618)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58618) - XWPFParagraph insertNewRun and removeRun work 
incorrectly for runs after hyperlink/field 
runs</description></item><item><title> fix(bug 
58760)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58760) - Non-standard namespace-key breaks parsing XLSX 
files</description></item><item><title> fix(bug 
58746)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58746) - Fix missing adjustment of formulas when 
sheet-ordering is changed.</description></item><item><title> fix(bug 
58616)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58616) - Try to initialize with empty password if not 
done before</description></item><item><title> 
fix</title><link>http://poi.apache.org/changes.html</link><descript
 ion> fix by POI Developers - Fix some cases where file-handles were left open, 
mostly when failing to parse documents</description></item><item><title> 
fix(bug 
55030)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 55030) - RichTextRun getFontName can not get chinese 
font name</description></item><item><title> fix(bug 
56570)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 56570) - RecordType has repeat by code type 
3009</description></item><item><title> fix(bug 
58159)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58159) - getHeaderText() and getFooterText() duplicate 
text in sheet.getTextRuns()</description></item><item><title> fix(bug 
58775)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58775) - Set maximum number of data formats to avoid 
corrupted workbook</description></item><item><title> ad
 d(bug 
58778)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58778) - Override built-in number formats in 
XSSFWorkbooks</description></item><item><title> fix(bug 
58733)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58733) - New AIOOBE in getCell while iterating through a 
table in PPT</description></item><item><title> fix(bug 
58718)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58718) - Master styles not initialized when running 
multithreaded</description></item></channel></rss>
\ No newline at end of file
+<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> add(bug 
57989)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 57989) - XSSFChart support for setting chart 
titles</description></item><item><title> fix(bug 
59030)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 59030) - Prevent NPE in XWPFTableCell's 
getVerticalAlignment() from Prasad Babu</description></item><item><title> 
fix(bug 
59021)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 59021) - XSSFSheetXMLHandler fails to extract content if 
namespace is included in qName</description></item><item><title> fix(bug 
56345)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 56345) - Reject single-cell merged region
 s</description></item><item><title> fix(bug 
58339)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58339) - Make OFFSET() allow missing optional height and 
width parameters</description></item><item><title> add(bug 
github-27)</title><link>http://poi.apache.org/changes.html</link><description> 
add by POI Developers (bug github-27) - Handle documents with a picture-only 
header</description></item><item><title> fix(bug 
58996)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58996) - Regression caused by fixing bug 56295: Don't 
try to unset fill color if it is not set to avoid invalid access inside the Xml 
structures</description></item><item><title> fix(bug 
57034)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 57034) - Cell.setCellValue((String)null) should be 
treated as an empty cell on SXSSF as well, to avoid a NPE when autosizing 
columns</descr
 iption></item><item><title> 
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by 
POI Developers - XSLF - fixed NPE when adding pictures with existing 
non-picture media files (e.g. movies)</description></item><item><title> fix(bug 
58885)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58885) - Fixed preformance regression after fixing bug 
58443 when adding a merged region to an 
XSSFSheet.</description></item><item><title> 
add</title><link>http://poi.apache.org/changes.html</link><description> add by 
POI Developers - Raised xmlsec version to 
2.0.6</description></item><item><title> add(bug 
47291)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 47291) - Cannot open link correctly which insert in 
ppt</description></item><item><title> add(bug 
41047)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 41047) - Support hyperlinks 
 in HSLF shapes and textruns</description></item><item><title> add(bug 
58879)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58879) - Return SpreadsheetVersion from 
Workbook</description></item><item><title> 
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by 
POI Developers - Fix NPE when calling 
HSLFTextRun.setHorizontalCentered()</description></item><item><title> add(bug 
58633)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58633) - Set multiple cell style properties at 
once</description></item><item><title> add(bug 
56004)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 56004) - Support for WMF 
rendering</description></item><item><title> add(bug 
56892)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 56892) - Add API for inserting ignored warnings into 
XSSF sheets. This
  can be used e.g. to suppress 'number stored as text' 
warnings.</description></item><item><title> add(bug 
58847)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58847) - Getters/setters/removers for the additional 
well-known document summary information properties from Office 
12</description></item><item><title> add(bug 
57796)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 57796) - Support hyperlink extraction when rendering 
slides</description></item><item><title> fix(bug 
54916)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 54916) - POI does not always read all the slides in pptx 
files</description></item><item><title> fix(bug 
58043)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58043) - Provide some compatibility between HSSF and 
XSSF in regards to values for CellStyle.setRotation()</descrip
 tion></item><item><title> fix(bug 
58067)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58067) - XWPF: don't return deleted text when document 
is in review-mode</description></item><item><title> fix(bug 
58618)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58618) - XWPFParagraph insertNewRun and removeRun work 
incorrectly for runs after hyperlink/field 
runs</description></item><item><title> fix(bug 
58760)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58760) - Non-standard namespace-key breaks parsing XLSX 
files</description></item><item><title> fix(bug 
58746)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58746) - Fix missing adjustment of formulas when 
sheet-ordering is changed.</description></item><item><title> fix(bug 
58616)</title><link>http://poi.apache.org/changes.html</link><description
 > fix by POI Developers (bug 58616) - Try to initialize with empty password if 
 > not done before</description></item><item><title> 
 > fix</title><link>http://poi.apache.org/changes.html</link><description> fix 
 > by POI Developers - Fix some cases where file-handles were left open, mostly 
 > when failing to parse documents</description></item><item><title> fix(bug 
 > 55030)</title><link>http://poi.apache.org/changes.html</link><description> 
 > fix by POI Developers (bug 55030) - RichTextRun getFontName can not get 
 > chinese font name</description></item><item><title> fix(bug 
 > 56570)</title><link>http://poi.apache.org/changes.html</link><description> 
 > fix by POI Developers (bug 56570) - RecordType has repeat by code type 
 > 3009</description></item><item><title> fix(bug 
 > 58159)</title><link>http://poi.apache.org/changes.html</link><description> 
 > fix by POI Developers (bug 58159) - getHeaderText() and getFooterText() 
 > duplicate text in sheet.getTextRuns()</description></item><item><title> 
 > fix(bug 58775)</title>
 <link>http://poi.apache.org/changes.html</link><description> fix by POI 
Developers (bug 58775) - Set maximum number of data formats to avoid corrupted 
workbook</description></item><item><title> add(bug 
58778)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58778) - Override built-in number formats in 
XSSFWorkbooks</description></item><item><title> fix(bug 
58733)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58733) - New AIOOBE in getCell while iterating through a 
table in PPT</description></item><item><title> fix(bug 
58718)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58718) - Master styles not initialized when running 
multithreaded</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=1731567&r1=1731566&r2=1731567&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Sun Feb 21 21:17:44 2016
@@ -40,6 +40,7 @@
     </devs>
 
     <release version="3.14-beta2" date="2016-??-??">
+        <action dev="PD" type="add" fixes-bug="57989">XSSFChart support for 
setting chart titles</action>
         <action dev="PD" type="fix" fixes-bug="59030">Prevent NPE in 
XWPFTableCell's getVerticalAlignment() from Prasad Babu</action>
         <action dev="PD" type="fix" fixes-bug="59021">XSSFSheetXMLHandler 
fails to extract content if namespace is included in qName</action>
         <action dev="PD" type="fix" fixes-bug="56345">Reject single-cell 
merged regions</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to