Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  marine 433 over 23 years berkley no message
AccessionNumber.java 9.27 KB 421 over 23 years bojilova cleared static methods in AccessionNumber class...
AccessionNumberException.java 1.63 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
AccessionNumberGeneratedException.java 1.4 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
BasicNode.java 6.03 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
CommentNode.java 1.63 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBDTDHandler.java 5.56 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBEntityResolver.java 8.43 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBQuery.java 21.6 KB 441 over 23 years bojilova added check from "read" permission on "query" a...
DBSAXHandler.java 11.6 KB 425 over 23 years bojilova storing user_owner and user_updated where neede...
DBSAXNode.java 8.94 KB 408 over 23 years Matt Jones Continued code redesign for the DocumentImpl cl...
DBSimpleQuery.java 6.96 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBTransform.java 6.23 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBUtil.java 6.92 KB 413 over 23 years bojilova for getDoctypes() added WHERE entry_type='DTD' ...
DBValidate.java 9.76 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DocumentImpl.java 33.9 KB 441 over 23 years bojilova added check from "read" permission on "query" a...
ElementNode.java 4.54 KB 388 over 23 years Matt Jones Modified the DBReader and ElementNode classes t...
McdbDocNotFoundException.java 1.38 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
McdbException.java 2.71 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
MetaCatServlet.java 31.7 KB 443 over 23 years berkley fixed xml tag error in squer
MetaCatSession.java 14.1 KB 411 over 23 years bojilova Changes with Srb authentication: including quer...
MetaCatUtil.java 9.42 KB 354 over 23 years berkley added new constructor to allow the creation of ...
NodeComparator.java 2.79 KB 429 over 23 years Matt Jones Fixed document reading bug (bugzilla bug #111) ...
NodeRecord.java 996 Bytes 388 over 23 years Matt Jones Modified the DBReader and ElementNode classes t...
PINode.java 1.67 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
QuerySpecification.java 18.6 KB 423 over 23 years berkley changed xslf for new returnfield scheme. the r...
TextNode.java 2.1 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
srbProps.properties 229 Bytes 213 almost 24 years Matt Jones Added srbrmi classes for authentication support

Latest revisions

# Date Author Comment
443 09/12/2000 12:28 PM berkley

fixed xml tag error in squer

442 09/12/2000 11:24 AM berkley

fixed bug in handleSQuery that returned the tag in the <query> tag of a resultset.
BugID:
Submitted by:
Reviewed by:

441 09/12/2000 10:37 AM bojilova

added check from "read" permission on "query" and "squery" actions
for connected user or for "public" connection

437 09/05/2000 01:51 PM berkley

added support for getabstract action

436 09/05/2000 01:50 PM berkley

Added a method called getNodeContent which retrieves the content of a node in a document. If there are more than one nodes with the same name returned, it returns an array with all of the data.

433 09/05/2000 08:45 AM berkley

no message

431 09/01/2000 05:37 PM Matt Jones

Modified MetaCatServlet to use the new DocumentImpl.toXml() method for
efficiency of reading documents. See bugzilla bug #111 for an explanation.

429 09/01/2000 05:14 PM Matt Jones

Fixed document reading bug (bugzilla bug #111) so that reading documents
is no longer a power function of the number of nodes in the document
(which used to be the case). Now, reading a document occurs entirely
within DocumentImpl, by making a single SQL call to get the document data,...

428 09/01/2000 01:47 PM bojilova

change the 2 executions in archiveDocRevision()
with 1 statement:
"insert into xml_revisions
select ... from xml_documents where docid = ..."

427 09/01/2000 12:04 PM bojilova

small changes on hasWritePermission()

View revisions

Also available in: Atom