]> source.dussan.org Git - xmlgraphics-fop.git/commit
Merged revisions 687576,687657,687786,688078,688087,688139,688508,688633,688652-68865...
authorAdrian Cumiskey <acumiskey@apache.org>
Tue, 26 Aug 2008 09:10:19 +0000 (09:10 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Tue, 26 Aug 2008 09:10:19 +0000 (09:10 +0000)
commitc0227d2e2ef00b0193062df4f6d6e56ba211c51c
treebcc7d3ff1b6c19bc4e9a19c8849006e261aff553
parent0f20fb70bc3c4e6f7f3c58f3a9afc1e884769cea
Merged revisions 687576,687657,687786,688078,688087,688139,688508,688633,688652-688653,688660,688664,688666,688674,688698,688994,689000 via svnmerge from
https://svn.eu.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r687576 | maxberger | 2008-08-21 07:25:40 +0100 (Thu, 21 Aug 2008) | 1 line

  Included patched retroweaver which does not modify Boolean.valueOf
........
  r687657 | jeremias | 2008-08-21 09:51:50 +0100 (Thu, 21 Aug 2008) | 1 line

  Added an FAQ entry about the element mismatch error message.
........
  r687786 | jeremias | 2008-08-21 16:49:13 +0100 (Thu, 21 Aug 2008) | 1 line

  Added some performance statistics to MemoryEater.
........
  r688078 | jeremias | 2008-08-22 14:02:37 +0100 (Fri, 22 Aug 2008) | 1 line

  Final statistics output after the test with average speed indication.
........
  r688087 | jeremias | 2008-08-22 15:16:58 +0100 (Fri, 22 Aug 2008) | 2 lines

  Merge from branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95:
  Fixed text stroking in SVG when the stroke-width is zero.
........
  r688139 | maxberger | 2008-08-22 19:08:36 +0100 (Fri, 22 Aug 2008) | 1 line

  minor spelling mistakes
........
  r688508 | maxberger | 2008-08-24 14:12:02 +0100 (Sun, 24 Aug 2008) | 2 lines

  Moved DataURIResolver from FOP to commons; use new URIResolver registry
........
  r688633 | jeremias | 2008-08-25 07:42:44 +0100 (Mon, 25 Aug 2008) | 2 lines

  Fixed memory leak in property cache (not cleaning stale PropertyCache$CacheEntry instances).
  Special thanks to Andreas Delmelle for his help!
........
  r688652 | maxberger | 2008-08-25 09:19:13 +0100 (Mon, 25 Aug 2008) | 1 line

  Re-added moved class as deprecated
........
  r688653 | jeremias | 2008-08-25 09:23:31 +0100 (Mon, 25 Aug 2008) | 1 line

  Added a page on metadata (partly ported from the FOP Wiki).
........
  r688660 | jeremias | 2008-08-25 09:41:29 +0100 (Mon, 25 Aug 2008) | 2 lines

  Fixed example.
  Thanks for noticing, Pascal Sancho!
........
  r688664 | jeremias | 2008-08-25 09:59:27 +0100 (Mon, 25 Aug 2008) | 1 line

  Minor documentation improvements, most notably a comment about keep-together="always".
........
  r688666 | maxberger | 2008-08-25 10:00:27 +0100 (Mon, 25 Aug 2008) | 1 line

  CommonURIResolver is no longer a singleton
........
  r688674 | jeremias | 2008-08-25 10:15:22 +0100 (Mon, 25 Aug 2008) | 1 line

  Hmm, I missed the redirects for the 0.95 release.
........
  r688698 | jeremias | 2008-08-25 12:24:15 +0100 (Mon, 25 Aug 2008) | 2 lines

  Merge from 0.95 branch:
  Fixed jar-sources target.
........
  r688994 | acumiskey | 2008-08-26 09:34:45 +0100 (Tue, 26 Aug 2008) | 1 line

  Deprecate UnitConv now that it resides only in xmlgraphics commons.
........
  r689000 | acumiskey | 2008-08-26 09:59:31 +0100 (Tue, 26 Aug 2008) | 1 line

  Forgot to add deprecated public statics.
........

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@689005 13f79535-47bb-0310-9956-ffa450edef68
26 files changed:
build.xml
lib/build/retroweaver-2.0.5.jar [deleted file]
lib/build/retroweaver-2.0.6-patched.jar [new file with mode: 0644]
lib/build/retroweaver-rt-2.0.5.jar [deleted file]
lib/build/retroweaver-rt-2.0.6-patched.jar [new file with mode: 0644]
lib/xmlgraphics-commons-1.4svn.jar
src/documentation/content/.htaccess
src/documentation/content/xdocs/0.95/metadata.xml [new file with mode: 0644]
src/documentation/content/xdocs/0.95/pdfa.xml
src/documentation/content/xdocs/faq.xml
src/documentation/content/xdocs/site.xml
src/documentation/content/xdocs/trunk/metadata.xml [new file with mode: 0644]
src/documentation/content/xdocs/trunk/pdfa.xml
src/java/org/apache/fop/apps/FOURIResolver.java
src/java/org/apache/fop/fo/properties/PropertyCache.java
src/java/org/apache/fop/svg/PDFGraphics2D.java
src/java/org/apache/fop/svg/PDFTextPainter.java
src/java/org/apache/fop/util/DataURIResolver.java
src/java/org/apache/fop/util/DataURLUtil.java
src/java/org/apache/fop/util/UnitConv.java [new file with mode: 0644]
src/java/org/apache/fop/util/WriterOutputStream.java
status.xml
test/java/org/apache/fop/UtilityCodeTestSuite.java
test/java/org/apache/fop/memory/MemoryEater.java
test/java/org/apache/fop/memory/Stats.java [new file with mode: 0644]
test/java/org/apache/fop/util/DataURIResolverTestCase.java [deleted file]