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/07/17 11:41:57 UTC

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

Author: onealj
Date: Sun Jul 17 11:41:57 2016
New Revision: 1753059

URL: http://svn.apache.org/viewvc?rev=1753059&view=rev
Log:
update changelog for bugs 59791 59837 59873 under the umbrella of bug 59836

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    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=1753059&r1=1753058&r2=1753059&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Jul 17 11:41:57 2016
@@ -265,6 +265,15 @@ 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=59873">59873</a> - SS and SL Common: migrate hyperlink constants from Hyperlink to HyperlinkType enum</li>
+        
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59837">59837</a> - SS Common: migrate cell alignment constants from CellStyle to HorizontalAlignment and VerticalAlignment enums</li>
+        
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59791">59791</a> - SS Common: migrate cell type constants from Cell to CellType enum</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59775">59775</a> - XSSF: correctly recognized URL hyperlinks containing a hash mark</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1753059&r1=1753058&r2=1753059&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sun Jul 17 11:41:57 2016
@@ -1,6 +1,9 @@
 <?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> add(bug 59873)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59873) - SS and SL Common: migrate hyperlink constants from Hyperlink to HyperlinkType enum</description></item>
+<item><title> add(bug 59837)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59837) - SS Common: migrate cell alignment constants from CellStyle to HorizontalAlignment and VerticalAlignment enums</description></item>
+<item><title> add(bug 59791)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59791) - SS Common: migrate cell type constants from Cell to CellType enum</description></item>
 <item><title> fix(bug 59775)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59775) - XSSF: correctly recognized URL hyperlinks containing a hash mark</description></item>
 <item><title> add(bug 59872)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59872) - SS Common: add Sheet#getHyperlink(CellAddress)</description></item>
 <item><title> add(bug 59841)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59841) - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)</description></item>

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1753059&r1=1753058&r2=1753059&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Sun Jul 17 11:41:57 2016
@@ -40,6 +40,9 @@
     </devs>
 
     <release version="3.15-beta3" date="2016-08-??">
+        <action dev="PD" type="add" fixes-bug="59873">SS and SL Common: migrate hyperlink constants from Hyperlink to HyperlinkType enum</action>
+        <action dev="PD" type="add" fixes-bug="59837">SS Common: migrate cell alignment constants from CellStyle to HorizontalAlignment and VerticalAlignment enums</action>
+        <action dev="PD" type="add" fixes-bug="59791">SS Common: migrate cell type constants from Cell to CellType enum</action>
         <action dev="PD" type="fix" fixes-bug="59775">XSSF: correctly recognized URL hyperlinks containing a hash mark</action>
         <action dev="PD" type="add" fixes-bug="59872">SS Common: add Sheet#getHyperlink(CellAddress)</action>
         <action dev="PD" type="add" fixes-bug="59841">OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)</action>



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