Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2EDE17A66 for ; Mon, 2 Nov 2015 09:45:45 +0000 (UTC) Received: (qmail 58012 invoked by uid 500); 2 Nov 2015 09:45:29 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 57977 invoked by uid 500); 2 Nov 2015 09:45:29 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 57968 invoked by uid 99); 2 Nov 2015 09:45:29 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2015 09:45:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 72FDFC094C for ; Mon, 2 Nov 2015 09:45:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.79 X-Spam-Level: * X-Spam-Status: No, score=1.79 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id j2lgom2JGKl8 for ; Mon, 2 Nov 2015 09:45:26 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 5E24C42AB6 for ; Mon, 2 Nov 2015 09:45:26 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CF4E4E010F for ; Mon, 2 Nov 2015 09:45:25 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A7E863A019A for ; Mon, 2 Nov 2015 09:45:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1711924 - in /poi/site: publish/changes.html publish/changes.rss src/documentation/content/xdocs/status.xml Date: Mon, 02 Nov 2015 09:45:25 -0000 To: commits@poi.apache.org From: onealj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151102094525.A7E863A019A@svn01-us-west.apache.org> Author: onealj Date: Mon Nov 2 09:45:25 2015 New Revision: 1711924 URL: http://svn.apache.org/viewvc?rev=1711924&view=rev Log: site doc update for bug 58572 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=1711924&r1=1711923&r2=1711924&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Mon Nov 2 09:45:25 2015 @@ -261,6 +261,9 @@ if (VERSION > 3) {
  • +add 58572 - Add getHyperlink and getHyperlinkList to Sheet interface
  • + +
  • add 58348 - Add support for copying rows in XSSFWorkbooks
  • Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1711924&r1=1711923&r2=1711924&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Mon Nov 2 09:45:25 2015 @@ -1,3 +1,3 @@ -POI Changeshttp://poi.apache.org/changes.htmlPOI Changesen-us add(bug 58348)http://poi.apache.org/changes.html add by POI Developers (bug 58348) - Add support for copying rows in XSSFWorkbooks fix(bug 45908)http://poi.apache.org/changes.html fix by POI Developers (bug 45908) - RichTextRun.setBullet(false) doesn't work, bullets still here fix(bug 45088)http://poi.apache.org/changes.html fix by POI Developers (bug 45088) - POI-HSLF changeTextInRichTextRun corrupts presentation fix(bug 45124)http://poi.apache.org/changes.html fix by POI Developers (bug 45124) - inserting text or images wipes out boldness and makes everything italic add(bug 58452)http://poi.apache.org/changes.html add by POI Developers (bug 58452) - Set cell formulas containing unregistered function names add(bug 58442)http://poi.apache.org/changes.html add by POI Developers (bug 58442) - Add method to reorganize AreaPtg as top-left and bottom-right references fix(bug 58443)http://poi.apache.org/changes.html fix by POI Developers (bug 58443) - Prohibit adding merged regions that would overlap with existing merged regions fix(bug 58516)http://poi.apache.org/changes.html fix by POI Developers (bug 58516) - Rare new aioobe in 3.13 on initialization of a handful of ppts fix(bug 56957)http://poi.apache.org/changes.html fix by POI Developers (bug 56957) - Avoid error if Workbook with empty SharedStringTable is written add(bug 58557)http://poi.apache.org/changes.html add by POI Developers (bug 58557) - Add support for shifting hyperlinks when shifting rows on an XSSFSheet fixhttp://poi.apache.org/changes.html fix by POI Developers - Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText() fixhttp://poi.apache.org/changes.html fix by POI Developers - Common sl unification - converted ApacheconEU08 example to common sl - added missing functionality fixhttp://poi.apache.org/changes.html fix by POI Developers - Common sl unification - return null instead of default values for missing borders X/HSLFTab le fixhttp://poi.apache.org/changes.html fix by POI Developers - Common sl unification - use points in HSLFTable.setColumnWidth() fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix appending text to empty HSLFTextParagraph fix(bug 58558)http://poi.apache.org/changes.html fix by POI Developers (bug 58558) - SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF and HSSF fix(bug 58536)http://poi.apache.org/changes.html fix by POI Developers (bug 58536) - DataFormatter and CellFormat non-localised support for localised currency formats like [$$-408] fix(bug 58532)http://poi.apache.org/changes.html fix by POI Developers (bug 58532) - DataFormatter cell formatting for things like [>999999]#,,"M";[>999]#,"K";# fix(bug 58085)http://poi.apache.org/changes.html fix by POI Developers (bug 58085) - Fix removing sheet so not to break other existing sheet references fix(bug 58480)http://poi.apache.org/changes.html fix by POI Developers (bug 58480) - Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly addhttp://poi.apache.org/changes.html add by POI Developers - Update commons-logging to 1.2 and commons-codec to 1.10 fixhttp://poi.apache.org/changes.html fix by POI Developers - Removed deprecated mixed case getter/setter in XSSFColor fi x(bug 55032)http://poi.apache.org/changes.html fix by POI Developers (bug 55032) - Fix handling missing option values in financial functions PV, FV, NPER and PMT fix(bug 50319)http://poi.apache.org/changes.html fix by POI Developers (bug 50319) - Make row groups which include row 0 work fixhttp://poi.apache.org/changes.html fix by POI Developers - Removed deprecated HDF API fix(bug 58466)http://poi.apache.org/changes.html fix by POI Developers (bug 58466) - Improve column manipulation in XSSF to avoid changes overwriting each other fix(bug 58471)http://poi.apache.org/changes.html fix by POI Developers (bug 58471) - Improve number formatting to more closely match Excel's behaviour fix(bug 58549)http://poi.apache.org/changes.html fix by POI Developers (bug 58549) - Fix row limits for HSSFClientAnchor to allow the full range supported by Excel \ No newline at end of file +POI Changeshttp://poi.apache.org/changes.htmlPOI Changesen-us add(bug 58572)http://poi.apache.org/changes.html add by POI Developers (bug 58572) - Add getHyperlink and getHyperlinkList to Sheet interface add(bug 58348)http://poi.apache.org/changes.html add by POI Developers (bug 58348) - Add support for copying rows in XSSFWorkbooks fix(bug 45908)http://poi.apache.org/changes.html fix by POI Developers (bug 45908) - RichTextRun.setBullet(false) doesn't work, bullets still here fix(bug 45088)http://poi.apache.org/changes.html fix by POI Developers (bug 45088) - POI-HSLF changeTextInRichTextRun corrupts presentation fix(bug 45124)http://poi.apache.org/changes.html fix by POI Developers (bug 45124) - inserting text or images wipes out boldness and makes everything italic add(bug 58452)http://poi.apache.org/changes.html add by POI Developers (bug 58452) - Set cell formulas containing unregistered function names add(bug 58442)http://poi.apache.org/changes.html add by POI Developers (bug 58442) - Add method to reorganize AreaPtg as top-left and bottom-right references fix(bug 58443)http://poi.apache.org/changes.html fix by POI Developers (bug 58443) - Prohibit adding merged regions that would overlap with existing merged regions fix(bug 58516)http://poi.apache.org/changes.html fix by POI Developers (bug 58516) - Rare new aioobe in 3.13 on initialization of a handful of ppts fix(bug 56957)http://poi.apache.org/changes.html fix by POI Developers (bug 56957) - Avoid error if Workbook with empty SharedStringTable is written add(bug 58557)http://poi.apache.org/changes.html add by POI Developers (bug 58557) - Add support for shifting hyperlinks when shifting rows on an XSSFSheet fixhttp://poi.apache.org/changes.html fix by POI Developers - Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText() fixhttp://poi.apache.org/changes.html fix by POI Developers - Common sl unification - converted ApacheconEU08 example to common sl - added missing functionality fixhttp://poi.apache.org/changes.html fix by POI Developers - Common sl unification - return null instead of default values for missing borders X/HSLFTable fixhttp://poi.apache.org/changes.html fix by POI Developers - Common sl unification - use points in HSLFTable.setColumnWidth() fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix appending text to empty HSLFTextParagraph fix(bug 58558)http://poi.apache.org/changes.html fix by POI Developers (bug 58558) - SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF and HSSF fix(bug 58536)http://poi.apache.org/changes.html fix by POI Developers (bug 58536) - DataFormatter and CellFormat non-localised support for localised currency formats like [$$-408] fix(bug 58532)http://poi.apache.org/changes.html fix by POI Developers (bug 58532) - DataFormatter cell formatting for things like [>999999]#,,"M";[>999]#,"K";# fix(bug 58085)http://poi.apache.org/changes.html fix by POI Developers (bug 58085) - Fix removing sheet so not to break other existing sheet references fix(bug 58480)http://poi.apache.org/changes.html fix by POI Developers (bug 58480) - Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly addhttp://poi.apache.org/changes.html add by POI Developers - Update commons-logging to 1.2 and commons-codec to 1.10 fixhttp://poi.apache.org/changes.html fix by POI Developers - Removed deprecated mixed case getter/setter in XSSFColor fix(bug 55032)http://poi.apache.org/changes.html fix by POI Developers (bug 55032) - Fix handling missing option values in financial functions PV, FV, NPER and PMT fix(bug 50319)http://poi.apache.org/changes.html fix by POI Developers (bug 50319) - Make row groups which include row 0 work fixhttp://poi.apache.org/changes.html fix by POI Developers - Removed deprecated HDF API fix(bug 58466)http://poi.apache.org/changes.html fix by POI Developers (bug 58466) - Improve column manipulation in XSSF to avoid changes overwriting each other fix(bug 58471)http://poi.apache.org/changes.html fix by POI Developers (bug 58471) - Improve number formatting to more closely match Excel's behaviour fix(bug 58549)http://poi.apache.org/changes.html fix by POI Developers (bug 58549) - Fix row limits for HSSFClientAnchor to allow the full range supported by Excel \ 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=1711924&r1=1711923&r2=1711924&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/status.xml (original) +++ poi/site/src/documentation/content/xdocs/status.xml Mon Nov 2 09:45:25 2015 @@ -40,6 +40,7 @@ + Add getHyperlink and getHyperlinkList to Sheet interface Add support for copying rows in XSSFWorkbooks RichTextRun.setBullet(false) doesn't work, bullets still here POI-HSLF changeTextInRichTextRun corrupts presentation --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org