OME
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • New Ticket
  • Search

Context Navigation

  • View Latest Revision
  • Older Revisions →

root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8764 [8764] 2 months ctrueden Fix typo in XML-RPC classpath dependency.
(edit) @8763 [8763] 3 months ctrueden Remove unnecessary ome base package.
(edit) @8762 [8762] 3 months ctrueden * Remove ome.xml package from OME Server distribution * Tweak deprecated …
(edit) @8761 [8761] 3 months ctrueden Remove references to obsolete OME-XML package from readme.
(edit) @8760 [8760] 3 months ctrueden Move deprecated org.openmicroscopy.xml packages to an isolated subtree.
(edit) @8759 [8759] 3 months ctrueden Ignore generated build and docs folders.
(edit) @8758 [8758] 3 months ctrueden Remove old OME-Java branches and tags.
(edit) @8757 [8757] 6 months ctrueden Readd missing manual code block for TiffData? support.
(edit) @8756 [8756] 6 months ctrueden Update 2003-FC schema nodes to have proper back references.
(edit) @8755 [8755] 6 months ctrueden Fix some bugs with CDATA population.
(edit) @8754 [8754] 6 months ctrueden Update 2007-06 and 2008-02 schema node hierarchies to use xsd-fu …
(edit) @8753 [8753] 6 months ctrueden Tweak package statements some more.
(edit) @8752 [8752] 6 months ctrueden Fix javadoc generation warnings, and tweak package descriptions a little.
(edit) @8751 [8751] 6 months ctrueden Add a couple more package descriptions.
(edit) @8750 [8750] 6 months ctrueden Add package descriptions, and tweak documentation a little.
(edit) @8749 [8749] 6 months ctrueden Add ome.xml.*.spw subpackage to list of possible node packages.
(edit) @8748 [8748] 6 months ctrueden Add node classes for SPW schema.
(edit) @8747 [8747] 6 months ctrueden Add support for TiffData? element to 2003-FC schema.
(edit) @8746 [8746] 7 months ctrueden Add public methods for working with CData for a particular OME-XML node.
(edit) @8745 [8745] 7 months ctrueden Fix problem with newOMENode and legacy documents.
(edit) @8744 [8744] 7 months ctrueden Add hierarchy for 2008-02 schema.
(edit) @8743 [8743] 7 months ctrueden Default to ome.xml.r2003fc rather than org.openmicroscopy.xml for 2003-FC.
(edit) @8742 [8742] 7 months ctrueden Add xsd-fu version of 2003-FC schema hierarchy.
(edit) @8741 [8741] 8 months ctrueden Fix some problems with construction of legacy OME-XML documents.
(edit) @8740 [8740] 8 months ctrueden Set file path.
(edit) @8739 [8739] 8 months ctrueden Add note explaining code brokenness, so I don't forget to fix it.
(edit) @8738 [8738] 8 months ctrueden Add methods to get the node referenced by a *Ref node.
(edit) @8737 [8737] 10 months ctrueden Fix compile error.
(edit) @8736 [8736] 10 months ctrueden Performance improvements.
(edit) @8735 [8735] 10 months ctrueden Tweak documentation.
(edit) @8734 [8734] 10 months ctrueden Use "2003-FC" rather than "2003 (FC)" for legacy schema version …
(edit) @8733 [8733] 10 months ctrueden Add OMEXMLNode.getVersion() method for determining OME-XML schema version.
(edit) @8732 [8732] 10 months ctrueden Enable OMEXMLFactory to construct legacy schema OMENodes.
(edit) @8731 [8731] 10 months ctrueden Fix problem with Class.getPackage() within ImageJ.
(edit) @8730 [8730] 10 months ctrueden Fix build script to include xslt stylesheets at their new location.
(edit) @8729 [8729] 10 months ctrueden Split out ID generation code into its own method, for external use.
(edit) @8728 [8728] 11 months ctrueden Main API still uses getAttribute; remove deprecated tag.
(edit) @8727 [8727] 11 months ctrueden Loosen access modifier from protected to public for a couple of …
(edit) @8726 [8726] 11 months ctrueden Fix apidocs target.
(edit) @8725 [8725] 11 months ctrueden Add ome.xml packages to build script.
(edit) @8724 [8724] 11 months ctrueden Fix compile error.
(edit) @8723 [8723] 11 months ctrueden Some more work toward full multi-version schema support.
(edit) @8722 [8722] 12 months ctrueden Change back-reference counting method from countBlahList to …
(edit) @8721 [8721] 12 months ctrueden Add methods for accessing *Ref nodes directly, since they often contain …
(edit) @8720 [8720] 12 months ctrueden Add CData-based setter methods.
(edit) @8719 [8719] 12 months ctrueden Update to latest xsd-fu-generated nodes.
(edit) @8718 [8718] 12 months ctrueden Standardize list accessor method naming scheme to match that …
(edit) @8717 [8717] 12 months ctrueden Add createChild signature with attach flag.
(edit) @8716 [8716] 12 months ctrueden Use DOMUtil.createChild rather than appendChild directly when appropriate.
(edit) @8715 [8715] 13 months ctrueden Add method to get custom STs of a specific type.
(edit) @8714 [8714] 13 months ctrueden Unified XML architecture seems to be working OK.
(edit) @8713 [8713] 13 months ctrueden Fix up Sample OME document test classes.
(edit) @8712 [8712] 13 months ctrueden Progress on unified OME-XML logic. Not ready for use yet.
(edit) @8711 [8711] 13 months ctrueden Remove org.openmicroscopy.xml2007 package (moved to ome.xml.r2006_07).
(edit) @8710 [8710] 13 months ctrueden Initial version of generated 2007-06 revision of OME-XML classes, with new …
(edit) @8709 [8709] 14 months ctrueden More progress on node type mockups.
(edit) @8708 [8708] 14 months ctrueden Use CA:CustomAttributes instead of just CustomAttributes?.
(edit) @8707 [8707] 14 months ctrueden Fix problems with PixelSizeC and PixelSizeT attributes.
(edit) @8706 [8706] 14 months ctrueden Unknown node types (e.g., custom STs) should not have IDs.
(edit) @8705 [8705] 14 months ctrueden Remove some unnecessary methods; some miscellaneous other tweaks.
(edit) @8704 [8704] 14 months ctrueden Eliminate references to org.openmicroscopy.xml package.
(edit) @8703 [8703] 14 months ctrueden Progress on 2007 OME-XML node mockups for 2007 Sample document.
(edit) @8702 [8702] 14 months ctrueden Progress on 2007 OME-XML node mockups.
(edit) @8701 [8701] 14 months ctrueden Some initial skeleton and mockups for 2007 version of Java OME-XML …
(edit) @8700 [8700] 14 months ctrueden Add DOMUtil.getName() and DOMUtil.getNamespace() methods.
(edit) @8699 [8699] 16 months ctrueden Refix initial skeleton schemaLocation attribute.
(edit) @8698 [8698] 16 months ctrueden Use an internal ID generation mechanism that produces valid IDs.
(edit) @8697 [8697] 16 months ctrueden Fix initial OMECA-XML skeleton.
(edit) @8696 [8696] 16 months ctrueden Tweak Apache Axis2 hack to work better.
(edit) @8695 [8695] 16 months ctrueden Apply workaround for the Apache Axis2 bug in more places.
(edit) @8694 [8694] 16 months ctrueden Workaround for bug in Apache Axis2.
(edit) @8693 [8693] 16 months ctrueden Tweaked OME2OME-CA.xslt to eliminate Java XSLT compiler warnings.
(edit) @8692 [8692] 17 months ctrueden Fix for PixelSizeT -> TimeIncrement? attribute drop issue.
(edit) @8691 [8691] 19 months ctrueden Strip out more invalid characters.
(edit) @8690 [8690] 21 months ctrueden Change OMEXMLNode.getChildren methods to OMEXMLNode.getChildNodes, to fix …
(edit) @8689 [8689] 21 months ctrueden Better internal ID generation (based on element names instead of global).
(edit) @8688 [8688] 22 months ctrueden Add OMEXMLNode.getChildren() method.
(edit) @8687 [8687] 2 years ctrueden Added the authenticateSession, getDefaultRepository, and importFiles …
(edit) @8686 [8686] 2 years ctrueden Populate CreationDate? with default value when other constructors are used.
(edit) @8685 [8685] 2 years ctrueden Initialize CreationDate? in setCreated method when null argument is …
(edit) @8684 [8684] 2 years ctrueden Initialize CreationDate? to default value of "now" if initial value is …
(edit) @8683 [8683] 2 years ctrueden Use "id" as generic ID prefix, not "loci"
(edit) @8682 [8682] 2 years ctrueden Fix some bugs in OME-XML output generation.
(edit) @8681 [8681] 2 years ctrueden Specify -target 1.4 and -source 1.4 for javac.
(edit) @8680 [8680] 2 years ctrueden Update stylesheet to reflect Ilya's fixes in OME/src/xml/xslt.
(edit) @8679 [8679] 2 years ctrueden Add preservation of BinData? character data from original data source …
(edit) @8678 [8678] 2 years ctrueden Add test for writing OME-XML to temporary file on disk.
(edit) @8677 [8677] 2 years ctrueden Add constructors allowing easier instantiation of AttributesNode? for …
(edit) @8676 [8676] 2 years ctrueden Doc tweaks.
(edit) @8675 [8675] 2 years ctrueden * Add flag to change directory prefix (override user.home default) * …
(edit) @8674 [8674] 2 years ctrueden Java 1.5's XSLT parser wants all xsl:apply-templates elements …
(edit)