Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  marine 433 over 23 years berkley no message
AccessControlList.java 32.9 KB 830 over 22 years Matt Jones Removed the requirement that the relationship f...
AccessionNumber.java 11.8 KB 779 almost 23 years bojilova changes according to bug# 234 - metacat accessi...
AccessionNumberException.java 1.84 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
AccessionNumberGeneratedException.java 1.58 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
AuthInterface.java 3.54 KB 730 about 23 years bojilova Changes related to running LDAP servers referre...
AuthLdap.java 33.6 KB 802 almost 23 years bojilova added support for multiple group membership
AuthMcat.java 14.1 KB 730 about 23 years bojilova Changes related to running LDAP servers referre...
AuthSession.java 5.85 KB 802 almost 23 years bojilova added support for multiple group membership
BasicNode.java 6.71 KB 821 over 22 years bojilova added support for Namespaces. Metacat now can s...
CatalogMessageHandler.java 2.95 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
CommentNode.java 2.16 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
DBDTDHandler.java 5.23 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
DBEntityResolver.java 12.9 KB 694 about 23 years bojilova reject writing DTD file if it already exists
DBQuery.java 28.1 KB 820 over 22 years bojilova fixed an error of NullPointerException
DBSAXHandler.java 18.8 KB 831 over 22 years bojilova small fix to enable resolving external entities...
DBSAXNode.java 14.2 KB 826 over 22 years bojilova changes to store namespace prefixes separately ...
DBSimpleQuery.java 7.11 KB 675 over 23 years berkley added precise location information (class.metho...
DBTransform.java 6.74 KB 764 almost 23 years bojilova seems that there are problem in JDBC-ODBC bridg...
DBUtil.java 12.1 KB 793 almost 23 years bojilova http://bugzilla.ecoinformatics.org/show_bug.cgi...
DBValidate.java 9.8 KB 675 over 23 years berkley added precise location information (class.metho...
DocInfoHandler.java 2.29 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
DocumentIdentifier.java 6.88 KB 736 almost 23 years bojilova put exception handler messages when acc# is not...
DocumentImpl.java 48.7 KB 826 over 22 years bojilova changes to store namespace prefixes separately ...
ElementNode.java 5.24 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
ForceReplicationHandler.java 4.62 KB 675 over 23 years berkley added precise location information (class.metho...
HttpMessage.java 4.99 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
McdbDocNotFoundException.java 2.08 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
McdbException.java 3.41 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
MetaCatServlet.java 55.4 KB 822 over 22 years Matt Jones Revised build.xml and metacat.properties to mak...
MetaCatUtil.java 12.3 KB 777 almost 23 years bojilova changed all mentions of DBAdapter to the new na...
MetacatReplication.java 34.7 KB 804 almost 23 years bojilova fixed the compilation bug about the change of g...
MetacatURL.java 9.35 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
NodeComparator.java 3.49 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
NodeRecord.java 1.78 KB 826 over 22 years bojilova changes to store namespace prefixes separately ...
PINode.java 2.54 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
QuerySpecification.java 29.8 KB 795 almost 23 years bojilova support for the new terms included in pathquery...
RelationHandler.java 5.45 KB 819 over 22 years bojilova - when the Access file goes first before the Pa...
ReplMessageHandler.java 4.07 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
ReplicationHandler.java 20.5 KB 804 almost 23 years bojilova fixed the compilation bug about the change of g...
TextNode.java 2.12 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...

Latest revisions

# Date Author Comment
831 09/14/2001 11:59 AM bojilova

small fix to enable resolving external entities included in the DTD;
external entities are now resolved successfully by DBEntityResolver using the specified system ids
and thus there no need of registering the relative system ids,
This is because EntityResolver uses its internal implementation to map the relative system ids to the...

830 09/13/2001 10:28 PM Matt Jones

Removed the requirement that the relationship for ACL associations be
"isRelatedTo". Now the relationship in the triple can be anything, like
"describes access control rules for". This doesn't affect the ACL
processing because it is based on the ACL document type, not the...

826 09/12/2001 02:49 PM bojilova

changes to store namespace prefixes separately from the local names of nodes (elements and attributes)
in xml_nodes.nodeprefix column

822 08/16/2001 10:48 AM Matt Jones

Revised build.xml and metacat.properties to make it easier to
install alternative stylesheets for metacat. In the process,
replaced the deprecated copydir and copyfile commands in build.xml
with appropriate "copy" commands.

821 08/15/2001 01:38 PM bojilova

added support for Namespaces.
Metacat now can store and retrieve XML documents with Namespaces.
Namespace is stored as separate record in xml_nodes table with type "NAMESPACE"
where nodename is the prefix and nodedata is the uri of the namespace.

820 08/08/2001 05:07 PM bojilova

fixed an error of NullPointerException

819 08/08/2001 12:56 PM bojilova

- when the Access file goes first before the Package file (eml-dataset-2.0)
relations are not available in xml_relation, thus updated the code
to check and run ACL also after the Package file is saved.
- cut out the rev# from subject and object in xml_relation as needed by ACL...

818 08/02/2001 10:29 AM berkley

fixed error with out of cursors error because pstmts were not getting closed in DBQuery

815 07/31/2001 07:34 PM bojilova

look for relationship "isRelatedTo" b' that is the word that is used in the triples

804 07/23/2001 09:28 AM bojilova

fixed the compilation bug about the change of group parameter in DocumentImpl.write()

View revisions

Also available in: Atom