Project

General

Profile

Activity

From 11/30/2003 to 12/29/2003

12/29/2003

01:57 PM Revision 1985 (metacat): Added taxonomic coverage and authority fields, and fixed a bug in reentry
with the methods fields. Now we are collecting information on all of the
additional fields Sandy requested except fo...
Matt Jones

12/23/2003

06:22 PM Revision 1984 (metacat): Added the ability to describe taxonomicCoverage to the registry. This
allows an arbitrary number of species or other taxa to be listed, and the
editing form can dynamically grow through a...
Matt Jones
12:15 PM Revision 1983 (metacat): Added geographic description to the fields of data collected, as it is
a required field and was being improperly defaulted to an empty string in the
XML document. This is a new field for ...
Matt Jones
11:27 AM Revision 1982 (metacat): Modifications to add "Methods" collection to the data registry, and to
make the forms HTML 4.0.1 valid (in an attempt to figure out some of
the rendering and layout oddities I'm seeing).
Matt Jones
10:13 AM Revision 1981 (metacat): Changed "Document ID" to "ID" which is mroe appropriate for data packages.
Matt Jones

12/19/2003

04:49 PM Revision 1980 (metacat): New formatting and text for the NCEAS data registry.
Matt Jones
04:12 PM Revision 1979 (metacat): Further changes to the registry scripts to support the NCEAS registry
with access to the project list fromthe admindb. Also, fixed a bug with
the script where creators were getting dupli...
Matt Jones
11:50 AM Revision 1978 (metacat): Configuration file for NCEAS registry.
Matt Jones

12/18/2003

05:08 PM Revision 1977 (metacat): Modifications that allow working group entries to be put in as creators, and
a whole bunch of re-formatting for horribly formatted code that I need to
read to finish this thing up.
Matt Jones
05:03 PM Revision 1976 (metacat): Adding style files for the new NCEAS skin for metacat, which includes
files needed for the NCEAS data repository. Matt Jones
01:45 AM Revision 1975 (metacat): Updated registry further for NCEAS-specific needs. Confirm data template
now handles new wg field. Still need to write WG metadata into EML document. Matt Jones

12/17/2003

05:37 PM Revision 1974 (metacat): Additional work on the NCEAS/AdminDB integration. Working Groups now
presented as a dropdown box for multiple selection. Need to write the
info to the XML file now and handle it in conf...
Matt Jones
02:58 PM Revision 1973 (metacat): Preliminary changes to support the NCEAS data registry connection to the
AdminDB to retrieve project lists. Matt Jones

12/12/2003

12:39 PM Revision 1972 (metacat): Harvester Class Diagram
Duane Costa
12:37 PM Revision 1971 (metacat): Remove corrupted version
Duane Costa
11:56 AM Revision 1970 (metacat): Revisions to the Harvester ERD diagram showing how I think the design can
be simplified to eliminate duplicate information. Needs further work
before it is implementable.
Matt Jones
09:13 AM Revision 1969 (metacat): Harvester Class Diagram, class descriptions, sequence of operations.
Duane Costa

12/11/2003

04:49 PM Bug #1238: postgresql JDBC config problem in metacat
I am running postgresql 7.3, the most recent version for redhat 9 as of two days
ago. From what I can see the old jd...
Matt Jones
04:39 PM Bug #1238: postgresql JDBC config problem in metacat
What version of postgresql are you running? Generally, the drivers are forward
compatible as far as java is concerne...
David Kaplan
04:27 PM Bug #1238: postgresql JDBC config problem in metacat
Interestingly, I have a current version of metacat running using the original
jdbc .jar file that is checked into lib...
Matt Jones
04:10 PM Bug #1238 (Resolved): postgresql JDBC config problem in metacat
I was looking at the configuration information for using postgresql in metacat
and I think that the current JDBC set...
David Kaplan
03:42 PM Revision 1968 (metacat): Improvements to the OBFS stylesheet, especially for EML display. Now we
import the eml_xsl.css stylesheet and override several of its templates. Matt Jones
09:41 AM Revision 1967 (metacat): Relocated to metacat/lib/harvester
Duane Costa
09:25 AM Revision 1966 (metacat): Relocated to metacat/docs/dev/harvester
Duane Costa
09:17 AM Revision 1965 (metacat): Relocate to metacat/docs/dev/harvester
Duane Costa

12/10/2003

07:25 PM Revision 1964 (metacat): took out h2 tags, added valign=top to TD containing logo, and added missing quotes on a link target=top
brooke
04:54 PM Bug #1236 (Resolved): enhancement to metacat: overall access controls
I am submitting this bug to archive discussions we have been having regarding
access priviledges to the entire metac...
David Kaplan
03:09 PM Revision 1963 (metacat): 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.
blankman
03:03 PM Revision 1962 (metacat): This is the harvesterDocument.xsd. It will be used to validate harvestDocument.xml documents.
blankman
02:42 PM Revision 1961 (metacat): This is the metacat database schema with the additions for harvester.
blankman
01:57 PM Revision 1960 (metacat): moved document to metcat/test/harvest directory
blankman
01:48 PM Revision 1959 (metacat): This is a sample of a harvest document relocated from the metacat/lib directory
blankman
01:43 PM Revision 1958 (metacat): This is a sample of a harvest document.
blankman
01:32 PM Revision 1957 (metacat): 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.
blankman
01:27 AM Bug #1235: enable passthrough parameters to support stysheet params
Implemented this. Now, metacat.properties contains a new configuration
parameter called "query.ignored.params" which...
Matt Jones
01:22 AM Bug #1235 (Resolved): enable passthrough parameters to support stysheet params
Many different skins for metacat could take advantage of custom parameters in
the stylesheets. For example the OBFS...
Matt Jones
01:15 AM Revision 1956 (metacat): 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 pathe...
Matt Jones

12/09/2003

11:42 PM Revision 1955 (metacat): 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...
Matt Jones
11:07 PM Revision 1954 (metacat): 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,...
Matt Jones

12/05/2003

07:01 PM Revision 1953 (metacat): Added new function "getLastId" to the Metacat.pm perl Metacat client. Returns
the hisghest docid in use in a given scope. Matt Jones
05:26 PM Bug #1232 (Resolved): cookie needs to be written after knb page login
this actually applies to code in the KNBWEB cvs module, but the consequences
apply to metacat.
here's the scenari...
Matthew Brooke
04:42 PM Revision 1952 (metacat): 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/met...
Matt Jones
01:23 PM Bug #1230: move metacat.properties out of jar file
FIXED. The properties file is now installed in the WEB-INF directory rather
than the jar file. This uses a new Opti...
Matt Jones
12:56 PM Bug #1230 (Resolved): move metacat.properties out of jar file
The current configuration file for metacat (metacat.properties) is installed
inside of the metacat.jar JAR file. Th...
Matt Jones
01:21 PM Revision 1951 (metacat): 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...
Matt Jones
07:48 AM Revision 1950 (metacat): Add harvester targets
Duane Costa

12/04/2003

09:49 AM Revision 1949 (metacat): Improvements to Harvester single file upload servlets
Duane Costa
08:50 AM Revision 1948 (metacat): Harvester forms to support single file upload to metacat.
Duane Costa

12/02/2003

05:02 PM Revision 1947 (metacat): Fixed links to ldapweb to include the cfg param for proper styling.
Matt Jones
03:50 PM Revision 1946 (metacat): removed search box from header
brooke
03:28 PM Revision 1945 (metacat): corrected image path
brooke
03:04 PM Revision 1944 (metacat): missed an edit when fixing the bug whereby form names aren't allowed to contain hyphens
brooke
09:26 AM Revision 1943 (metacat): build props for production metacat on ecoinfo
brooke

12/01/2003

04:18 PM Revision 1942 (metacat): bug fix: added code to strip brackets and hyphens from form names in results page
brooke
 

Also available in: Atom