Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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

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

3109 12/06/2006 05:35 PM perry

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

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....

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

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).

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.

3073 11/09/2006 03:49 PM perry

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

3071 10/31/2006 02:36 PM berkley

added new namespace to the kepler skin

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

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

3058 10/05/2006 09:20 PM perry

read the schema-specific doc title from metacat properties

3056 10/05/2006 04:45 PM perry

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

3049 09/18/2006 01:01 PM perry

Fixed up some hardcoded paths in html map templates.

3046 09/18/2006 10:18 AM bowdish

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

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

3038 09/07/2006 07:15 PM perry

Minor cartographic fixes to geoserver SLDs

3036 08/31/2006 06:13 PM perry

Fixed up mapbuilder config for knp skin

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

3029 08/15/2006 12:33 PM sgarg

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

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.

3021 07/17/2006 11:10 AM sgarg

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

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

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

Remove unused images from lter skin.

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.

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

2979 04/14/2006 09:03 AM Matt Jones

Fixed bug in LSID resolver (axis test page was preventing delivery of
the authority WSDL file, and so I renamed the index.jsp file to axis.jsp
to get it out of the way).

2976 04/03/2006 12:14 PM sgarg

Test checkin

2973 04/03/2006 02:49 AM Matt Jones

Modified the title if using the new account skin.

2971 04/03/2006 02:01 AM Matt Jones

New skin files for handling account management.

2968 03/22/2006 02:45 PM sgarg

Adding the xsl file for defining login behaviour for knp skin

2967 03/22/2006 02:44 PM sgarg

Adding the option for NCEAS in the organization list.
Adding the browse all datasets link
Replacing the links with the new dataknp links

2966 03/22/2006 02:41 PM sgarg

replacing the knp urls with the new ones...

2963 03/20/2006 10:36 AM Jing Tao

Add server and server url mapping for ecogrid.

2962 03/20/2006 10:36 AM Jing Tao

Add token there.

2959 03/17/2006 05:00 PM Jing Tao

Add the file.

2954 03/09/2006 03:01 PM berkley

updated some styling on the results page

2953 03/09/2006 11:55 AM berkley

changed search text

2952 03/09/2006 11:55 AM berkley

updated the index page because logging in is no longer needed.

2951 03/08/2006 03:46 PM berkley

added a rudimentary stylesheet to display the actor metadata

2950 03/08/2006 03:16 PM berkley

new skin to handle browsing the kepler archive.

2944 03/02/2006 04:36 PM Matt Jones

Eliminated bug that caused a cycle of redirects between the root of the
context and the default skin.

2943 03/01/2006 10:41 PM Matt Jones

Removed the header.html that was replaced with header.jsp

2942 03/01/2006 10:40 PM Matt Jones

Factored out the search forms into javascript variables in a new
common-settings.jsp file which is referenced from the KNP skin. This
allows us to use the same form 3 times in different pages and makes
maintenance of the returndoctype and returnfield lists easier. The...

2941 03/01/2006 06:52 PM anderson

moved images

2939 03/01/2006 06:42 PM anderson

the latest changes to the KNP skin for the map.

2937 02/28/2006 03:06 PM Matt Jones

Modified search form in header to also include the FGDC doctype and
returnfields.

2932 02/27/2006 03:53 PM anderson

thi is the script.aculo.us effect library.

2931 02/27/2006 03:52 PM anderson

added id and name attribs to the generated <iframes>

2930 02/27/2006 03:51 PM anderson

NOT USED ANYMORE, but this is the latest version.

2929 02/27/2006 02:05 PM anderson

adjusting the right side frame for an animated map drawer.

2928 02/27/2006 09:44 AM harris

Pmark's modified code.

2927 02/27/2006 09:11 AM harris

Initial checkin of the knp skin.

2924 02/24/2006 11:35 PM Matt Jones

Initial support for displaying FGDC metadata documents in metacat.
Added new returndoctype and returnfields to all query forms in the knp
skin to allow FGDC documents to display in the resultsets. Need to add
these to the other skins as well, and to clean up the FGDC stylesheet to...

2923 02/24/2006 06:16 PM Matt Jones

Register the NBII stylesheet for use with FGDC/NBII docs.

2921 02/24/2006 06:13 PM Matt Jones

Experimental stylesheet for rendering NBII/FGDC documents in metacat.
This is a modified version of a stylesheet created by the NPS.

2914 02/22/2006 11:55 AM anderson

adding metacat spatial query results styles

2907 02/06/2006 12:21 PM harris

fixed the index jsp to do the redirection to the given skin's html (the all
seem to have html pages, yet not all have jsp's). Started implementing the
display of eml docs with bounding coordinates as boxes.

2899 01/20/2006 08:38 AM sgarg

Added file specifying the properties for the esa skin

2898 01/20/2006 08:36 AM sgarg

Added param which specifies config files of which skins to read

2895 01/19/2006 02:39 PM sgarg

fixed the height of the search box on the knb skin