Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1969 12/12/2003 09:13 AM Duane Costa

Harvester Class Diagram, class descriptions, sequence of operations.

1968 12/11/2003 03:42 PM Matt Jones

Improvements to the OBFS stylesheet, especially for EML display. Now we
import the eml_xsl.css stylesheet and override several of its templates.

1967 12/11/2003 09:41 AM Duane Costa

Relocated to metacat/lib/harvester

1966 12/11/2003 09:25 AM Duane Costa

Relocated to metacat/docs/dev/harvester

1965 12/11/2003 09:17 AM Duane Costa

Relocate to metacat/docs/dev/harvester

1964 12/10/2003 07:25 PM brooke

took out h2 tags, added valign=top to TD containing logo, and added missing quotes on a link target=top

1963 12/10/2003 03:09 PM blankman

deleted harvesterConfiguration.xsd. This has been replaced by harvestDocument.xsd now found in metacat/lib/harvester and metacatHarvesterERD.vsd (/metacat/docs/dev/harvester) which models the database tables to be added to metacat.

1962 12/10/2003 03:03 PM blankman

This is the harvesterDocument.xsd. It will be used to validate harvestDocument.xml documents.

1961 12/10/2003 02:42 PM blankman

This is the metacat database schema with the additions for harvester.

1960 12/10/2003 01:57 PM blankman

moved document to metcat/test/harvest directory

1959 12/10/2003 01:48 PM blankman

This is a sample of a harvest document relocated from the metacat/lib directory

1958 12/10/2003 01:43 PM blankman

This is a sample of a harvest document.

1957 12/10/2003 01:32 PM blankman

This is an xml schema that describes the harvest document. The harvest document provides a metacat docid, a document type and a url for "get" ing the eml document.

1956 12/10/2003 01:15 AM Matt Jones

Enabled stylesheet parameters to be passed through metacat even when the
'query' function is called. Previously, query would interpret all
parameters except a few hardcoded ones to be pathexpressions that should be
built into a squery. Now, metacat.properties contains a new configuration...

1955 12/09/2003 11:42 PM Matt Jones

Updates that allow registry script to update the lastid field more efficiently
by calling the metacat 'getlastdocid' function for a given scope. Also some
debugging support added, and a bug where the error message was inproperly
saved across calls to metacat, resulting in spurious error messages.

1954 12/09/2003 11:07 PM Matt Jones

Build changes that allow the registry install dependency on the beta
6 stylesheet converters to be automatically satisfied. Now, if the
webmdentry module hasn't been checked out, it is, but otherwise the
checkout is skipped. A similar technique could be used for the EML...

1953 12/05/2003 07:01 PM Matt Jones

Added new function "getLastId" to the Metacat.pm perl Metacat client. Returns
the hisghest docid in use in a given scope.

1952 12/05/2003 04:42 PM Matt Jones

New build system that creates a war file and deploys it to tomcat. Also
updated the web.xml files so that a better servlet path is used. Now, by
default, the servlet path will be: /knb/metacat (as opposed to the
prior servlet path which was /knb/servlet/metacat and depended on the...

1951 12/05/2003 01:21 PM Matt Jones

Moved the metacat.properties file from the jar file to now be located in
the tomcat context directory in WEB-INF. Now the metacat configuration is
editable in place. This change depends on a new Options.java class in the
utilities module, so be sure you do a "clean" build in metacat so that you...

1950 12/05/2003 07:48 AM Duane Costa

Add harvester targets

1949 12/04/2003 09:49 AM Duane Costa

Improvements to Harvester single file upload servlets

1948 12/04/2003 08:50 AM Duane Costa

Harvester forms to support single file upload to metacat.

1947 12/02/2003 05:02 PM Matt Jones

Fixed links to ldapweb to include the cfg param for proper styling.

1946 12/02/2003 03:50 PM brooke

removed search box from header

1945 12/02/2003 03:28 PM brooke

corrected image path

1944 12/02/2003 03:04 PM brooke

missed an edit when fixing the bug whereby form names aren't allowed to contain hyphens

1943 12/02/2003 09:26 AM brooke

build props for production metacat on ecoinfo

1942 12/01/2003 04:18 PM brooke

bug fix: added code to strip brackets and hyphens from form names in results page

1941 11/26/2003 08:51 AM brooke

added conditional setting of tomcat servlet.jar path, based on tomcat version in build properties

1940 11/25/2003 03:18 PM brooke

made results page table header into <th> so we can apply a different css style to eml stylesheet subheaders. added whitespace above& below section headers

1939 11/24/2003 04:48 PM brooke

overhaul of ant build file. removed duplicate code for getting dtds and schema. Renamed these targets, pulled all code for copying xsl into a single target (still need separate targets for getting beta6 eml files nad eml2+ files, since older version uses dtds instead of schema.) In future, as eml versions are added, the geteml2+ target shoudl be updated to use the ant iterator class found in the utilities module - this would enable the cvs tags to be defined as a comma-delimited list, and then a common target can be called multile times to do the checkouts, instead of duplicating code. Also added description= attributes to all the targets that looked as if they shoudl be public. These now appear (with their descriptions) when the user types ant -projecthelp

1938 11/24/2003 11:38 AM brooke

changed getdtdschema tarhet to copy eml css to cvs source tree metacat/lib/style/common directory, same as the copy for the XSL stylesheets. Created new ant parameter to hold value of path lib/style/common.

1937 11/24/2003 11:22 AM brooke

fixed iframe tag- had multiple closings. Also added text for browsers that can't display iframes

1936 11/24/2003 10:44 AM Matt Jones

Remove email notification from registry script.

1935 11/23/2003 08:58 PM brooke

cleaned up css greatly by importing eml css and knb css

1934 11/21/2003 09:54 PM brooke

knb.css now impots common eml css file - still need to fix layout in eml display tho' - something is being overridden and messes up alignment

1933 11/21/2003 09:50 PM brooke

changed knb skin index page to forward to knb site and include any user params in url. changed resultset.xsl so qformat is handled properly in posts. changed build file to copy default.css from eml checkout to style/common so other skin-specific css can import it if reqd

1932 11/21/2003 04:59 PM brooke

added JS to maintain ?name=value url params thru' redirect

1931 11/21/2003 03:54 PM brooke

added search gif used in default homepage

1930 11/21/2003 03:45 PM brooke

added line to installCommon target that copies the metacat-client.jar to the WEB-INF/lib directory

1929 11/21/2003 03:05 PM brooke

This is the merge from the branch WEB_UI_REDESIGN_BRANCH back into the head.
The only files that have been removed are those in lib/style/eml2; other files
that have been cvs removed (only from lib/ and lib/style) have been re-added
elsewhere (i.e. moved from one directory to another)....

1925 11/21/2003 11:40 AM Duane Costa

Remove unneeded file Upload999.java

1906 11/18/2003 04:51 PM Jing Tao

If the sessionid is null and user will be treated as public.

1903 11/18/2003 11:08 AM Jing Tao

Get rid of doctype declare in transfer.

1896 11/17/2003 03:17 PM Jing Tao

Set system id for transforming.

1895 11/17/2003 03:17 PM Jing Tao

Modified a method and can be reused.

1850 11/10/2003 11:55 AM Matt Jones

A proposed configuration file format for the metacat harvester. This format is a simple XML document that details the schedule for harvesting, the user under which harvested documents should be owned, and the list of documents to be harvested,

1849 11/07/2003 06:40 PM Jing Tao

If db pool size is maxium and no connection is free. The checkout will be wait.

1848 11/06/2003 11:00 AM brooke

superseded - now these elements are pulled in from the knb website

1846 11/03/2003 11:16 AM blankman

Harvester UML activity diagram in jpeg format. This is a preliminary look at some "value added" or quality control componenets. Created initially in Oracle's JDeveloper

1845 11/03/2003 11:16 AM blankman

Harvester UML activity diagram in svg format. This is a preliminary look at some "value added" or quality control componenets. Created initially in Oracle's JDeveloper

1844 11/03/2003 11:11 AM blankman

Harvester UML activity diagram in jpeg format. Created initially in Oracle's JDeveloper

1843 11/03/2003 11:11 AM blankman

Harvester UML activity diagram in svg format. Created initially in Oracle's JDeveloper

1842 11/03/2003 10:29 AM brooke

new include files for metacat web pages - header and search box. Still need to remove hard-coded context uris

1841 10/31/2003 06:02 PM Jing Tao

Add a checking for xml_nodes insert finished, then start build index table.

1840 10/28/2003 03:31 PM Jing Tao

Get rid of etral http:// in parties'url

1839 10/21/2003 01:08 PM Jing Tao

Remove UPPER function for >, < operator.

1838 10/20/2003 04:05 PM Jing Tao

Add a new search mode not-contains.

1837 10/18/2003 04:36 PM Jing Tao

Modified a debug Message.

1836 10/15/2003 05:13 PM Matt Jones

Added a browse stylesheet that indexes data sets by keyword, creator, and
organization, all on one page. Use style=browse to access.

Some minor formatting improvements to keyword index, and change style
setting to style=keywords to access.

1835 10/15/2003 09:30 AM Matt Jones

Added a new stylesheet and style-set that allows one to display all of the
keywords from a query on metacat in a sorted, unique list. Each keyword
is a link to a metacat query that returns all of the data packages that
reference that keyword. Use style=browse to invoke this stylesheet on a...

1834 10/08/2003 05:39 PM Jing Tao

Add a new method to find document from queryspecification.

1833 10/03/2003 06:08 PM Jing Tao

Revise code so it can be called directly.

1832 10/02/2003 05:17 PM Jing Tao

Revied the class.

1831 10/02/2003 05:16 PM Jing Tao

New class will be used in metacat ecogrid impl.

1830 09/29/2003 01:04 AM skrish
  • empty log message ***
1829 09/22/2003 03:26 PM Matt Jones

Added more debugging messgaes to the test in an attempt to find out
what is wrong with the cookies.

1828 09/22/2003 01:14 PM Matt Jones

Updated more tests on session reuse. Made the http calls set the sessionid
explicitly rather than relying on cookies being passed around statically.
Still need to modify HttpMessage to get rid of the static cookie.

1827 09/19/2003 05:05 PM Matt Jones

Renamed the upgrade sql files to more understandable names, updated the
build file to include some new targets for running these files, and
updated the installation docs to clarify which upgrade scripts need to
be run and when.

1826 09/19/2003 05:01 PM Matt Jones

New versions of the Metacat client API that allow access to the sessionId
so that a session can be reused over several different instances.

1825 09/17/2003 06:32 PM Matt Jones

Fixed the sessionId handling code to now properly return the sessionId
in the login response message. Updated junit tests to test this issue.

1824 09/17/2003 03:54 PM Jing Tao

Add the code copy jdbc file to web-info/lib dir. Because the oracle jdbc.jar is not in our lib dir.

1823 09/17/2003 01:31 PM Matt Jones

Streamlined installation of jars in build file.

1822 09/17/2003 12:42 PM Matt Jones

Modified metacat to now provide the session identifier in the response
xml message when a login is called. This has not been fully tested.
I removed the HttpMessage class from metacat in favor of using the version
of that class that is found in the utilities module. This may cause some...

1821 09/09/2003 05:39 PM Jing Tao

Fixed a bug for creating grid service.

1820 09/09/2003 05:33 PM Jing Tao

Delete some duplicate lines.

1819 09/09/2003 05:26 PM Jing Tao

Separte compiling client src file from Metacat basic installation.

1818 09/04/2003 05:57 PM Jing Tao

Fixed a bug for importing package

1817 09/04/2003 05:02 PM Jing Tao

change the destdir from build.src to build.dest in compileinterface target.

1816 09/04/2003 03:22 PM Jing Tao

Fixed the bug that if path query without xml declaration will cause a non well-formed result doc.

1815 09/04/2003 02:31 PM Jing Tao

Get rid of stringclient compilation when install metacat.

1814 09/04/2003 01:13 PM Jing Tao

Add a new target to test application for metacat web service.

1813 09/04/2003 01:11 PM Jing Tao

A sample application program to call metacat string service.

1812 09/04/2003 11:00 AM Jing Tao

File to deploy metacat web service.

1811 09/03/2003 05:19 PM Jing Tao

Add new target to create gar file for web service.

1810 09/03/2003 05:18 PM Jing Tao

Fixed some bugs in this file.

1809 09/02/2003 05:01 PM Jing Tao

Implementation for the interface.

1808 09/02/2003 05:00 PM Jing Tao

Add a new client interface with string type for web service.

1807 08/21/2003 05:25 PM Jing Tao

Remove one varible - itis for itislib.jar

1806 08/20/2003 01:40 PM Jing Tao

Drop xml_accesssubtree table before the xml_document table.

1805 08/14/2003 04:42 PM Jing Tao

Revise this text file.

1804 08/14/2003 04:41 PM Jing Tao

in toxml method, add new code to handle dtd.

1803 08/14/2003 04:41 PM Jing Tao

Add a new constructor to hanlde DTD node.

1802 08/14/2003 04:40 PM Jing Tao

Add code to handle public id and system id.

1801 08/12/2003 06:08 PM Jing Tao

Add a new user and passwd for another user who doesn't have permssion try to read, delete, update xml files.

1800 08/12/2003 06:07 PM Jing Tao

Add new test case to testing logout, user doesn't have permision to read, insert, update and delete documents. Add new test case to test inaccessible metacat.

1799 08/12/2003 06:05 PM Jing Tao

Revise it.

1798 08/12/2003 06:04 PM Jing Tao

Implement logout method.

1797 08/12/2003 06:04 PM Jing Tao

Add a logout method.

1796 08/12/2003 04:29 PM Matt Jones

Updated build file to build utilities more reliably.