Activity
From 09/15/2000 to 10/14/2000
10/09/2000
- 02:58 PM Revision 500 (metacat): Fixed typo in stylesheet.
- 12:33 PM Revision 499 (metacat): More user interface changes to the HTML MARINE interface. Minor
- rearrangement of columns, some link changes.
10/06/2000
- 06:40 PM Revision 498 (metacat): Replaced imagemap with anchor links in the web interface to simplify the
- rearrangement of the interface. This new feature uses javascript to
submit the form when the link is clicked.
10/05/2000
- 06:50 PM Revision 497 (metacat): Various changes to improve consistency of the MARINE and METACAT user
- interfaces as presented through the XSL->HTML conversions. Eliminated
one (extraneous) copy of the rowcol.css style ...
10/03/2000
- 04:28 PM Revision 491 (metacat): Included script for insert of all eml dtds.
- 03:48 PM Revision 489 (metacat): added functionality to return the doctype of a relation in a relationdoctype tag. This information is now returned automatically in the resultset under the path resultset/relation/relationdoctype.
- 03:47 PM Revision 488 (metacat): added ability to enterpret relationdoctype tag.
- 02:26 PM Revision 487 (metacat): added new linkage to the title in the table
- 02:23 PM Revision 486 (metacat): removed debug print statements.
- 02:16 PM Revision 485 (metacat): added code for getting stylized related documents
- 12:55 PM Revision 483 (metacat): allowed both indexing threads to run without interfering with each other.
- 08:05 AM Revision 482 (metacat): made package changes
10/02/2000
- 10:56 AM Revision 481 (metacat): - cleared copyfile of marine.properties since it is no longer in use
- - added copyfile of srbProps.properties from xmltodb/lib to the servlet classpath
same like metacat.properties - 10:32 AM Revision 480 (metacat): moved it from src/edu/ucsb/nceas/metacat dir to here
09/29/2000
- 03:37 PM Revision 478 (metacat): fixed bug that caused a nullPointerException when a null resultset was returned.
- 01:52 PM Revision 477 (metacat): changed the look of relations
09/28/2000
09/27/2000
- 02:37 PM Revision 475 (metacat): removed system.out.printlns
- 01:12 PM Revision 474 (metacat): added a "server" parameter which tells the system the path to the server on which metacat is running. This is used for metacat:// urls.
- 01:11 PM Revision 473 (metacat): added support for urls of the form "metacat://server.xyz.com?docid=XXX:yy"
- 01:10 PM Revision 472 (metacat): added package and resource data and structures
09/26/2000
- 04:02 PM Revision 471 (metacat): Separate thread used for writing into xml_index table.
- This cut the time of the response on insert almost in half.
The tread is started afterwards
(on end of document parsi... - 03:09 PM Revision 470 (metacat): added new fields
- 03:09 PM Revision 469 (metacat): added support for returndoc handling.
- 03:08 PM Revision 468 (metacat): added a packagedoctype parameter so that the servlet knows what kind of doctype a package
- 03:08 PM Revision 467 (metacat): updated for returndoc field
- 03:07 PM Revision 466 (metacat): This class syncronously indexes any package file that is loaded into the database.r
- 03:06 PM Revision 465 (metacat): Added backtrack functionality. Backtracking works by passing a returndoc parameter. There can be more than one. If a document that is hit by a query is not of type returndoc then it searches the database for a related file of type returndoc. If one is found it is displayed, if no relation is found, the original is displayed.
- Support was also added for an index of relations. the table xml_relation handles the all of the relation indexing.
- 01:03 PM Revision 464 (metacat): included new method getPoolSize()
09/20/2000
- 02:50 PM Revision 463 (metacat): added extra timing information to the main() driver method.
- 01:25 PM Revision 462 (metacat): fix the small bug with output like:
- Fatal processing error
<?xml version=1.0?>
<success>
<docid>null</docid>
</success>
on hadleInsertOrUpdateAction() - 01:22 PM Revision 461 (metacat): writeDocID() not needed any more
- throw SAXException from everywhere
- 01:21 PM Revision 460 (metacat): on character(cbuf, start, len) included:
- if currentNode.getTagName().equals("title")
currentDocument.setTitle(cbuf)
instead of using:
currentDocument.setTit... - 01:15 PM Revision 459 (metacat): change Assession# generation to use the same db connection
- 10:58 AM Revision 458 (metacat): Updated the download data function. the download data function now pulls a document from the database, zips it up and sends the zip stream to the client. It also zips up any related files. a relation parameter is used to pass related files to the servlet. If only one document should be zipped and sent, a single docid in the param hashtable is sufficient.
09/15/2000
- 05:40 PM Revision 457 (metacat): changes related to decrease the time of INSERT of document.
- With these changes I inserted 200KB file for 3 minutes, 50KB for 50sec.
This is mainly simplifing the DBSAXNode class... - 03:16 PM Revision 456 (metacat): updated this style sheet to display only resource documents and their related files. Also added hidden input params to the images on the left so that the related document info is sent back to the servlet when documentation or an abstract is requested.
- 12:53 PM Revision 455 (metacat): this stylesheet now processes relation information.
- 12:53 PM Revision 454 (metacat): This allows for the easy handling of metacat:// urls. The documentation in the source code explains the specification for the url in detail.
- 12:52 PM Revision 453 (metacat): Added functionality for package specifications. metacatservlet now contains a new action called getrelateddocument that handles retrieving related documents using the metacatURL specification (metacatURL.java). DBQuery contains new code in runQuery that embeds relation tags in the returned hashtable describing the documents related to each docid. querySpecification contains a new method which prints the sql that does the relation query.
Also available in: Atom