Activity
From 11/15/2000 to 12/14/2000
12/14/2000
- 03:07 PM Revision 618 (metacat): changed acc# generation to use db sequence instead of timestamp
- 03:06 PM Revision 617 (metacat): fixed typo
- 03:04 PM Revision 616 (metacat): added db sequence accnum_uniqueid_seq needed for uniqueID part of Accession#
- get rid of xml_acc_numbers table
- 03:02 PM Revision 615 (metacat): added property sitecode (=nceas) needed for Accession#
- 03:01 PM Revision 614 (metacat): added token "install-dir" needed for DTD upload
12/13/2000
- 02:54 PM Revision 613 (metacat): fixed typo
- 02:18 PM Revision 612 (metacat): fixed typo
- 12:57 PM Revision 611 (metacat): fixed typo
- 12:53 PM Revision 610 (metacat): commented out print statement
- 12:35 PM Revision 609 (metacat): fixed typo
- 11:37 AM Revision 608 (metacat): problems with passing the connection between objects
- 11:29 AM Revision 607 (metacat): problems with passing the connection between objects
- 11:12 AM Revision 606 (metacat): overwrite Jivka's overwrite
- 10:56 AM Revision 605 (metacat): problem with passing the connection between objects
- 10:23 AM Revision 604 (metacat): problem with passing the connection between objects
- 09:45 AM Revision 603 (metacat): removed print statement
- 09:43 AM Bug #178: error in the processing of relation urls
- Changed the sql to accomodate a more general url form. This makes relations
work with replicated packages as well as... - 09:41 AM Revision 602 (metacat): fixed bug where some relations were not returned because the sql did not take into account an sql that had a directory structure in it.
12/12/2000
- 02:32 PM Revision 601 (metacat): changed connection handling in the constructor
- 01:36 PM Revision 600 (metacat): one more write() method was needed
- 01:29 PM Revision 599 (metacat): constructor DBEntityResolver(Connection conn) is needed; cleared by mistake
- 12:50 PM Revision 598 (metacat): DBEntityResolver:
- - added new parameter dtd for upload on Metacat file system; optional; Reader
- new routines to upload dtd if provid... - 12:14 PM Revision 597 (metacat): dtdPath and dtdURL properties added needed for DTD upload on Metacat file system
- 12:01 PM Revision 596 (metacat): enable the UNIQUE constraint in xml_catalog table
- 10:55 AM Revision 595 (metacat): added additional actions to facilitate a web based interface to the replication servlet.
- 10:53 AM Revision 594 (metacat): web page control panel for replication
12/11/2000
12/08/2000
- 02:39 PM Revision 592 (metacat): comment out line in read action that sends a copy of docid prior to returning doc
- in XML format (apparent debug statement left in by mistake)
- 12:23 PM Revision 591 (metacat): added knb to resultsetspages
- 11:00 AM Bug #178 (Resolved): error in the processing of relation urls
- There is an error in DBQuery.findDocuments() where it is assumed that the next
parameter after a / in a url is the d...
12/07/2000
- 03:11 PM Revision 590 (metacat): added replication for the xml_catalog table. Right now it is only replicated when the deltaT handler is called. I will add more replication times later.
- 03:10 PM Revision 589 (metacat): parser for the xml encoding of the xml_catalog tableing (fi
- 02:13 PM Revision 588 (metacat): added an ant substitution for the jdbc connection string (fixed typo)b
- 02:13 PM Revision 587 (metacat): added an ant substitution for the jdbc connection string
12/06/2000
- 03:06 PM Revision 586 (metacat): added ant substitution for @server@ and @replication-log@
- 01:27 PM Revision 585 (metacat): added the replication servlet to the default web.xml file.
- 01:26 PM Revision 584 (metacat): added a logging system for replication. The log file location is set in metacat.properties
- 10:33 AM Revision 583 (metacat): cleaned up code, added more complete documentation of replication algorithms and datastructures.
- 09:59 AM Revision 582 (metacat): made replication on insert or update us. Also made a method in AccessionNumber public so that you can tell if an accession number has already been used.e place be
- 09:57 AM Revision 581 (metacat): An asynchronous replication handler. This class creates a new thread to handle replication so that the user does not have to wait for replication to take place before he/she sees the result of an insert or update.
12/05/2000
12/01/2000
- 04:28 PM Revision 579 (metacat): fixed typo, removed extra print statements
- 03:30 PM Revision 578 (metacat): a script for clearing the contents of a metadat DB without destroying the table structures and without erasing the DTD and XSL entries in xml_catalog.
- 03:27 PM Revision 577 (metacat): added replication_on_insert handling. Changed replication from date_updated base replication to revision number replication.
11/30/2000
- 02:41 PM Revision 576 (metacat): change the generation of Accession# in the form of <sidecode>.<createdate>
- 01:32 PM Revision 575 (metacat): added revision number tracking support to xml_documents and xml_revisions. Also added an updated flag as a replacement for date based replication handling.
- 11:43 AM Revision 574 (metacat): replication on insert functionality is now working.
11/29/2000
- 03:18 PM Revision 573 (metacat): added more replication/file locking functionality.
- 09:15 AM Revision 572 (metacat): added more locking support and support for remote update of files.
- 09:07 AM Revision 571 (metacat): added more locking functionality for replication
11/28/2000
- 05:15 PM Revision 570 (metacat): AccessControlList
- - methods for parsing and loading acl file
- checkup method for permission for given principal on given resource
DBQ... - 10:16 AM Revision 569 (metacat): cleaned up code, added new static methods to MetacatReplication for handling static queries and getting URL content.
- 08:30 AM Revision 568 (metacat): updated insert handling and added an action to request the time from a remote server.
- 08:27 AM Revision 567 (metacat): created locking action in replication servlet and added semi-support to documentImpl to handle documents updatedee by replicatio
11/27/2000
- 01:55 PM Revision 566 (metacat): Modified stylesheets and server code to use a single "read" action instead
- of the earlier "getdocument" and "getrelateddocument" actions. In the
process, developed and started to utilize a ne... - 01:25 PM Revision 565 (metacat): Fixed typo in create table syntax (added missing comma) for xml_access table.
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... - 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... - 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.
- 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)
- 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... - 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.
11/21/2000
- 03:49 PM Revision 558 (metacat): fixed typo that was accidentally committed.
- 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.
- 10:14 AM Revision 556 (metacat): added ticket_counter and deny attributes to xml_access table
- 10:04 AM Revision 555 (metacat): new class for parsing ACL XML file and loading acl data into metacat db
11/20/2000
- 09:11 AM Revision 554 (metacat): added delete functionality
- 05:14 AM Revision 553 (metacat): Add the eml style sheet into metacat module.
11/17/2000
11/16/2000
- 03:36 PM Revision 551 (metacat): removed inadvertent comments
- 03:32 PM Revision 550 (metacat): added needed table fields for storing document location in xml_documents
- 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.
- 12:35 PM Revision 548 (metacat): changed alpha to dev in odbc driver param
- 12:33 PM Revision 547 (metacat): removed servercode param
- 12:32 PM Revision 546 (metacat): removed server-code param
- 11:03 AM Revision 545 (metacat): no message
- 11:01 AM Revision 544 (metacat): added new server_location field to xml_documents with a foreign key to xml_replication.serverid
- 08:50 AM Revision 543 (metacat): now updates the xml_replication last_checked field
- 08:40 AM Revision 542 (metacat): updated javadoc documentation
- 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... - 08:33 AM Bug #173: create eml outreach page
- created page in knbweb/software/emldescription.html
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
- 01:23 PM Bug #172 (Resolved): xml_catalog replication
- add support to replicate the xml_catalog table
- 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... - 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... - 10:18 AM Revision 541 (metacat): fixed bug/typo
- 08:28 AM Revision 540 (metacat): no message
Also available in: Atom