Project

General

Profile

Statistics
| Revision:

# Date Author Comment
3168 02/06/2007 04:48 PM Jing Tao

Fixed bug that eml 200 pointed eml201 schema.

3167 01/31/2007 08:11 PM Jing Tao

add "date" command to count time

3166 01/31/2007 02:18 PM Jing Tao

Remove the file to bin dir.

3165 01/31/2007 02:18 PM Jing Tao

Move the file from lib to this bin dir. This file will build index for given docid.

3164 01/30/2007 03:33 PM Jing Tao

Add a troubleshooting to handle X11 windows issue after restart tomcat.

3163 01/30/2007 01:52 PM Jing Tao

Fixed bug the logurl is invalid

3162 01/30/2007 11:46 AM Jing Tao

Fixed a bug that the metacat url will still read from parameter 1

3161 01/29/2007 07:16 PM Chris Jones

As a fix to http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2748, I'm applying
the patch sent to me from Mike Frenock when he reported this bug.

This patch changes MetaCatServlet.handleUploadAction() by first setting
a boolean flag on whether the file to be uploaded exists already. If it...

3160 01/29/2007 05:05 PM Jing Tao

Add the option in wget and get cookie work.

3159 01/29/2007 04:09 PM berkley

updated stylesheet for kepler skins to display documentation uploaded from kepler

3158 01/26/2007 05:15 PM Jing Tao

Add a script to build index of given docid.

3157 01/25/2007 10:35 PM Chris Jones

This is just a code cleanup patch that re-aligns some indentations and removes
some debugging code.

3156 01/25/2007 10:27 PM Chris Jones

As a partial fix to http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2747,
I've modified AuthLdap.getGroups() and removed the code that handles LDAP
referral connect and search timeout issues in a separate thread. I've replaced
this code with ReferralException code that uses two JNDI parameter settings:...

3155 01/25/2007 10:00 PM Chris Jones

As a partial fix to http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2747,

I'm applying 3 patches to AuthLdap.java that simplify the code that addresses
timeout issues when connecting and searching referral LDAP databases, fixes the
getGroups() method to correctly get groups in referral LDAP databases, and does...

3154 01/25/2007 01:36 PM Chris Jones

As part of a fix for http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2747,
I'm adding a few configuration parameters to metacat.properties:

1) ldapconnecttimelimit limits the time in milliseconds allowed for
LDAP server connections. This reduces the impact of any single...

3153 01/25/2007 10:17 AM Matt Jones

Added note to README regarding buildIndex fixes in bug 2469

3152 01/25/2007 09:41 AM Matt Jones

Fixed the implementation of the buildIndex function which was not
working for new document insertions. A previous fix in updatePathIndex
for ATTRIBUTE data inadvertantly caused a foreign key duplication
exception for insertions of ELEMENT nodes when multiple relative paths...

3151 01/24/2007 01:15 AM Matt Jones

Added additional organizations to the login dropdown list for the
Kruger skin.

3150 01/18/2007 05:03 PM Jing Tao

Add code to handle double quotes in normalize method.

3149 01/18/2007 04:33 PM Chris Jones

I'm fixing a compile problem under jdk 1.4.2, where the get() method in
HashMap needs an Object as a parameter, not a primitive data type. I changed
the long to a Long as the lookup key.

3148 01/18/2007 03:20 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469
I've changed DocumentImpl.java in three locations:
buildIndex()
traverseParents()
updatePathIndex()

This patch modifies buildIndex(). Like the prior two patches, it changes...

3147 01/18/2007 03:07 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469

I've changed DocumentImpl.java in three locations:

buildIndex()
traverseParents()
updatePathIndex()

This patch modifies traverseParents(). It changes pathsFoundForIndexing from...

3146 01/18/2007 02:52 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469

I've changed DocumentImpl.java in three locations:

buildIndex()
traverseParents()
updatePathIndex()

This patch modifies updatePathIndex() by changing the pathsFound input...

3145 01/18/2007 02:26 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469

I've added a second constructor to PathIndexEntry.java. The first
constructor is used to represent a record entry from the xml_index
table, and the new second constructor represents a record entry in...

3144 01/18/2007 02:20 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469

I've added the complimentary setter methods to the getter methods
that are already present in the class:

setNodeId()
setNodeName()
setParentNodeId()
setNodePrefix()
setNodeIndex()...

3143 01/18/2007 10:36 AM berkley

added a method to query metacat to see if a particular docid is registered or not

3142 01/11/2007 09:59 AM berkley

finally got the getallids function working

3141 01/09/2007 06:22 PM berkley

added functionality to get a list of ids used in the system

3140 01/09/2007 11:38 AM berkley

added getalldocids function to get all docids that match a certain scope.

3139 01/04/2007 02:49 PM Jing Tao

Change the timedReplication value from "on off" to "true false".

3138 01/03/2007 02:56 PM Jing Tao

Add index.html in welcome file list.

3137 12/19/2006 06:00 PM perry

ESA server does some funky things to relative URLS so we have to hardcode the esa skin urls to use a specific root and context

3136 12/19/2006 11:15 AM perry

Added an explanation of john h's old spatial diagrams

3135 12/19/2006 10:10 AM perry

mention ruby client in readme

3134 12/19/2006 09:51 AM perry

added gpl header to php metacat lib

3132 12/18/2006 05:08 PM perry

Initial import of Chad Burt's ruby metacat client

3131 12/18/2006 04:20 PM perry

Remove utilities.jar as part of distsrc target to allow compiling releases under different jdk versions

3130 12/18/2006 11:27 AM perry

updated version number and readme

3128 12/18/2006 11:11 AM perry

added database upgrade script to 1.7 build process

3127 12/18/2006 10:57 AM perry

initial import of metacat php client

3126 12/18/2006 09:44 AM perry

some clarifications on spatial install process

3125 12/15/2006 04:21 PM Jing Tao

Add a script can delete xml_revision records.

3124 12/15/2006 04:18 PM perry

The first complete draft of the spatial documentation.

3123 12/15/2006 11:27 AM Jing Tao

Add a script to delete documents manually.

3122 12/15/2006 10:23 AM perry

Minor updates to python module ... default urls and license info

3121 12/15/2006 10:03 AM perry

Make world map the default for the common spatial template

3120 12/13/2006 04:38 PM perry

Added preliminary support for multiple spatial schemas in the same metacat instance .. bug 2551

3119 12/13/2006 11:04 AM perry

Fixed mapbuilder loading image when wms is down .. bug 2695

3118 12/11/2006 07:07 PM perry

Initial architecture for dynamically generating SLD/OGC:Filter documents to control which docids get shown on the map. The sldfactory servlet is in place to handle this but is not fully functional since there is currently no way to quickly and dynamically generate a list of allowable docids with a level of performance acceptable for real-time web mapping.

3117 12/08/2006 01:24 PM Jing Tao

Add lter and other institute into option list.

3116 12/08/2006 01:23 PM Jing Tao

Add lter and other institutes into option list.

3115 12/07/2006 06:29 PM perry

Improved data point styling. Thickened and smoothed the white outline by stacking two fill rules rather than one fill plus stroke.

3114 12/07/2006 05:53 PM perry

Changed SLD wizard paths to relative instead of assuming context name was geoserver. Patch has been submitted to geoserver dev team.

3113 12/07/2006 05:05 PM perry

removed old geoserver/geotools jars that were causing some trouble

3112 12/07/2006 04:57 PM perry

upgrade to geoserver 1.4rc5

3111 12/07/2006 03:36 PM perry

shortened the latitude/longitude to lat/lon to save screen space

3110 12/07/2006 12:59 PM perry

slowly improving the spatial docs

3109 12/06/2006 05:35 PM perry

Added changelog for 1.7.0 to readme file. Updated version number in properties.

3108 12/06/2006 04:58 PM perry

some quick additions and fixes to the python metacat readme

3107 12/06/2006 04:51 PM perry

Initial import of prototype python client library to interact with metacat

3106 12/06/2006 03:14 PM perry

Changes to map layout and skins according to input from Callie and Matt

3105 11/29/2006 05:50 PM perry

Removed tomcat 3 support

3104 11/29/2006 05:40 PM perry

Merged the spatial web.xml.combined into the default web.xml.tomcat5

3103 11/27/2006 05:44 PM perry

minor changes to khtml detection stategy

3102 11/27/2006 05:25 PM perry

safari/opera detection for interactive map. Users of non xslt-compliant browsers will be redirected to an error page.

3101 11/27/2006 03:25 PM perry

Changing initial configured status back to false

3100 11/27/2006 01:47 PM perry

Set configured to false initially. Include notification in configure process that geoserver password needs to be changed plus instructions on how to do so

3099 11/23/2006 12:32 AM Matt Jones

Updated MetaCatServlet so that it supports a web-based interface for configuring its own properties the first time it is run (determined by the property "configured" being set to false). Which properties are exposed in the web interface is determined by the list of properties in the 'metacat.properties.metadata' file. This file is managed by the new OptionsMetadata class in the utilities module, and provides information that allows metacat to build a human-readable configuration page for the properties. Still need to finish filling out the information in metacat.properties.metadata for the rest of the properties that we want to be editable. This autoconfiguration process is the first step towards building a turnkey installer for metacat....

3098 11/20/2006 06:11 PM perry

Ensure that spatial operations are only triggered when runSpatialOption is set to true.

3097 11/20/2006 05:02 PM perry

Initial import of interactive map components for the following skins: esa, knb2, knp, obfs, nceas, nrs

3096 11/20/2006 03:36 PM perry

restored original styles to knp-specific layers

3095 11/17/2006 01:44 PM Chris Jones

I've added new properties called "styled-shared-path" and
"style-shared-relpath" that represent the directory in
$METACAT_HOME/lib/style/shared. This directory contains shared XSL
stylesheets that are similar to those found in $METACAT_HOME/lib/style/common,...

3094 11/17/2006 01:37 PM Chris Jones

I'm adding a set of EML XSL stylesheets that are separate but similar to those
found in the lib/style/common directory. I have created a directory called
'shared' (in libstyle) and put these modified stylesheets within it in order
to maintain backward compatibility with skins that were written previously...

3093 11/17/2006 01:27 PM Chris Jones

I'm adding the two html templates from the OBFS skin developed by Matt Jones.
These were used as reference files in the PISCO skin.

3092 11/17/2006 01:25 PM Chris Jones

I'm adding the two jsp files that originated in the KNB skin developed
by Matthew Brooke, modified for the PISCO skin.

3091 11/17/2006 01:23 PM Chris Jones

I'm adding the PISCO-specific XSL stylesheets used to transform EML documents to PISCO web pages. Notice that resultset.xsl is now in this templates directory, rather than in lib/style/common since it has PISCO-specific styling.

3090 11/17/2006 01:20 PM Chris Jones

I'm adding in a number of supporting image files that make up the PISCO header, navigation bar, and footer sections of the styled web pages.

3089 11/17/2006 01:17 PM Chris Jones

I'm adding the legacy PISCO skin to metacat as a starting point to doing CSS-based XSL styling of XML documents in the data catalog. These files were based off of the OBFS and KNB skins.

3088 11/17/2006 09:51 AM Matt Jones

Removed the hadcoded servlet context and instead get it from the HTTP request to allow the config files to be installed in any context.

3087 11/16/2006 05:15 PM perry

Updated mapbuilder interface with some cosmetic changes, the demis world map wms layer, removed faulty scalebar, added named regions from morpho to the location dropdown.

3086 11/13/2006 06:58 PM perry

Beta version of openalayers wms interface

3085 11/13/2006 06:34 PM perry

Beta version of openalayers wms interface

3084 11/13/2006 08:47 AM perry

Removed useless mapbuilder ppts which may have viruses

3083 11/12/2006 01:55 AM Matt Jones

Modified the configuration classes to allow configuration through the web interface of all of the properties set in the metacat.properties file. The layout of this form still needs work, in particular because java.util.Properties does not maintain any order for the properties, nor does it allow for metadata about each property to be set and saved in the file. We can probably overcome this by creating a shadow file that lists all of the options and their metadata (such as grouping, controlled values, etc).

3082 11/11/2006 03:48 AM Matt Jones

Renamed method.

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