Project

General

Profile

Activity

From 10/26/2000 to 11/24/2000

11/22/2000

06:23 PM Revision 564 (metacat): Modified the build.xml file to support the new protocol handler classes,
which need to be built in a separate jar file bust it must be installed
as part of the tomcat servlet environment, no...
Matt Jones
06:18 PM Revision 563 (metacat): Added a new URL protocol handler class for the metacat protocol. This
class will replace the current MetacatURL class in a much simpler and
extensible manner. See the documentation for j...
Matt Jones
02:56 PM Revision 562 (metacat): this class allows the parsing of xml data sent by a replication server to assertain document info about a remote document.
berkley
02:55 PM Revision 561 (metacat): added functionality to allow the replication servlet to assertain and insert user and group info into the local database. started implementation of insert replication handler (it is commented out in this commit)
berkley
02:26 PM Revision 560 (metacat): CREATE TABLE xml_access (
docid VARCHAR2(250), -- the document id #
principal_name VARCHAR2(100), -- name of user, group, etc.
permission NU...
bojilova
09:39 AM Revision 559 (metacat): fixed compatibility problem by overloading the write method. Jivka's new parameter (Reader acl) is now defaulted to null if it is not explicitly declared.
berkley

11/21/2000

03:49 PM Revision 558 (metacat): fixed typo that was accidentally committed.
berkley
11:43 AM Revision 557 (metacat): added interface to handle a new "acl" parameter bringing the text of a xml access file for a given metadata document
the "acl" parameter is optional and should be sent on INSERT or UPDATE action. bojilova
10:14 AM Revision 556 (metacat): added ticket_counter and deny attributes to xml_access table
bojilova
10:04 AM Revision 555 (metacat): new class for parsing ACL XML file and loading acl data into metacat db
bojilova

11/20/2000

09:11 AM Revision 554 (metacat): added delete functionality
berkley
05:14 AM Revision 553 (metacat): Add the eml style sheet into metacat module.
Jing Tao

11/17/2000

02:34 PM Revision 552 (metacat): added support for server_location in the xml_revisions table.
berkley

11/16/2000

03:36 PM Revision 551 (metacat): removed inadvertent comments
berkley
03:32 PM Revision 550 (metacat): added needed table fields for storing document location in xml_documents
berkley
03:26 PM Revision 549 (metacat): removed dependence on a server code in the accession number of each document. the file's resident server is now located in xml_documents.server_location.
berkley
12:35 PM Revision 548 (metacat): changed alpha to dev in odbc driver param
berkley
12:33 PM Revision 547 (metacat): removed servercode param
berkley
12:32 PM Revision 546 (metacat): removed server-code param
berkley
11:03 AM Revision 545 (metacat): no message
berkley
11:01 AM Revision 544 (metacat): added new server_location field to xml_documents with a foreign key to xml_replication.serverid
berkley
08:50 AM Revision 543 (metacat): now updates the xml_replication last_checked field
berkley
08:40 AM Revision 542 (metacat): updated javadoc documentation
berkley
08:35 AM Bug #177 (Resolved): get rid of metacatURL.java
get rid of metacatURL.java and replace it with a more general protocol handler
as described in:
http://developer.j...
Chad Berkley
08:33 AM Bug #173: create eml outreach page
created page in knbweb/software/emldescription.html Chad Berkley

11/15/2000

01:24 PM Bug #173 (Resolved): create eml outreach page
Create a web page that describes and links to each eml module Chad Berkley
01:23 PM Bug #172 (Resolved): xml_catalog replication
add support to replicate the xml_catalog table Chad Berkley
01:22 PM Bug #171 (Resolved): add transform action
create an action handler that takes a stylesheet and some other parameters and
runs a document through a specified s...
Chad Berkley
01:20 PM Bug #170 (Resolved): merge get actions into one read action
Merge the getRelatedDocument, getDocument, getDataDocument and ViewAbstract into
a singe "read" action. Combine all...
Chad Berkley
10:18 AM Revision 541 (metacat): fixed bug/typo
bojilova
08:28 AM Revision 540 (metacat): no message
berkley

11/14/2000

03:29 PM Bug #33: problems with replicating of DTDs, because of PUBLIC IDs
This needs to be done, but it needs to be done in a coordinated manner among the
replicating servers. Today we (berk...
Matt Jones
11:04 AM Revision 539 (metacat): added server-code property
berkley
11:01 AM Revision 538 (metacat): added servercode prop.
berkley
11:01 AM Revision 537 (metacat): no message
berkley
09:26 AM Revision 536 (metacat): changed action scheme
berkley

11/13/2000

05:08 PM Bug #169: pathquery support for owner and site subsetting
Modified pathquery.dtd and QuerySpecification to allow some new constraints
on queries submitted to Metacat. Now, qu...
Matt Jones
04:50 PM Bug #169 (Resolved): pathquery support for owner and site subsetting
Need support in the query system for the client to specify a single user or list
of users to restrict query results....
Matt Jones
05:04 PM Revision 535 (metacat): Modified pathquery.dtd and QuerySpecification to allow some new constraints
on queries submitted to Metacat. Now, queries can contain an optional
set of <owner> tags that identify the users fo...
Matt Jones
04:46 PM Bug #168 (Resolved): eliminate title attribute from xml_documents
The current 'title' attribute in the xml_docuemnts tabe and xml_revisions table
is no longer needed because of the f...
Matt Jones
03:31 PM Revision 534 (metacat): can now send a file to another server
berkley
03:31 PM Revision 533 (metacat): can now download a document from a server
berkley
03:30 PM Revision 532 (metacat): no message
berkley
02:34 PM Revision 531 (metacat): Changed utility query to include the user_owner field rather than the
title field, which is now obsolete. Matt Jones
02:26 PM Revision 530 (metacat): Fixed typo in DBSAXHandler debug message.
Matt Jones
12:54 PM Revision 529 (metacat): not needed any more
bojilova
10:49 AM Revision 528 (metacat): it is not needed to be here
bojilova
10:11 AM Revision 527 (metacat): changes for using SRB v1.1.8 at LTER, NM
bojilova
10:08 AM Revision 526 (metacat): SRB v1.1.8
bojilova
10:05 AM Revision 525 (metacat): added replication properties
berkley

11/09/2000

02:04 PM Revision 524 (metacat): changed naming scheme
berkley
01:55 PM Revision 523 (metacat): changed naming scheme
berkley
01:41 PM Revision 522 (metacat): changed naming scheme
berkley
01:23 PM Revision 521 (metacat): servlet to handle metacat replication requests.
berkley
01:21 PM Revision 520 (metacat): a timer based thread that does Delta-T replication checking.
berkley
01:21 PM Revision 519 (metacat): a parser to handle replication xml messages
berkley

11/08/2000

03:06 PM Revision 518 (metacat): change for using the db connection
bojilova
10:18 AM Revision 517 (metacat): updated xml_relation table
berkley

11/07/2000

10:09 PM Revision 516 (metacat): Changed target of the javadoc builds to the build/docs/apiDocs directory
so that we no loger version track the javadoc html files -- they changes
too much between each of the times we would ...
Matt Jones
08:22 PM Revision 515 (metacat): Updated the Javadoc documentation so that the current release can be provided
on the web site. Matt Jones
01:24 PM Bug #161: need replication mechanism for metacat
Work is in progress- Models have been submitted, refined and resubmitted for
comment. Work is currently in progress...
Chad Berkley

11/06/2000

05:21 PM Revision 514 (metacat): Fixed problem with AuthInterface, AuthLdap, and AuthMcat where the
sigantures of the methods of these classes were not in agreement, which was
causing AuthLdap to no longer compile. C...
Matt Jones
10:38 AM Revision 513 (metacat): bug fix about util.openDBConnection() for xmlIndex tread
bojilova

11/03/2000

12:02 PM Revision 512 (metacat): small fix for exception when srbMaster is not running
bojilova
11:12 AM Revision 511 (metacat): not needed
bojilova
09:38 AM Revision 510 (metacat): XSLT transformation on "login" and "logout" action
bojilova

10/31/2000

03:26 PM Revision 509 (metacat): AuthMcat
- new class for authentication through MCA; implements AuthInterface
AuthSession
- assigning HttpSession obj only aft...
bojilova
02:29 PM Revision 508 (metacat): added "qformat=html" form parameter for "login" and "logout" actions
bojilova
02:14 PM Revision 507 (metacat): changed action's value:
"Login" to "login"
"Logout" to "logout"
bojilova

10/30/2000

05:12 PM Revision 506 (metacat): Modified stylesheets to use the default.css file from the new KNB web site.
Also, provided a new resultset.xsl that represents a simple freetext query
of the KNB data repository. Updated build....
Matt Jones

10/27/2000

07:07 PM Revision 505 (metacat): Began work on new UI for the KNB web site. It will be the main query
interface from the KNB website. Matt Jones

10/26/2000

02:39 PM Bug #138: use LDAP as optional directory for authentication
Fixed the LDAP authentication adapter (AuthLdap.java) so that it now looks up
the distinguished name for a user befor...
Matt Jones
02:38 PM Revision 504 (metacat): Fixed the LDAP authentication adapter (AuthLdap.java) so that it now looks up
the distinguished name for a user before attempting to do authentication.
This is because the user's distinguished na...
Matt Jones
 

Also available in: Atom