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/04/17 21:51:07 UTC

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

Author: nick
Date: Fri Apr 17 19:51:05 2015
New Revision: 1674385

URL: http://svn.apache.org/r1674385
Log:
Convert remaining github entries in the changelog

Modified:
    poi/site/publish/changes.html
    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=1674385&r1=1674384&r2=1674385&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Fri Apr 17 19:51:05 2015
@@ -458,7 +458,7 @@ if (VERSION > 3) {
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55967">55967</a> - Picture method to resize with different scales in width and height</li>
         
 <li>
-<img class="icon" alt="add" src="images/add.jpg"> github-13 - Add Cell.removeHyperlink() for HSSF and XSSF</li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://github.com/apache/poi/pull/13">github-13</a> - Add Cell.removeHyperlink() for HSSF and XSSF</li>
     
 </ul>
 
@@ -473,13 +473,13 @@ if (VERSION > 3) {
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57003">57003</a> - Implement FIXED function</li>
         
 <li>
-<img class="icon" alt="add" src="images/add.jpg"> github-7 - Form check box extraction with XWPFWordExtractor</li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://github.com/apache/poi/pull/7">github-7</a> - Form check box extraction with XWPFWordExtractor</li>
         
 <li>
-<img class="icon" alt="add" src="images/add.jpg"> github-11 - Add Sheet.getDataValidations() for HSSF and XSSF</li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://github.com/apache/poi/pull/11">github-11</a> - Add Sheet.getDataValidations() for HSSF and XSSF</li>
         
 <li>
-<img class="icon" alt="add" src="images/add.jpg"> github-12 - Add Comment.getClientAnchor() for HSSF and XSSF</li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://github.com/apache/poi/pull/12">github-12</a> - Add Comment.getClientAnchor() for HSSF and XSSF</li>
         
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57185">57185</a> - Correct naming from "Serie" to "Series"</li>
@@ -1031,13 +1031,13 @@ if (VERSION > 3) {
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=54849">54849</a> - Controlled content/Form (Std/StdBlock) content</li>
         
 <li>
-<img class="icon" alt="fix" src="images/fix.jpg"> github2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes</li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://github.com/apache/poi/pull/2">github-2</a> - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes</li>
         
 <li>
-<img class="icon" alt="add" src="images/add.jpg"> github4 - Expose from XWPFParagraph the number level and format, if applied</li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://github.com/apache/poi/pull/4">github-4</a> - Expose from XWPFParagraph the number level and format, if applied</li>
         
 <li>
-<img class="icon" alt="add" src="images/add.jpg"> github3 - Extract references from XWPF footnotes</li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://github.com/apache/poi/pull/3">github-3</a> - Extract references from XWPF footnotes</li>
         
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55053">55053</a> - Update License links following ECMA site re-organisation</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=1674385&r1=1674384&r2=1674385&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Fri Apr 17 19:51:05 2015
@@ -105,14 +105,14 @@
         <action dev="PD" type="fix" fixes-bug="57163">Adjust active sheet correctly when sheets are removed.</action>
         <action dev="PD" type="fix" fixes-bug="57164">XSSFDrawing.createCellComment() does not honor dx and dy values passed in</action>
         <action dev="PD" type="add" fixes-bug="55967">Picture method to resize with different scales in width and height</action>
-        <action dev="PD" type="add">github-13 - Add Cell.removeHyperlink() for HSSF and XSSF</action>
+        <action dev="PD" type="add" fixes-bug="github-13">Add Cell.removeHyperlink() for HSSF and XSSF</action>
     </release>
 
     <release version="3.11-beta3" date="2014-11-11">
         <action dev="PD" type="add" fixes-bug="57003">Implement FIXED function</action>
-        <action dev="PD" type="add">github-7 - Form check box extraction with XWPFWordExtractor</action>
-        <action dev="PD" type="add">github-11 - Add Sheet.getDataValidations() for HSSF and XSSF</action>
-        <action dev="PD" type="add">github-12 - Add Comment.getClientAnchor() for HSSF and XSSF</action>
+        <action dev="PD" type="add" fixes-bug="github-7">Form check box extraction with XWPFWordExtractor</action>
+        <action dev="PD" type="add" fixes-bug="github-11">Add Sheet.getDataValidations() for HSSF and XSSF</action>
+        <action dev="PD" type="add" fixes-bug="github-12">Add Comment.getClientAnchor() for HSSF and XSSF</action>
         <action dev="PD" type="fix" fixes-bug="57185">Correct naming from "Serie" to "Series"</action>
         <action dev="PD" type="fix" fixes-bug="57176">Include CTDefinedNamesImpl in the smaller poi-ooxml-schemas jar</action>
         <action dev="PD" type="fix" fixes-bug="57162">Could not open macro enabled xlsm file after writing using POI3.11beta2 version</action>
@@ -296,9 +296,9 @@
         <action dev="PD" type="fix" fixes-bug="54686">Improve how DataFormatter handles fractions</action>
         <action dev="PD" type="fix" fixes-bug="55066">Don't load XWPF Footnotes twice</action>
         <action dev="PD" type="add" fixes-bug="54849">Controlled content/Form (Std/StdBlock) content</action>
-        <action dev="PD" type="fix">github2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes</action>
-        <action dev="PD" type="add">github4 - Expose from XWPFParagraph the number level and format, if applied</action>
-        <action dev="PD" type="add">github3 - Extract references from XWPF footnotes</action>
+        <action dev="PD" type="fix" fixes-bug="github-2">HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes</action>
+        <action dev="PD" type="add" fixes-bug="github-4">Expose from XWPFParagraph the number level and format, if applied</action>
+        <action dev="PD" type="add" fixes-bug="github-3">Extract references from XWPF footnotes</action>
         <action dev="PD" type="fix" fixes-bug="55053">Update License links following ECMA site re-organisation</action>
         <action dev="PD" type="add" fixes-bug="49658">Support embedding EMF/WMF pictures in HSSF </action>
         <action dev="PD" type="add" fixes-bug="55047">REPT formula support </action>



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