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 2017/08/07 01:35:07 UTC

svn commit: r1804282 - in /poi/site/src/documentation/content/xdocs: status.copy_module_from_bugzilla.py status.xml

Author: onealj
Date: Mon Aug  7 01:35:07 2017
New Revision: 1804282

URL: http://svn.apache.org/viewvc?rev=1804282&view=rev
Log:
remove duplicate modules

Modified:
    poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py?rev=1804282&r1=1804281&r2=1804282&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py (original)
+++ poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py Mon Aug  7 01:35:07 2017
@@ -58,7 +58,7 @@ def add_module_frombugzilla_attr(line):
     line is a string, containing the <action> opening tag
     """
     global bugzilla_bug_to_component
-    assert 'module-frombugzilla' not in line
+    assert 'module' not in line
     bugs = [x.strip() for x in get_fixesbug_attr(line).split(',')]
     modules = filter(bool, [bugzilla_bug_to_component.get(bug) for bug in bugs])
     module_frombugzilla = ','.join(unique(modules))

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1804282&r1=1804281&r2=1804282&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Mon Aug  7 01:35:07 2017
@@ -934,9 +934,9 @@
         <action dev="PD" type="fix" fixes-bug="52233" module="XSSF">Do not make the XSSFSheet invalid during write()</action>
         <action dev="PD" type="add" fixes-bug="55195" module="HSSF">MultiOperandNumericFunction.collectValue() currently uses concrete final classes but should use interfaces instead</action>
         <action dev="PD" type="fix" fixes-bug="55380" module="HSSF">Endless loop in CellRangeUtil.mergeRanges() when regions are overlapping</action>
-        <action dev="PD" type="add" fixes-bug="55347,45551" module="XSSF,XSSF">Integrate 55292 into XSSF extractors -- extract text from text boxes in xlsx files</action>
+        <action dev="PD" type="add" fixes-bug="55347,45551" module="XSSF">Integrate 55292 into XSSF extractors -- extract text from text boxes in xlsx files</action>
         <action dev="PD" type="fix" fixes-bug="55361" module="XWPF">Tika 792 - Avoid CTMarkup NoSuchMethodException stack trace by adding two beans to ooxml-lite"</action>
-        <action dev="PD" type="fix" fixes-bug="55294,52186" module="XSSF,XSSF">Fix column grouping in XSSF.</action>
+        <action dev="PD" type="fix" fixes-bug="55294,52186" module="XSSF">Fix column grouping in XSSF.</action>
         <action dev="PD" type="add" fixes-bug="55292" module="XSSF">Enhancements to XSSFSimpleShape (textbox) including: ability to add multiple paragraphs, formatting (read/write) and text extraction.</action>
         <action dev="PD" type="fix" fixes-bug="55191" module="HPSF">Avoid a ClassCastException if a HPSF string property isn't directly stored as a string</action>
         <action dev="PD" type="fix">HSMF ascii encoding detection should use the CodePage properties where available</action>
@@ -981,7 +981,7 @@
         <action dev="PD" type="fix" fixes-bug="54402" module="POI Overall">IfError handling of indirect references</action>
         <action dev="PD" type="add" fixes-bug="53966" module="POI Overall">IfError support (from Analysis Toolpak)</action>
         <action dev="PD" type="fix" fixes-bug="53650" module="SXSSF">Prevent unreadable content and disallow to overwrite rows from input template in SXSSF</action>
-        <action dev="PD" type="fix" fixes-bug="54228,53672" module="XSSF,XSSF">Fixed XSSF to read cells with missing R attribute</action>
+        <action dev="PD" type="fix" fixes-bug="54228,53672" module="XSSF">Fixed XSSF to read cells with missing R attribute</action>
         <action dev="PD" type="fix" fixes-bug="54206" module="HSSF">Ensure that shared formulas are updated when shifting rows in a spreadsheet</action>
         <action dev="PD" type="fix">Synchronize table headers with parent sheet in XSSF</action>
         <action dev="PD" type="fix" fixes-bug="54210" module="HSLF">Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG</action>
@@ -1928,7 +1928,7 @@
         <action dev="PD" type="add">Initial support for embedded movies and controls in HSLF</action>
         <action dev="PD" type="fix" fixes-bug="45358" module="HSSF">signed/unsigned error when parsing 3-d area refs, performance problem evaluating area refs, and ClassCastExcecption in IF()</action>
         <action dev="PD" type="add">Support for HPBF Publisher hyperlinks, including during text extraction</action>
-        <action dev="PD" type="fix" fixes-bug="26321,44958" module="HSSF,HSSF">preserve position of ArrayRecords and TableRecords among cell value records</action>
+        <action dev="PD" type="fix" fixes-bug="26321,44958" module="HSSF">preserve position of ArrayRecords and TableRecords among cell value records</action>
         <action dev="PD" type="fix">Impove empty header or footer handling in HWPF HeaderStories</action>
         <action dev="PD" type="fix">Avoid NPE in hssf.usermodel.HeaderFooter when stripping fields out</action>
         <action dev="PD" type="fix">Avoid NPE in EscherBSERecord on older escher records</action>
@@ -2067,11 +2067,11 @@
         <action dev="PD" type="fix" fixes-bug="44739" module="HSSF">Small fixes for conditional formatting (regions with max row/col index)</action>
         <action dev="RK" type="add" fixes-bug="44694" module="HPSF">HPSF: Support for property sets without sections</action>
         <action dev="PD" type="add">Implement Sheet.removeShape(Shape shape) in HSLF</action>
-        <action dev="PD" type="add" fixes-bug="44675,44695,44691" module="HSSF,HSSF,HSSF">Various fixes: Recognising var-arg built-in functions #<bug num="44675"/>, ExternalNameRecord serialisation bug #<bug num="44695"/>, PMT() bug #<bug num="44691"/></action>
+        <action dev="PD" type="add" fixes-bug="44675,44695,44691" module="HSSF">Various fixes: Recognising var-arg built-in functions #<bug num="44675"/>, ExternalNameRecord serialisation bug #<bug num="44695"/>, PMT() bug #<bug num="44691"/></action>
         <action dev="PD" type="add" fixes-bug="30311" module="HSSF">More work on Conditional Formatting</action>
         <action dev="PD" type="add">Move the Formula Evaluator code out of scratchpad</action>
         <action dev="PD" type="add">Move the missing record aware eventusermodel code out of scratchpad</action>
-        <action dev="PD" type="add" fixes-bug="44652,44603" module="HWPF,HWPF">Improved handling of Pictures in Word Documents</action>
+        <action dev="PD" type="add" fixes-bug="44652,44603" module="HWPF">Improved handling of Pictures in Word Documents</action>
         <action dev="PD" type="fix" fixes-bug="44636" module="HSSF">Fix formula parsing of RefVPtg, which was causing #VALUE to be shown on subsequent edits</action>
         <action dev="PD" type="fix" fixes-bug="44627" module="POI Overall">Improve the thread safety of POILogFactory</action>
         <action dev="PD" type="add" fixes-bug="30311" module="HSSF">Initial support for Conditional Formatting</action>
@@ -2154,7 +2154,7 @@
         <action dev="PD" type="add">Support for tables in HSLF</action>
         <action dev="PD" type="fix" fixes-bug="43781" module="HSLF">Fix for extracting text from TextBoxes HSLF in</action>
         <action dev="PD" type="fix">Improve JavaDocs relating to hssf font and fill colourings</action>
-        <action dev="PD" type="add" fixes-bug="44095,44097,44099" module="HSSF,HSSF,HSSF">Support for Mid, Replace and Substitute excel functions</action>
+        <action dev="PD" type="add" fixes-bug="44095,44097,44099" module="HSSF">Support for Mid, Replace and Substitute excel functions</action>
         <action dev="PD" type="add" fixes-bug="44055" module="POI Overall">Support for getting the from field from HSMF messages</action>
         <action dev="PD" type="add" fixes-bug="43551" module="HSSF">Support for 1904 date windowing in HSSF (previously only supported 1900 date windowing)</action>
         <action dev="PD" type="add" fixes-bug="41064" module="POIFS">Support for String continue records</action>



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