You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/10/26 14:30:21 UTC

svn commit: r1766689 - in /poi/site/src/documentation/content/xdocs: dtd/changes-v11.dtd status.xml

Author: centic
Date: Wed Oct 26 14:30:21 2016
New Revision: 1766689

URL: http://svn.apache.org/viewvc?rev=1766689&view=rev
Log:
Adjust DTD and fix some typos in changelog-entries

Modified:
    poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd?rev=1766689&r1=1766688&r2=1766689&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd (original)
+++ poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd Wed Oct 26 14:30:21 2016
@@ -79,11 +79,14 @@ COPYRIGHT:
     <!ATTLIST release %common.att;
                       version  CDATA  #REQUIRED
                       date     CDATA  #REQUIRED>
+        <!ELEMENT bug ()>
+        <!ATTLIST bug %common.att;
+                num  CDATA  #REQUIRED>
         <!ELEMENT summary (summary-item+)>
-        <!ELEMENT summary-item (%content.mix;)>
+        <!ELEMENT summary-item (bug,%content.mix;)>
 
         <!ELEMENT actions (action+)>
-        <!ELEMENT action (%content.mix;)*>
+        <!ELEMENT action (bug,%content.mix;)*>
         <!ATTLIST action %common.att;
                          dev  IDREF  #REQUIRED
                          type (%types;)  #IMPLIED

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1766689&r1=1766688&r2=1766689&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Wed Oct 26 14:30:21 2016
@@ -147,7 +147,7 @@
         <action dev="PD" type="fix" fixes-bug="59766">When setting SAX features, handle Error too (eg from Google AppEngine)</action>
         <action dev="PD" type="fix" fixes-bug="59734" module="XSSF">Make lookup and creation of named ranges constant-time instead of linear in the number of ranges in the workbook.</action>
         <action dev="PD" type="fix" fixes-bug="59920" module="XSSF">Fix regression in the handling of empty passwords for workbook protection.</action>
-        <action dev="PD" type="fix" fixes-bug="59922" module="XSSF">Rename XSSFPaswordHelper to XSSFPasswordHelper</action>
+        <action dev="PD" type="fix" fixes-bug="59922" module="XSSF">Rename XSSFPasswordHelper to XSSFPasswordHelper</action>
       </actions>
     </release>
 
@@ -232,7 +232,7 @@
         <action dev="PD" type="add" fixes-bug="57495">Fix problem with tables in documents at pos 0</action>
         <action dev="PD" type="fix">Fix a number of edge-cases where file-handles would be leaked</action>
         <action dev="PD" type="remove" fixes-bug="59170" breaks-compatibility="true">Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns()</action>
-        <action dev="PD" type="remove" fixes-bug="59170" breaks-compatibiilty="true">Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region</action>
+        <action dev="PD" type="remove" fixes-bug="59170" breaks-compatibility="true">Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region</action>
         <action dev="PD" type="add" fixes-bug="57031">Out of Memory when extracting text from attached files</action>
         <action dev="PD" type="fix">More helpful exception when POIFSFileSystem is given a raw XML file</action>
         <action dev="PD" type="fix">More helpful exceptions when OPCPackage is given OLE2 or ODF or raw XML files</action>
@@ -348,7 +348,7 @@
         <action dev="PD" type="fix" fixes-bug="58480">Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly</action>
         <action dev="PD" type="add">Update commons-logging to 1.2 and commons-codec to 1.10</action>
         <action dev="PD" type="remove" breaks-compatibility="true" module="XSSF">Removed deprecated mixed case getter/setter in XSSFColor</action>
-        <action dev="PD" type="fix" fixes-bug="55032" module="SS Commmon">Fix handling missing option values in financial functions PV, FV, NPER and PMT</action>
+        <action dev="PD" type="fix" fixes-bug="55032" module="SS Common">Fix handling missing option values in financial functions PV, FV, NPER and PMT</action>
         <action dev="PD" type="fix" fixes-bug="50319">Make row groups which include row 0 work</action>
         <action dev="PD" type="remove" breaks-compatibility="true">Removed deprecated HDF API</action>
         <action dev="PD" type="fix" fixes-bug="58466" module="XSSF">Improve column manipulation in XSSF to avoid changes overwriting each other</action>
@@ -393,7 +393,7 @@
         <action dev="PD" type="fix" fixes-bug="58237">When adding a picture to a XWPF header or footer, attach it to the right part</action>
         <action dev="PD" type="fix" fixes-bug="58220">Improve the javadocs for XSSFFont and Font getFontHeight methods</action>
         <action dev="PD" type="fix" fixes-bug="56479">Don't hardcode dcterms as namespace alias in the attribute, but expect the actual alias that is used in the corresponding element</action>
-        <action dev="PD" type="fix" fixes-bug="56519">XSLFSlide.draw is not working with text embeded in PPTX</action>
+        <action dev="PD" type="fix" fixes-bug="56519">XSLFSlide.draw is not working with text embedded in PPTX</action>
         <action dev="PD" type="fix" fixes-bug="58205">getSlideMasters() returns the master slides in the incorrect order</action>
         <action dev="PD" type="fix" fixes-bug="57786">XSLFFreeformShape ignores quadratic bezier curves</action>
         <action dev="PD" type="fix" fixes-bug="58206">provide a mechanism to find slide layouts by name</action>
@@ -533,7 +533,7 @@
         <summary-item>XSSF support for evaluating formula references to other Workbooks (<bug num="56737"/>)</summary-item>
         <summary-item>HSSF and XSSF support for evaluating formulas with multi-sheet references,
           for functions that support that (<bug num="55906"/>)</summary-item>
-        <summary-item>HSSF and XSSF Workbooks are now CLoseable, so you can call close() to
+        <summary-item>HSSF and XSSF Workbooks are now Closeable, so you can call close() to
           explicitly free the file based resources when you're done (<bug num="56537"/>)</summary-item>
         <summary-item>NPOIFS now fully supports writing, including streaming write, and in-place
           updating of existing entries. NPOIFSFileSystem now surpasses the old
@@ -706,9 +706,9 @@
         <action dev="PD" type="fix" fixes-bug="56450">Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs)</action>
         <action dev="PD" type="fix" fixes-bug="56437">Streaming write support in NPOIFS</action>
         <action dev="PD" type="fix" fixes-bug="56315">Fix floating point rounding problems with ROUND function</action>
-        <action dev="PD" type="fix" fixes-bug="55594">Fix SXSSF encodings on EBCIDIC platforms, by setting the required encoding explicitly</action>
+        <action dev="PD" type="fix" fixes-bug="55594">Fix SXSSF encodings on EBCDIC platforms, by setting the required encoding explicitly</action>
         <action dev="PD" type="fix" fixes-bug="56278">Support loading .xlsx files with no Styles Table</action>
-        <action dev="PD" type="fix" fixes-bug="56195">Replace System.err in XSSFSheetXMLHandler with propert logging</action>
+        <action dev="PD" type="fix" fixes-bug="56195">Replace System.err in XSSFSheetXMLHandler with proper logging</action>
         <action dev="PD" type="fix" fixes-bug="56169">Fix NPE during export to XML with xs:all</action>
         <action dev="PD" type="fix" fixes-bug="55923">Fix compare/sorting of nodes in exported XML</action>
         <action dev="PD" type="fix" fixes-bug="55926">Handle numeric formula values when exporting to XML</action>
@@ -832,9 +832,9 @@
         <action dev="PD" type="fix" fixes-bug="53810">NPOIFS fix for 0 not -1 padded partially used XBATs</action>
         <action dev="PD" type="fix" fixes-bug="54402">IfError handling of indirect references</action>
         <action dev="PD" type="add" fixes-bug="53966">IfError support (from Analysis Toolpak)</action>
-        <action dev="PD" type="fix" fixes-bug="53650">Prevent unreadable content and disalow to overwrite rows from input template in SXSSF</action>
+        <action dev="PD" type="fix" fixes-bug="53650">Prevent unreadable content and disallow to overwrite rows from input template in SXSSF</action>
         <action dev="PD" type="fix" fixes-bug="54228,53672">Fixed XSSF to read cells with missing R attribute</action>
-        <action dev="PD" type="fix" fixes-bug="54206">Ensure that shared formuals are updated when shifting rows in a spreadsheet</action>
+        <action dev="PD" type="fix" fixes-bug="54206">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">Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG</action>
       </actions>
@@ -847,7 +847,7 @@
         <action dev="PD" type="fix" fixes-bug="54137">improved performance of DataFormatter with Fractions</action>
         <action dev="PD" type="fix" fixes-bug="54099">Ensure that CTHMerge and CTTcBorders go to poi-ooxml-schemas jar</action>
         <action dev="PD" type="fix" fixes-bug="54111">Fixed extracting text from table cells in HSLF</action>
-        <action dev="PD" type="add" fixes-bug="52583">add support for drop-down lists in doc to html convertion</action>
+        <action dev="PD" type="add" fixes-bug="52583">add support for drop-down lists in doc to html conversion</action>
         <action dev="PD" type="add" fixes-bug="52863">add workaround for files with broken CHP SPRMs</action>
         <action dev="PD" type="fix" fixes-bug="53182">Reading combined character styling and direct formatting of a character run</action>
         <action dev="PD" type="fix" fixes-bug="52311">Conversion to html : Problem in titles number </action>
@@ -895,11 +895,11 @@
         <action dev="PD" type="fix" fixes-bug="48989">If we have a comment but the row is not created we will not be able to get it. </action>
         <action dev="PD" type="fix" fixes-bug="48873">Comments not saving in XLS files with collapsible columns </action>
         <action dev="PD" type="fix" fixes-bug="48654">Not able to read Excel (xls) file having drawing objects </action>
-        <action dev="PD" type="fix" fixes-bug="48590">Excel chrashes after using removeCellComment methods </action>
+        <action dev="PD" type="fix" fixes-bug="48590">Excel crashes after using removeCellComment methods </action>
         <action dev="PD" type="fix" fixes-bug="46444">cloning cloned sheet with autofilters corrupts the workbook </action>
         <action dev="PD" type="fix" fixes-bug="45129">Lost picture in file output after saving with POI </action>
         <action dev="PD" type="fix" fixes-bug="47624">File Error Data May Have been Lost error while opening commented workbook(excel file) </action>
-        <action dev="PD" type="fix" fixes-bug="46143">setLineStyleColor for comments donot work </action>
+        <action dev="PD" type="fix" fixes-bug="46143">setLineStyleColor for comments do not work </action>
         <action dev="PD" type="fix" fixes-bug="53699">Patch to correct BorderStyle enum positions </action>
         <action dev="PD" type="add" fixes-bug="53064">Ugly Duckling case study</action>
         <action dev="PD" type="add" fixes-bug="53644">XLS formula bugfix (CalFieldFunc) + WeekDay addon </action>
@@ -909,7 +909,7 @@
         <action dev="PD" type="add" fixes-bug="53500">Getter for repeating rows and columns</action>
         <action dev="PD" type="fix" fixes-bug="53369">Fixed tests failing on JDK 1.7</action>
         <action dev="PD" type="fix" fixes-bug="53360" module="SXSSF">Fixed SXSSF to correctly write text before escaped Unicode control character</action>
-        <action dev="PD" type="add" module="HMSF">Change HSMF Types to have full data on ID, Name and Length, rather than just being a simple ID</action>
+        <action dev="PD" type="add" module="HSMF">Change HSMF Types to have full data on ID, Name and Length, rather than just being a simple ID</action>
         <action dev="PD" type="add" fixes-bug="48469">Updated case study</action>
         <action dev="PD" type="add" fixes-bug="53476">Support Complex Name in formulas </action>
         <action dev="PD" type="fix" fixes-bug="53414">properly update sheet dimensions when adding column </action>
@@ -941,7 +941,7 @@
 
 <!-- Other notable changes:-->
         <summary-item>Numerous improvements and refactorings in HWPF, Java API for MS Word .doc files: support for reading 
-          footnotes, endnotes and bookmarks, improved support for hadlings tables, paragraphs, text runs and much more...</summary-item>
+          footnotes, endnotes and bookmarks, improved support for handling tables, paragraphs, text runs and much more...</summary-item>
         <summary-item>Initial support for charts in XSSF</summary-item>
         <summary-item>support for OOXML Agile Encryption</summary-item>
       </summary>
@@ -970,7 +970,7 @@
         <action dev="PD" type="fix" fixes-bug="52599">avoid duplicate text when rendering slides in HSLF</action>
         <action dev="PD" type="fix" fixes-bug="52598">respect slide background when rendering slides in HSLF</action>
         <action dev="PD" type="fix" fixes-bug="51731">fixed painting shape outlines in HSLF</action>
-        <action dev="PD" type="fix" fixes-bug="52701">fixed seting vertical alignment for XSLFTableCell</action>
+        <action dev="PD" type="fix" fixes-bug="52701">fixed setting vertical alignment for XSLFTableCell</action>
         <action dev="PD" type="fix" fixes-bug="52687">fixed merging slides with pictures with associated custom tags</action>
         <action dev="PD" type="add"> allow runtime registration of functions in FormulaEvaluator</action>
         <action dev="PD" type="fix" fixes-bug="52665">When reading from a ZipFileZipEntrySource that has already been closed, give IllegalArgumentException rather than NPE</action>
@@ -1046,7 +1046,7 @@
         <action dev="PD" type="fix" fixes-bug="51850">support creating comments in XSSF on an earlier slide when later ones already have them</action>
         <action dev="PD" type="add" fixes-bug="51804">optionally include Master Slide text in XSLF text extraction, as HSLF already offers</action>
         <action dev="PD" type="add">New PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts</action>
-        <action dev="PD" type="fix" fixes-bug="51832">handle XLS files where the WRITEPROTECT record preceeds the FILEPASS one, rather than following as normal</action>
+        <action dev="PD" type="fix" fixes-bug="51832">handle XLS files where the WRITEPROTECT record precedes the FILEPASS one, rather than following as normal</action>
         <action dev="PD" type="fix" fixes-bug="51809">correct GTE handling in COUNTIF</action>
         <action dev="PD" type="add">Add HWPF API to update range text and delete bookmarks</action>
         <action dev="PD" type="add">HWPF Bookmarks tables are correctly updated on text updates</action>
@@ -1152,7 +1152,7 @@
       <actions>
         <action dev="PD" type="fix" fixes-bug="51098">Correctly calculate image width/height, if image fits into one cell</action>
         <action dev="PD" type="fix" fixes-bug="47147">Correct extra paragraphs from XWPF Table Cells</action>
-        <action dev="PD" type="add" fixes-bug="51188">Support for getting and setting XPWF zoom settings</action>
+        <action dev="PD" type="add" fixes-bug="51188">Support for getting and setting XWPF zoom settings</action>
         <action dev="PD" type="add" fixes-bug="51134">Support for adding Numbering and Styles to a XWPF document that doesn't already have them</action>
         <action dev="PD" type="fix" fixes-bug="51273">Formula Value Cache fix for repeated evaluations</action>
         <action dev="PD" type="add" fixes-bug="51171">Improved performance of SharedValueManager </action>
@@ -1329,7 +1329,7 @@
         <action dev="PD" type="add">Make it easier to tell which content types each POIXMLTextExtractor handles</action>
         <action dev="PD" type="fix" fixes-bug="49649">Added clone support for UserSView* and Feat* families of records</action>
         <action dev="PD" type="fix" fixes-bug="49653">Support for escaped unicode characters in Shared String Table</action>
-        <action dev="PD" type="fix" fixes-bug="49579">prevent ArrayIndexOutOfBoundException in UnknowEscherRecord</action>
+        <action dev="PD" type="fix" fixes-bug="49579">prevent ArrayIndexOutOfBoundException in UnknownEscherRecord</action>
         <action dev="PD" type="fix" fixes-bug="49593">preserve leading and trailing white spaces in XWPFRun</action>
         <action dev="PD" type="add" fixes-bug="49455">Insert the content of fldSimple fields into the XWPFWordTextExtractor output</action>
         <action dev="PD" type="fix" fixes-bug="49640">Fixed parsing formulas containing defined names beginning with an underscore</action>
@@ -1691,7 +1691,7 @@
     </release>
     <release version="3.5-beta1" date="2008-07-18">
       <actions>
-        <action dev="PD" type="add" fixes-bug="45018">Support for fetching embeded documents from within an OOXML file</action>
+        <action dev="PD" type="add" fixes-bug="45018">Support for fetching embedded documents from within an OOXML file</action>
         <action dev="PD" type="add">Port support for setting a policy on missing / blank cells when fetching, to XSSF too</action>
         <action dev="PD" type="add">Common text extraction factory, which returns the correct POITextExtractor for the supplied data</action>
         <action dev="PD" type="add">Text Extraction support for the new OOXML files (.xlsx, .docx and .pptx)</action>
@@ -1716,8 +1716,8 @@
         <action dev="PD" type="add">Update hssf.extractor.ExcelExtractor to optionally output blank cells too</action>
         <action dev="PD" type="add">Include the sheet name in the output of examples.XLS2CSVmra</action>
         <action dev="PD" type="fix" fixes-bug="45784">Support long chart titles in SeriesTextRecords</action>
-        <action dev="PD" type="fix" fixes-bug="45777">Throw an exception if HSSF Footer or Header is attemped to be set too long, rather than having it break during writing out</action>
-        <action dev="PD" type="add" fixes-bug="45844">Addtional diagnostics for HSLF SlideShowRecordDumper</action>
+        <action dev="PD" type="fix" fixes-bug="45777">Throw an exception if HSSF Footer or Header is attempted to be set too long, rather than having it break during writing out</action>
+        <action dev="PD" type="add" fixes-bug="45844">Additional diagnostics for HSLF SlideShowRecordDumper</action>
         <action dev="PD" type="fix" fixes-bug="45829">HSSFPicture.getImageDimension() failed when DPI of image is zero</action>
         <action dev="PD" type="fix" fixes-bug="45815">Bit mask values in StyleTextPropAtom were not preserved across read-write</action>
         <action dev="PD" type="add" fixes-bug="45814">Specify RecordType for slide show Handout (4041)</action>
@@ -1741,7 +1741,7 @@
         <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>
-        <action dev="PD" type="add">Basic text extractraction support in HPBF</action>
+        <action dev="PD" type="add">Basic text extraction support in HPBF</action>
         <action dev="PD" type="add">Initial, low level support for Publisher files, in the form of HPBF</action>
         <action dev="PD" type="fix" fixes-bug="45699">Fix RowRecordsAggregate to tolerate intervening MERGEDCELLS records</action>
         <action dev="PD" type="fix" fixes-bug="45698">Fix LinkTable to tolerate multiple EXTERNSHEET records</action>
@@ -1822,7 +1822,7 @@
         <action dev="PD" type="fix" fixes-bug="45025">improved FormulaParser parse error messages</action>
         <action dev="PD" type="fix" fixes-bug="45046">allowed EXTERNALBOOK(0x01AE) to be optional in the LinkTable</action>
         <action dev="PD" type="fix" fixes-bug="45066">fixed sheet encoding size mismatch problems</action>
-        <action dev="PD" type="add" fixes-bug="45003">Support embeded HDGF visio documents</action>
+        <action dev="PD" type="add" fixes-bug="45003">Support embedded HDGF visio documents</action>
         <action dev="PD" type="fix" fixes-bug="45001">Partial fix for HWPF Range.insertBefore() and Range.delete() with unicode characters</action>
         <action dev="PD" type="fix" fixes-bug="44977">Support for AM/PM in excel date formats</action>
         <action dev="PD" type="add">Support for specifying a policy to HSSF on missing / blank cells when fetching</action>
@@ -1996,7 +1996,7 @@
         <action dev="PD" type="fix" fixes-bug="43088">Fix for reading files with long cell comments and text boxes</action>
         <action dev="PD" type="fix" fixes-bug="42844">Fix for the EventUserModel and records that aren't immediately followed by their ContinueRecords</action>
         <action dev="PD" type="fix" fixes-bug="43055">Fix for saving Crystal Reports xls files when preserving nodes</action>
-        <action dev="PD" type="fix" fixes-bug="43116">Fix for Escher layer handling of embeded OLE2 documents</action>
+        <action dev="PD" type="fix" fixes-bug="43116">Fix for Escher layer handling of embedded OLE2 documents</action>
         <action dev="PD" type="fix" fixes-bug="43108">Where permissions deny fetching System Properties, use sensible defaults</action>
         <action dev="PD" type="fix" fixes-bug="43093">Fix formula evaluator support for Area3D references to other sheets</action>
         <action dev="PD" type="fix">Improvements to HSSFDateUtils.isADateFormat, and have HSSFDateUtil.isCellDateFormatted use this</action>



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