source: trunk/docx4j/src/main/java/org/docx4j/openpackaging/io @ 1816

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1784   5 weeks jharrop XmlSignature? part, which uses JAXB representation of xmldsig-core, …
(edit) @1648   9 months jharrop getRelationshipsPart() will create it if it doesn't exist already, similar …
(edit) @1637   10 months jharrop Alberto's patch of 3 August. - The …
(edit) @1604   11 months jharrop docx4j.properties, supports configuration of default page size, margins, …
(edit) @1555   11 months jharrop Apply Dave Brown's "assorted patches" of 28 April, as described at …
(edit) @1493   13 months jharrop BibliographyPart?.
(edit) @1492   13 months jharrop Support for …
(edit) @1482   13 months jharrop Bug fix: save file containing internal hyperlink rel
(edit) @1481   13 months jharrop Bugfix: Handle internal HYPERLINK
(edit) @1467   14 months jharrop Address issue reported in …
(edit) @1449   15 months jharrop Handle a databinding which points to Core or Extended Properties, or …
(edit) @1430   15 months jharrop Patch contributed by Alberto. Re the implementation prior to this patch: …
(edit) @1421   16 months jharrop Change System.out.println to log.debug.
(edit) @1414   16 months jharrop Don't throw NPE.
(edit) @1385   17 months jharrop Warn if there are Custom XML parts with duplicate itemId
(edit) @1382   17 months jharrop Tune log levels involved in creating HTML
(edit) @1379   17 months jharrop Tune log levels involved in saving a docx
(edit) @1378   17 months jharrop Tune log levels involved in opening a docx (tuning for save TODO); other …
(edit) @1321   18 months jharrop Throw error, don't swallow.
(edit) @1309   19 months jharrop OpenDoPE components part.
(edit) @1302   19 months jharrop Pass Relationship to newPartForContentType so AlternativeFormatInputPart?
(edit) @1274   19 months jharrop QuestionsPart?.
(edit) @1257   20 months jharrop detection of OpenDoPE parts
(edit) @1251   20 months jharrop OpenDoPE work in progress; commit for safe keeping
(edit) @1232   21 months jharrop Make it possible to run these samples from the command line.
(edit) @1199   21 months jharrop Implementation of xlsx (ECMA 376 1st ed)
(edit) @1178   22 months jharrop Throw FileNotFoundException? as Docx4JException (minimising change to …
(edit) @1164   23 months jharrop .xml extension implies save as Flat OPC
(edit) @1162   23 months jharrop Content control binding extensions test/example
(edit) @1120   2 years jharrop XML parts which we don't specifically know how to handle: load these as …
(edit) @1102   2 years jharrop Support for ActiveX parts. Previously the Xml part was being represented …
(edit) @1093   2 years jharrop changes to exception handling; made class ByteArray? a bit more flexible
(edit) @1078   2 years jharrop Support for WMF (but not EMF, yet) as SVG in HTML output.
(edit) @1066   2 years jharrop JCR stuff to extras/jcr
(edit) @1063   2 years jharrop Move JCR, VFS stuff to -extensions
(edit) @1050   2 years jharrop Renamed Package -> OpcPackage?; Additional pptx parts.
(edit) @1046   2 years jharrop Prevent loops in loading/saving packages, something which would otherwise …
(edit) @1044   2 years jharrop pptx4j: JAXB implementation of pptx - initial commit
(edit) @1004   2 years jharrop Remove dom4j stuff
(edit) @1003   2 years jharrop Remove dom4j stuff
(edit) @962   3 years jharrop New method setPartName(PartName? newName), which is useful if you want to …
(edit) @954   3 years jharrop Ensure content type and relationship type is set for a binary part
(edit) @910   3 years jharrop setConserveMemory defaults to false, which preserves existing behaviour.
(edit) @909   3 years jharrop Apply Holger's patch, which conserves memory by not loading the contents …
(edit) @908   3 years jharrop Comment about a potential enhancement to API
(edit) @895   3 years jharrop Parts which aren't JAXB XML parts now extend XmlPart?, which uses JAXP …
(edit) @886   3 years jharrop JCR node mapper: interface now includes a method to add a folder. …
(edit) @854   3 years jharrop Remove ContentTypeManager? interface; replace it with implementation. …
(edit) @819   3 years jharrop Implementation of binding of content control - renamed methods in …
(edit) @817   3 years jharrop Implementation of binding of content control to xml in a …
(edit) @813   3 years jharrop MIME type handling
(edit) @784   3 years jharrop This class is a refactoring of LoadFromZipFile?, which couldn't read from …
(edit) @783   3 years jharrop trivial comment/debug
(edit) @674   3 years jharrop Only fetch an external resource if its an image
(edit) @673   3 years jharrop Support loading of external resources as Parts.
(edit) @669   3 years jharrop Line break in debug output before each part.
(edit) @656   3 years jharrop set mime type for rels part name (try to anyway - not sure this works?!)
(edit) @638   3 years jharrop Comments / clean up
(edit) @632   3 years jharrop Add contentType to saveRawXmlPart(Session jcrSession, Node baseNode, …
(edit) @608   3 years jharrop new method getRawPart from InputStream?
(edit) @592   3 years jharrop Refactor, creating a saveRawXmlPart method which takes an InputStream? arg
(edit) @591   3 years jharrop Refactor, creating initialiseContentTypeManager method.
(edit) @579   4 years jharrop Inconsequential
(edit) @563   4 years jharrop Specialised parts for some image types (rather than just treating them as …
(edit) @532   4 years jharrop RelationshipsPart? is now a JAXB part.
(edit) @466   4 years jharrop Add a new saveRawXmlPart signature, reducing use of …
(edit) @460   4 years jharrop Set cm:name
(edit) @350   4 years jharrop Rudimentary support for EXTERNAL resources.
(edit) @330   4 years jharrop Store the content for a binary part in a ByteBuffer?.
(edit) @329   4 years jharrop Throw PartUnrecognisedException? for parts we don't know how to handle; …
(edit) @325   4 years jharrop Time JCR calls. Refactor a little, in part to try to reduce unnecessary …
(edit) @298   4 years jharrop Change license to Apache v2
(edit) @245   4 years jharrop
(edit) @240   4 years jharrop Don't set cm:name like word/_rels/document.xml.rels which contains forward …
(edit) @239   4 years jojada Do not use the 'zip://' scheme because it does not support writing to zip …
(edit) @238   4 years jojada Commons-VFS version of SaveToZipFile?
(edit) @236   4 years jojada Remember to close i/o stream
(edit) @235   4 years jojada Remember to close i/o stream
(edit) @233   4 years jojada getRelationshipsPart() has to check FileType?
(edit) @230   4 years jojada Commons-VFS version of LoadFromZipFile?
(edit) @222   4 years jharrop As per LoadFromZipFile?, detect as JaxbXmlParts?, the parts we recently …
(edit) @184   4 years jharrop Integrate and demonstrate the new docProps model.
(edit) @172   4 years jharrop Handle ObfuscatedFontPart? - interim commit of basic working code.
(edit) @148   4 years jharrop Content model for Theme part, but only insofar as is necessary to read the …
(edit) @145   4 years jharrop Map Microsoft fonts to physical fonts using FOP machinery.
(edit) @133   4 years jharrop
(edit) @132   4 years jharrop Work in progress: Alfresco - read/write 'plutext:' properties (using …
(edit) @131   4 years jharrop Work in progress: can load/save from Alfresco, albeit without custom …
(edit) @129   4 years jharrop Load an unzipped docx from Alfresco
(edit) @124   4 years jharrop Add convenience method to WordMLPackage to make it easy to save the …
(edit) @119   4 years jharrop no-arg Package constructor now creates a content type manager; added new …
(edit) @115   4 years jharrop Improve logging statement.
(edit) @108   4 years jharrop Docx4j now licensed under v3 of GNU Affero General Public License, rather …
(edit) @106   4 years jharrop Complete refactoring into new packages org.docx4j.wml and org.docx4j.jaxb
(edit) @79   4 years jharrop Bugfix - add zip entry before attempting to write JaxbXmlPart?!
(edit) @68   4 years jharrop Rename DomXmlPart? to Dom4jXmlPart.
(edit) @67   4 years jharrop Xml Parts now extend JaxbXmlPart? if we have JAXB generated classes for …
(edit) @65   4 years jharrop Debug creating a new package, and make use JAXB to populate sample …
(edit) @47   4 years jharrop Merged JAXB branch.
(edit) @16   5 years jharrop Add ContentTypeManager? to signature of getRawPart, and make it static, so …
Note: See TracRevisionLog for help on using the revision log.