Project

General

Profile

Statistics
| Revision:

# Date Author Comment
3404 09/07/2007 11:27 AM ben leinfelder

initial refactor of knp skin (w/fgdc support) to new sanparks skin

3403 09/06/2007 06:17 PM Jing Tao

Fixed bug the keyword search didn't use the path search

3402 09/06/2007 06:07 PM Jing Tao

Add radio buttons of searching some path or all path for default search page

3400 09/04/2007 05:49 PM barteau

Added Delete buttons to the package update form. Also includes several html structural/aesthethic changes.

3399 09/04/2007 05:33 PM barteau

Created to replace the footer.jspx file, since the footer text is static and JSP is not need (efficiency)

3398 09/04/2007 05:30 PM barteau

Added classes, such as centerContentBorder, and modified others, to acheive a new look.

3397 09/04/2007 05:28 PM barteau

Format modifications to use the knp.css to set background color.

3396 09/04/2007 05:23 PM barteau

Format modifications to use the knp.css class templatecontentareaclass.

3394 09/04/2007 05:16 PM barteau

Modifications to allow for other types of usage, other than file updates, such as file deletes.

3391 08/30/2007 05:09 PM Jing Tao

Change the SID to production db.

3390 08/29/2007 06:29 PM Jing Tao

Change the token from server to httpserver in case server is not set https ( server has the https port)

3389 08/29/2007 06:22 PM Jing Tao

Change the token from server to httpserver in case server is not set https ( server has the https port).

3388 08/29/2007 05:53 PM Jing Tao

Change the token from server to httpserver in case https is not set (server has the https port). And also change the nceas_db name).

3385 08/28/2007 09:28 AM barteau

KNP skin configuration of the header/footer/right margin/login page.

3384 08/28/2007 09:26 AM barteau

Cleaned up some unused items. Modified color and height.

3383 08/28/2007 09:25 AM barteau

Provides the right margin for the KNP skin layout. Modified the background color.

3382 08/28/2007 09:24 AM barteau

Provides the glue for the KNP skin layout. Modifications mostly involve moving iframes out of this page and into the skins layout configuration.

3381 08/28/2007 09:22 AM barteau

Provides the header section of the KNP skin layout.

3380 08/28/2007 09:20 AM barteau

Initial checking. Provides the footer section of the KNP skin layout.

3379 08/28/2007 09:19 AM barteau

Used relative paths to servlet; rather than fixed names or substitution variables.

3374 08/24/2007 05:07 PM barteau

Provides a mechanism to access clientview classes from an XSLT-generated HTML document (within the skins framework).
Serves as a servlet for "updating" files from XSLT-generated html multipart-forms.
It simply forwards the multi-part request to the ClientViewHelper java class....

3373 08/24/2007 04:57 PM barteau

Added "Update" html forms functionality, and modified html appearance.

3369 08/22/2007 05:24 PM Jing Tao

Change the off set number for a selection query.

3354 08/13/2007 03:22 PM walbridge

Updated com.oreilly.servlet (cos.jar) from 19Jun2001 to current 05Nov2002 version. Fixed uploading in MetaCatServlet.java to allow parameters after file object, was disabled for a workaround in the previous library.

3351 08/08/2007 03:40 PM Jing Tao

Change the maxium queryresult string length.

3341 08/02/2007 04:45 PM Jing Tao

Add a switch to control if we need query cache.

3339 08/01/2007 03:49 PM Jing Tao

Add a new property which defines the size of query result cache.

3331 07/27/2007 11:22 AM Jing Tao

Add a initial delay for indexing.

3327 07/25/2007 03:45 PM barteau

Initial checkin. Just a starting point for the FGDC Metadata xsl view.

3326 07/25/2007 03:42 PM barteau

Changed the metadata XSL target to use the new FGDC XSL file.

3325 07/25/2007 03:40 PM barteau

Resized the login frame.

3324 07/25/2007 03:39 PM barteau

The JSP "KNP Main View". Refactored some of the original code to other classes to work with the edu.ucsb.ucsb.nceas.metacat.clientview API.

3323 07/25/2007 03:34 PM barteau

The JSP "Client Login View". This view now uses the edu.ucsb.ucsb.nceas.metacat.clientview API, rather than interacting directly with the MetacatClient class.
Refactored most of the original code.

3322 07/25/2007 03:32 PM barteau

Initial checkin. The JSP "Client FGDC Upload View". This view uses the edu.ucsb.ucsb.nceas.metacat.clientview API.

3315 07/25/2007 02:14 PM barteau

Initial checkin. This particular form probably won't be used, however, it is provided here as an example of using the new "Delete" API.

3314 07/25/2007 02:12 PM barteau

Removed the "action" param, and added the "qformat" param.

3306 06/22/2007 04:09 PM barteau

Moved delete code out JSP and into MetacatClient.java

3302 06/19/2007 11:25 AM barteau

Changed the height setting for an iframe.

3301 06/19/2007 11:22 AM barteau

Changes include: 1) Separate "Search for Data" between public users and logged-in users, 2) Separate "Browse Data Sets" for public users and logged-in users,
3) Ability to get a list of Doc Id's based on a specified scope, 4) Ability to select a data package or data file by selecting from a list of Doc Id's, 5) Ability to "Delete" data files,...

3299 06/18/2007 04:42 PM barteau

Initial checkin. Convenient xhtml snippet to be included in a JSP file, to define several input parameters required by MetaCatServlet.
Alternative to using javascript or repetitive html.

3286 05/17/2007 09:40 AM berkley

changed web site to use new documentation paths. this break a lot of stuff because metacat won't return the subelements of an xpath query. this will have to be fixed through metacat

3284 05/14/2007 04:23 PM barteau

KNP skin customization. Initial checkin of new file. Called by the standard skin javascript protocol of "insertLoginBox()".
This contains a non-modal "Login Form" and account management links. It also contains a web form for inserting a new metacat data package.

3283 05/14/2007 04:19 PM barteau

KNP skin customization. Added a call the the standard skin javascript protocol of "insertLoginBox()". This replaces the prior "Login Form" and "Manage Account" section, which have been removed.
This code is now in the new SaeonLogin.jspx file.

3282 05/14/2007 04:08 PM barteau

Modified the iframeloginboxclass class. Customized for the KNP skin.

3281 05/14/2007 04:05 PM barteau

Added LOGINBOX_URL and IFRAME_LOGINBOX_CLASS. Customized for the KNP skin.

3274 05/11/2007 12:03 PM Jing Tao

Add new porperty for delimitered ouput debug file.

3268 05/10/2007 05:55 PM Jing Tao

Reset the spatial option to be true as default the value.

3267 05/10/2007 05:46 PM Jing Tao

Add two porperties which control to write debug info to a file rather than log.

3262 05/08/2007 11:41 AM berkley

paging now works in a more normal manner. also fixed a bug where the last page would display too many results.

3257 05/07/2007 03:47 PM berkley

updated the kepler skin to use paging. need to do a bit more work on this to make it behave more like other web applications

3249 04/24/2007 02:38 PM bowdish

This update includes tech support emails for LTER and UCNRS.

3244 04/18/2007 02:26 AM Matt Jones

Added a new class called Sitemap that is used to generate a series of XML documents representing the URLs of metacat documents following the sitemap protocol. The Sitemap class extends TimerTask so that it can be scheduled to run once a day or so. New configuration options were added to metacat.properties to control where the sitemaps are written and hw often they are updated. By default we do it once a day, as more often is overkill for search engines....

3243 04/18/2007 02:19 AM Matt Jones

Added servlet mapping that allows PATHINFO to be passed to the metacat servlet for use in URL handling for READ action.

3236 04/16/2007 02:51 PM sledge

Added predicates to return paths.

3209 03/13/2007 12:04 PM Jing Tao

Add new variable getReviewsTemplate to fix the bug which moderater couldn't see comment window.

3207 03/08/2007 04:10 PM berkley

updated installation instructions

3206 03/08/2007 04:07 PM berkley

moved from metacat/lib

3205 03/08/2007 03:57 PM berkley

moving these jars to the ajax dir

3204 03/08/2007 10:13 AM sledge

adjusted cell widths, font sizes, and white-space policies.

3196 03/07/2007 02:29 PM berkley

more changes for the ajax stuff. it now works on the production server

3195 03/07/2007 09:37 AM berkley

updated the ajax code to make it easier to install. also updated the installation instructions.

3194 03/05/2007 12:08 PM berkley

more changes for the ajax stuff

3193 03/05/2007 11:52 AM berkley

added a note

3192 03/05/2007 11:50 AM berkley

file with installation instructions

3191 03/05/2007 10:53 AM berkley

updated readme

3190 03/05/2007 10:44 AM berkley

modified the shell and compile scripts so that theyy are easier to modify for different systems

3189 03/05/2007 09:52 AM berkley

initial checkin of the kepler ajax metacat interface. these files may need to be moved later, but they need to be in cvs all together for now.

3188 03/02/2007 03:55 PM barteau

Updated broken LTER link in template (bug #648)

3185 02/27/2007 02:15 PM Jing Tao

Add a new servlet mapping for metacat.

3184 02/23/2007 03:29 PM Duane Costa

Fix bug in the Advanced Search form reported by Dave Balsiger at NTL. The bug occured only in one of the following two special cases:

(a) The user modifies longitude but leaves latitude at default values;
(b) The user modifies latitude but leaves longitude at default values....

3183 02/23/2007 03:19 PM Matt Jones

Added the MSU organization to ldapweb.cgi.

3180 02/13/2007 09:29 AM sledge

Can't get results displayed correctly due to a limitation in metacat (bug 2769 in bugzilla.ecoinformatics.org).

3179 02/12/2007 01:29 PM sledge

Tweek

3178 02/12/2007 08:46 AM sledge

Kepler Repository Skin

3176 02/11/2007 04:57 PM Jing Tao

Changed the contacting information.

3173 02/09/2007 01:22 PM Jing Tao

Add a new template for show the message ldap server is down.

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

Remove the file to bin dir.

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

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.

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

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

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

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