Project

General

Profile

Statistics
| Revision:

# Date Author Comment
3081 11/11/2006 03:45 AM Matt Jones

Began work on a web interface for configuring metacat at runtime. This system
checks the 'configured' property when metacat starts up. If configured=false, then
it loads an HTML form containing the properties that need to be set. The user configures the properties and they are written into the metacat.properties file. Then metacat needs to be restarted. ...

3080 11/10/2006 11:30 AM Matt Jones

Eliminated the 'release' ant tag from the rest of the files. The 'release' property is still used in build.xml for creating releases, but the filter is no longer presnt. Now, when updating the metacat files for a release, you have to set the release version in both the build.xml and the metacat.properties files.

3079 11/10/2006 10:54 AM Matt Jones

Eliminated unneeded log information in source code file.

3078 11/10/2006 10:51 AM Matt Jones

Eliminated the MetacatUtil.printMessage() method in favor of using the Log4J debugging methods.

3077 11/10/2006 10:25 AM Matt Jones

Removed the release ant token from all files in 'src'.

3076 11/09/2006 11:22 PM Matt Jones

Changed the filename that is used when data files are downloaded and when XML files are downloaded in XML format. Now, data files use the format "docid-docname". See bug #2566.

3075 11/09/2006 04:08 PM perry

initial import of html versions of spatial option documentation

3074 11/09/2006 04:06 PM perry

initial import of html versions of spatial option documentation

3073 11/09/2006 03:49 PM perry

Only run spatial cache regeneration once. Plus some fixes to spatial_query action api.

3072 11/01/2006 02:37 PM perry

install.spatial no longer optional since metacat servlet requires some geotools libs. Spatial option can be still be turned off in metacat.properties

3071 10/31/2006 02:36 PM berkley

added new namespace to the kepler skin

3070 10/26/2006 05:13 PM perry

Changed float object handling in spatial components in order to compile on jdk 1.4.2

3069 10/25/2006 06:32 PM perry

Ensure that spatial cache respects changed access constraints for updated documents

3068 10/25/2006 06:29 PM perry

Ensure that spatial cache respects changed access constraints for updated documents

3067 10/24/2006 04:52 PM perry

example build properties files for win and ubuntu platforms

3066 10/24/2006 04:43 PM perry

Added some install docs specific to ubuntu and windows setups

3065 10/24/2006 02:28 PM perry

Trimmed down initial shapefiles. They must exist in order to start geoserver properly but there's no need for them to have actual data, just a dummy feature with the proper geometry type (multipoint, multipolygon).

3064 10/24/2006 01:25 PM perry

Removed most (all?) of the deprecated spatial metacat code from head

3063 10/23/2006 08:04 AM Matt Jones

Modified backup script to exclude the backup archives themselves rom the tar file.
This recursion had caused a disk full error at KNP.

3062 10/10/2006 12:39 PM berkley

changed the name of the repository

3061 10/10/2006 12:21 PM berkley

adding xml-apis

3060 10/10/2006 12:19 PM berkley

adding xalan.jar

3059 10/10/2006 12:07 PM berkley

fixed errors in xalan.jar location

3058 10/05/2006 09:20 PM perry

read the schema-specific doc title from metacat properties

3057 10/05/2006 04:47 PM perry

Correctly cache doc title in the spatial cache

3056 10/05/2006 04:45 PM perry

Temporary fix for KML output; geoserver can only handle the points layer

3055 10/04/2006 02:44 PM perry

fix to docid overrides to handle an empty result set

3054 09/28/2006 02:21 PM perry

Fixed geometry logic to swap north and south if n < s

3053 09/28/2006 01:13 AM Matt Jones

Reverting to previous QueryTerm.java that uses 'LIKE' for comparisons. This
allows substring matching to work properly, but prevents the postgres index
from being used. As a result, full table scans are done on the tables, causing
a major performance hit. Need to determine how to eliminate the use of LIKE...

3052 09/27/2006 04:21 PM Matt Jones

Modifications to the table definitions to add indices that should be used
when searching the database. Added an upgrade script to create these
indices as well. Modified QueryTerm.java to use the '=' comparator rather
than 'LIKE' so that we can do index scans rather than table scans. This needs...

3051 09/18/2006 04:47 PM perry

fixed point centroid calculation to reflect bboxs that cross the dateline

3050 09/18/2006 04:45 PM perry

fixed point centroid calculation to reflect bboxs that cross the dateline

3049 09/18/2006 01:01 PM perry

Fixed up some hardcoded paths in html map templates.

3048 09/18/2006 12:07 PM perry

Make spatial query more accurate by actually intersecting geometries in addition to a simple bbox filter. Important for testing intersection of irregular shaped objects or multi-geometries

3047 09/18/2006 11:21 AM perry

Added docid override mechanism to DBQuery. Bypasses the queryspec.printSQL method and creates an optimized docid query in cases (like the spatial query) where you know the docids a priori

3046 09/18/2006 10:18 AM bowdish

updated SpecNet Home link to http://www.specnet.info

3045 09/13/2006 04:46 PM perry

Updated spatial query to also look at point spatial cache as some documents may only be represented as a single point.

3044 09/13/2006 04:10 PM perry

Rewrote spatial query handler to use geotools directly against the spatial cache.

3043 09/13/2006 12:24 PM perry

Allow only public readable docs in the spatial cache

3042 09/13/2006 11:20 AM perry

Remove geoserver error pages from web.xml and allow exceptions to pass through

3041 09/11/2006 05:13 PM perry

Integrate map interface with knb2 skin

3040 09/11/2006 02:22 PM perry

Added javadoc comments for all new spatial classes. Optimized the title query in SpatialDocument.

3039 09/11/2006 12:58 PM perry

Removed old spatial classes

3038 09/07/2006 07:15 PM perry

Minor cartographic fixes to geoserver SLDs

3037 09/07/2006 07:10 PM perry

Fixed polygon generator for cases where bbox crosses the dateline or the poles

3036 08/31/2006 06:13 PM perry

Fixed up mapbuilder config for knp skin

3035 08/31/2006 04:54 PM perry

refactory java classes for spatial harvester

3034 08/31/2006 04:37 PM perry

initial import of changes to metacat source and config files to support spatial option

3033 08/31/2006 04:22 PM perry

inital import of html templates for web mapping

3032 08/31/2006 04:14 PM perry

initial import of spatial libs, try2

3030 08/18/2006 02:36 PM sgarg

adding xalan jars to the classpath so tht the compile works without errors.

3029 08/15/2006 12:33 PM sgarg

changed the set of stylesheets which will be used for displaying eml-2.0.0 documents

3028 07/31/2006 02:50 PM perry

Fixed parameter order for call to createSpatialQuery and fixed bounding box intersection logic.

3027 07/25/2006 10:51 AM sgarg

Added OSUBS to the list of organizations.

3026 07/25/2006 10:38 AM sgarg

Added OSUSB to the list.

3025 07/19/2006 03:40 PM sgarg

updated README with changes for the current day.

3024 07/19/2006 03:00 PM sgarg

added exception handler for normalize function. if StringIndexOutOfBoundsException is thrown then it is reported and nodedata value is forwarded without normalization.

3023 07/19/2006 08:56 AM sgarg

Cleaned up the code with proper debug statements..

3022 07/17/2006 11:23 AM sgarg

Replaced getIdentifyingName and ldapAuthenticate with new code. ldapAuthenticate will first try to form a secure connection. If the secure connection fails then based on the value specified
in metacat.properties, an insecure connection will be made. authenticate() function first tries to connect using the dn specified with the default ldap base and url. in case that fails,...

3021 07/17/2006 11:10 AM sgarg

Added variables to specify whether only secure ldap connections should be allowed for aunthentication.

3020 07/05/2006 10:21 AM sgarg

Added list of changes which are made for the 1.6 release

3019 07/03/2006 01:04 PM perry

Update to reflect newer versions of ant, java sdk and postgres

3018 06/30/2006 03:41 PM sgarg

removed the code which copies eml-2.0.09 stylesheets

3017 06/30/2006 01:31 PM Duane Costa

Remove CR characters that were accidentally added with last commit.

3016 06/30/2006 11:04 AM sgarg

Modified the sql commands such that eml-2.0.1 stylesheets are used for displaying eml-2.0.0 documents

3015 06/21/2006 03:54 PM tyburczy

changed padding-left value of .tablehead selector to pixel rather than percent value to fix IE autostretch problem

3014 06/21/2006 02:18 PM Duane Costa

Correct problem with image files in skins sub-directories being corrupted by token filtering. The exclude and include tags needed to have relative paths that include sub-directories.

3013 06/16/2006 09:31 AM Duane Costa

Remove unused images from lter skin.

3012 06/15/2006 12:02 PM sgarg

updated the tag which has to be checked out for eml-2.0.1

3011 06/14/2006 08:44 AM Duane Costa

Add qformat parameter in call to executeAdvancedSearch() method.

Refactor code to get the relative paths of the resultset XSL and search results JSP from the MetacatHelper class rather than hard-coded.

3010 06/14/2006 08:42 AM Duane Costa

Change relative path to the login page.

3009 06/14/2006 08:41 AM Duane Costa

Add new methods getResultsetXSL and getResultsJSP.

3008 06/14/2006 08:35 AM Duane Costa

Add qformat parameter to runQuery() and executeAdvancedSearch() methods.

Omit unused StringTokenizer objects.

3007 06/14/2006 08:32 AM Duane Costa

Add qformat parameter to resultsetToHTML() method. Set the qformat paramater in the transformer if it is specified.

3006 06/14/2006 08:31 AM Duane Costa

Add serialVersionUID class variable to eliminate Eclipse warnings.

3005 06/14/2006 08:26 AM Duane Costa

Major upgrade of lter skin. The skin now integrates the functionality of the advanced query web application (previously a separate web app) directly into the skin.

3004 06/09/2006 01:09 PM sgarg

Allow admin to update any document

3003 06/08/2006 11:09 AM sgarg

check for nullpointerexception

3002 06/07/2006 04:11 PM sgarg

Fix for a bug in MetacatServlet. Metacat assumed that it is supposed to get the schema information from the second line of the document. This is based
on the assumption that xml decleration will always be present. This is good practice but not required. Hence the fix -> Metacat should ignore the...

3001 06/06/2006 10:23 AM Jing Tao

Add some new fields into index element properties which david asked.

3000 05/25/2006 12:52 PM Duane Costa

Omit the html, head, title, and body tags from the advanced search results jsp. These tags are generated in the resultset.xml stylesheet, so they are redundant here.

2999 05/24/2006 10:56 AM tyburczy

added message explaining procedure to obtain organization-affiliated accounts

2998 05/11/2006 03:44 PM Jing Tao

Add new index elements for ecogrid registry in order to improve search speed.

2997 05/08/2006 01:46 PM sgarg

Fix for bug# 2371

2996 05/08/2006 01:09 PM sgarg

Modified code so that database is queried just once when a document is read. Currently the read is being done in the constructor and then again in
the function.

2995 05/01/2006 11:20 AM Duane Costa

Two changes to Metacat Harvester implementation:

(1) Removed call to deprecated Thread.stop() method. Added boolean class variable, Harvester.keepRunning. When the thread is destroyed, set Harvester.keepRunning to false.

(2) Access the harvestList.xsd schema file by finding it locally in the web application rather than via a URL to cvs.ecoinformatics.org.

2994 04/25/2006 03:37 PM sgarg

added function to get list of projects for NCEAS from a given project list

2993 04/22/2006 04:11 PM Jing Tao

Add info for deploy ecogrid.

2992 04/19/2006 09:17 AM berkley

fixed bugs in teh client that were preventing the lsid service from working right

2991 04/19/2006 08:34 AM berkley

altered build file to reflect the non-existence of build_new.xml in the ecogrid

2990 04/18/2006 02:08 PM berkley

modified the client so it will work consistently with the web service

2989 04/17/2006 02:59 PM berkley

updated the client so it throws a DocumentNotFoundException if you attempt to read a docuemnt that doesn't exist

2988 04/17/2006 10:54 AM sgarg

fix to the earlier commit. the code was dependent on 1.5. this one isnt

2987 04/17/2006 10:35 AM sgarg

fix to the generateDocid() function so that the docid generated always is bigger than the earlier one.

2986 04/14/2006 04:39 PM Matt Jones

Missed a period.

2985 04/14/2006 04:37 PM Matt Jones

Patch to make the getLastDocid function actually work on the text node.

2984 04/14/2006 03:51 PM Matt Jones

Patch for making getlastdocid work when the identifier is a large number
greater than can be encompassed by an int. Now it uses a long to
represent the number, which doesn't solve the problem but probably does
make it work for the vast majority of cases.

2983 04/14/2006 02:34 PM Matt Jones

Added ref to the FGDC schema that I forgot to check in earlier.

2982 04/14/2006 02:28 PM Matt Jones

Fixed typos in the build that were preventing the tests from running.

2981 04/14/2006 02:08 PM Matt Jones

Added new function getLastDocid to the metacat client so that it is
accessible to clients that need it.