Project

General

Profile

Statistics
| Revision:

# Date Author Comment
3478 09/27/2007 02:38 PM Jing Tao

deleted a empty bulletin.

3477 09/27/2007 08:34 AM ben leinfelder

comment out annoying alert() debug statements

3476 09/26/2007 05:08 PM Jing Tao

fixed the bug that clicking create new user link(and change password and reset password links) will just show the new page in a frame.

3475 09/26/2007 04:41 PM walbridge

refactored <access> and <allow> element creation. Added logic to give both owner and skin admin privilages to access uploaded data objects.

3474 09/26/2007 04:23 PM walbridge

Minor fixes to improve the registry CSS to match the new NCEAS skin. Still reliant on iframes, so the overall L+F is broken.

3473 09/25/2007 04:12 PM walbridge

Cleaned up regexes used in register-dataset.cgi to support arbitrary numbers of elements for keywords. Cleaned up regexes for state selection, to omit default values. Added debug as a GET parameter, so a page can be debugged by appending `&debug=1'. Committed latest changes to file processing, to allow files to be deleted after returning to the entry page from confirmation or processing errors. Seperated out entryForm.js from entryForm.tmpl to simplify debugging.

3471 09/25/2007 04:04 PM walbridge

Changes in login processing to match new register-dataset.cgi workflow: user must login before seeing the form, to prevent data loss. New template login.xsl provides simple redirection back to register-dataset.cgi.

3470 09/25/2007 03:57 PM walbridge

Moved images to images/ subfolder

3469 09/25/2007 03:53 PM walbridge

NCEAS skin changes: moved images into subfolder for organization, moved search javascript into sea
rch.js to cut down on replication. Modifications to nceas.css and midnight.css to clean up integration of Drupal theme.

3468 09/24/2007 09:59 PM Jing Tao

Add debug information.

3467 09/20/2007 04:49 PM Jing Tao

Use localhost to replace the host name in case axi is configured to reject remote admin.

3466 09/20/2007 03:57 PM Jing Tao

Get rid of the hard code kepler for web context.

3465 09/19/2007 06:44 PM Jing Tao

Add a new test to test new query method with qformat.

3464 09/19/2007 06:43 PM Jing Tao

Add a new method - query which can specify qformat.

3463 09/19/2007 06:42 PM Jing Tao

Add new query method which can specify qformat.

3462 09/19/2007 04:13 PM ben leinfelder

use 'squery' searching so that both EML and FGDC can be searched based on location and an anyfield search string.
changed 'All' to use empty string ("") value rather than "%" - plays better with QueryGroup

3461 09/19/2007 10:37 AM barteau

Replaced the reference to knp.js with a generalized call to the skins javascript, using the qformat's setting.

3460 09/17/2007 03:25 PM ben leinfelder

use INTERSECTION for query operator (aka AND) so that we actually limit by the park name...

3459 09/17/2007 02:56 PM ben leinfelder

added:
-zoom on map with named locations for quick spatial searching based on selected park name (hooray javascript!)
-narrow search by selected park name
-cursor tracking in lat/lon
-alpha sort for left nav
-reference to fgdc in footer copy

3458 09/17/2007 02:30 PM barteau

Modified the "clientDeleteRequest" method to handle meta-file deletes.

3457 09/17/2007 02:28 PM barteau

Clear the bean's "action" property after most operations are complete, in case user refreshes the browser (it won't repeat). Modified "delete" code, and "handleFileUpdate" method. Added new methods: getStringFromInputStream and makeRedirectUrl.

3456 09/17/2007 02:21 PM barteau

Added property "metaFileDocId", and constant "UPDATE_MESSAGE", to accomodate update and delete operations.

3455 09/17/2007 02:14 PM barteau

Confirmation dialag, which displays a message. Initial checkin. Intended to be the destination JSP when an entire data package is deleted (i.e. deleting the metadata file). Placed in common folder, since it is not skin specific.

3454 09/17/2007 02:11 PM barteau

Moved location of file from skin to common, since it is independant of a single skin. Modified most of the internal code to allow redirecting request to an appropriate destination.

3453 09/17/2007 02:07 PM barteau

Modified form action URL's. Removed call to map. Used shorter version of JSP syntax in forms.

3452 09/16/2007 09:43 AM ben leinfelder

include doctype of metadata for FGDC spatial harvesting.
also specify bounding elements for metadata_(E/W/N/S)
NOTE: bounding elements must correspond to elements as included in the enumerated indexed paths property

3451 09/16/2007 09:37 AM ben leinfelder

insert mapframe in included page, rather than index.jsp -
columns layout correctly this way.

3450 09/16/2007 09:36 AM ben leinfelder

rearrange map controls to right side of image.
remove extraneous style.css ref

3449 09/16/2007 09:35 AM ben leinfelder

do not use absolute positioning for mapFrame - goofs up the cursor bounding box dragging offset

3448 09/16/2007 09:34 AM ben leinfelder

do not render Kruger-specific layers in mapbuilder frame

3447 09/16/2007 09:31 AM ben leinfelder

use Arial for Park_Name labels on geoserver/mapbuilder rendering

3446 09/14/2007 03:35 PM ben leinfelder

include SANParks boundary layer in the geoserver for sanparks skin

3445 09/14/2007 03:34 PM ben leinfelder

use the sanparks giraffe image

3444 09/13/2007 02:06 PM Matt Jones

Updated the NCEAS skin to reflect the new structure of the NCEAS web site. There is now a new nceas.xsl file that handles the XSLT transforms for both metacat resultsets and for EML documents. This file imports xsl templates from the style/common dir in order to render the results table and EML document within an HTML document that follows the style of the NCEAS website. This required refactoring the original resultset.xsl and eml.xsl files in style/common so that the use of iframes can be easily eliminated. ...

3443 09/13/2007 01:56 PM Matt Jones

Change the release tag for the EML stylesheets to be used by metacat to EML_RELEASE_2_0_1_UPDATE_4 so that the new stylesheet changes are incorporated. To pick up these changes in a local metacat build, you need to delete the files in metacat/lib/schema as well as metacat/lib/style/common/eml-*, then do a clean build with "ant clean install". When you do this, you should see the "geteml" target run in the build, and youshould be prompted for your CVS password to download the new schema versions....

3442 09/13/2007 12:27 PM Matt Jones

Added a refactored resultset stylesheet that allows skins to override the container format to not use iframes. The continaing skin can now import resulttable.xsl and call the result table template directly.

3441 09/13/2007 10:09 AM ben leinfelder

add some hierarchy to left nav organization list

3440 09/13/2007 09:58 AM bowdish

minor formatting changes

3439 09/13/2007 09:48 AM bowdish

removed panel head corners because they did not display correctly in I.E. on the Metacat build , adjusted option buttons.

3438 09/13/2007 09:45 AM bowdish

I changed blue corners because of display problem with Internet Explorer on Metacat Build files.

3437 09/13/2007 09:43 AM bowdish

Changed blue header corners because they did not work correctly on Internet Explorer. The production server displays okay but theMetacat build does not display correctly so I took the round corners off. Maybe there is some problem with the difference between tablehead corners in default.css

3436 09/13/2007 09:41 AM bowdish

changed header style to accommodate the wide table display. Made the text for the tilte align=left and the table witdh="100%" for the Data Catalog Search part.

3435 09/12/2007 06:50 PM ben leinfelder

savepoint - sanparks skin looks good with new map, consistent L+F etc..
only thing remaining is a tweak to get bounding box for map zooming adjusted to follow mouse click and drag (starts far to the right of pointer).

3434 09/12/2007 06:13 PM ben leinfelder

add world countries layer and refocus the bounding coordinates to include much of southern africa (perhaps too much)

3433 09/12/2007 04:59 PM ben leinfelder

remove unused js (from animation for show/hide)

3432 09/12/2007 04:57 PM ben leinfelder

remove show/hide bar from map

3431 09/12/2007 04:54 PM ben leinfelder

remove "name" attribute on search buttons to prevent their inclusion in metacat search terms

3430 09/12/2007 03:37 PM Jing Tao

Fixed a bug the search title in morpho will return everything.

3429 09/12/2007 12:11 PM ben leinfelder

add all national parks and SAEON nodes as enumerated in juneau meeting (9/2007)

3428 09/12/2007 12:06 PM ben leinfelder

use jsp page includes rather than a content area iframe for the main content.
this plays better with the left nav and also the default resultset xsl

3427 09/12/2007 11:28 AM ben leinfelder

images for left nav (sanparks css)

3426 09/12/2007 11:28 AM ben leinfelder

save point before refactoring iframes/index page

3425 09/11/2007 05:35 PM Jing Tao

Add more test (update) on upload

3424 09/11/2007 05:20 PM ben leinfelder

make header compatible with resultset xsl

3423 09/11/2007 03:57 PM ben leinfelder

footer link style specified

3422 09/11/2007 03:53 PM walbridge

Added submission of data files to the registry. New parameter 'hasUpload' can be set on a per-skin basis to enable the uploading of data objects to be associated with a metadata document. NCEAS skin is using this by default, to be changed in the future for other skins....

3421 09/11/2007 03:48 PM walbridge

Added upload method. Modified sendData to respect form encodings and POST files.

3420 09/11/2007 03:36 PM walbridge

Refactored upload code to allow arbitrary POST parameter ordering, and open the door to multiple files in one HTTP request. Two new methods to MetaCatUtil to facilitate the file processing: writeTempFile and copyFile.

3419 09/11/2007 03:18 PM ben leinfelder

use hidden fields for form action input rather than button label values

3418 09/11/2007 10:59 AM ben leinfelder

changed to new sanparks L+F.
moved error/success msgs to top of screen

3417 09/11/2007 09:51 AM Matt Jones

Lowered the debugging level for LSID authority context to WARN.

3416 09/11/2007 09:39 AM ben leinfelder

clean up login/logout screen modes

3415 09/10/2007 10:39 PM ben leinfelder

add KNP copy (reworded for SANParks)

3414 09/10/2007 10:15 PM ben leinfelder

save point with sanparks L+F.
first pass.

3413 09/10/2007 06:23 PM Jing Tao

Add new index to speed deleting.

3412 09/10/2007 06:22 PM Jing Tao

Create index to speed deleting.

3411 09/10/2007 06:20 PM Jing Tao

Create a new index to speed deleting

3410 09/10/2007 06:19 PM Jing Tao

Add a new index in xml_nodes in order to speed delete.

3409 09/10/2007 10:41 AM walbridge

change searchbox height to match new size with search options. Spacing is: 33 pixels search to map, 28 pixels map to login.

3408 09/09/2007 05:47 PM ben leinfelder

refactor for sanparks

3407 09/09/2007 05:24 PM ben leinfelder

refactor for sanparks

3406 09/07/2007 03:57 PM Jing Tao

Add docs for setup other client such as ldapsearch.

3405 09/07/2007 02:48 PM ben leinfelder

reformatted only

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

3401 09/06/2007 09:42 AM Jing Tao

Add a documentation for setting up ldap tls channel.

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.

3395 09/04/2007 05:20 PM barteau

Modifications to the removeDataDocIdFromFGDC method, to use the metadata Doc Id rather than the data file Doc Id, to locate the FGDC node branch to update.

3394 09/04/2007 05:16 PM barteau

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

3393 09/04/2007 05:13 PM barteau

Modifications to the clientRequest method to handle calls for 'Delete' actions.

3392 08/31/2007 04:43 PM Jing Tao

Fixed bug that if user choose to many documents in spatial query, the result set will be 0.

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

3387 08/29/2007 05:30 PM Jing Tao

Getting project list from nceas admin db.

3386 08/28/2007 05:02 PM Jing Tao

fixed bug that input form coudn't be shown.

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.

3378 08/27/2007 06:06 PM Jing Tao

Change release to 1.7.1