Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

3077 11/10/2006 10:25 AM Matt Jones

Removed the release ant token from all files in 'src'.

2763 11/18/2005 01:11 PM sgarg

Replaced access to NodeRecord.<variable> with NodeRecord.<getVariable>

2663 10/10/2005 11:06 AM sgarg

Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call

1497 03/19/2003 03:27 PM Jing Tao

Chagnge debugMessage prototype.

669 01/18/2001 11:52 AM Matt Jones

Added license terms to source code files, and cleaned up some javadoc
documentation in a few places.

388 08/21/2000 02:52 PM Matt Jones

Modified the DBReader and ElementNode classes to more efficiently read
documents from the database. In the old implementation, a db connection
was opened for each and every node in a document, recursively fromthe root
node. In the new implementation, all of the data from xml_nodes is...

349 08/14/2000 01:53 PM Matt Jones

Added "release" keyword to all metacat source files so that the release
number will be evident in software distributions.

219 06/27/2000 07:36 PM Matt Jones

Added feature to now ouput COMMENTs and PIs when the document is
read from the database with DBReader.

203 06/26/2000 03:35 AM Matt Jones

Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parameters for the
servlet have changed substantially.

168 06/15/2000 08:20 PM Matt Jones

documentation cleanup

157 06/14/2000 05:26 PM Matt Jones

minor changes to TextNode

136 06/07/2000 05:19 PM Matt Jones

rearranged API for incrementing the node index within the parent node

134 06/07/2000 03:42 PM Matt Jones

code consolidation, cleanup, and documentation

132 06/07/2000 02:11 PM Matt Jones

improved error handling when docid not found

130 06/06/2000 07:12 PM Matt Jones

renamed ReaderElement to ElementNode

129 06/06/2000 07:08 PM Matt Jones

renamed BasicElement to BasicNode

128 06/06/2000 07:00 PM Matt Jones

continuing work on changing to DOM Text node model

127 06/06/2000 06:31 PM Matt Jones

continued changing to DOM TEXT node model

126 06/06/2000 06:12 PM Matt Jones

continued changing to DOM TEXT node model

122 06/06/2000 05:43 PM Matt Jones

Modifying storage model to use DOM TEXT nodes -- update is incomplete and query code doesn not work for this checkin

96 05/12/2000 04:01 PM Matt Jones

fixed entity parsing bug

51 04/17/2000 04:06 PM Matt Jones

changed package name to edu.ucsb.nceas.metacat.*

35 04/13/2000 09:48 AM Matt Jones

documentation updates

31 04/11/2000 08:04 PM Matt Jones

documentation additions

29 04/11/2000 07:09 PM Matt Jones

general cleanup and documentation

24 04/11/2000 03:19 PM Matt Jones

completed basic DBReader functionality. Can now read XML from DB using DBReader

23 04/11/2000 01:56 PM Matt Jones

adding recursive build for ReaderElement

22 04/11/2000 01:26 PM Matt Jones

created code to read XML doc from db source and emit it as an XML stream