Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
4357 09/16/2008 02:54 PM walbridge

Further improvements to the registry to properly support the new properties. Removed all variables previously passed around between forms which should always be available canonically from the skin.properties file and replaced with refences to properties value for the skin being used. Removed some cruft from both files, fixed mior issues mentioned in bug #3487.

4191 07/31/2008 05:27 PM walbridge

Refactor templates for recent properties changes, round 2

3915 05/27/2008 04:54 PM walbridge

Merging Perl changes into detokenization branch. Removes usage of tokens from all Perl and Perl Template Toolkit files, instead using pure Java .property files to manage settings. Basic path for eliminating .cfg files from Perl, and skin.config files from Java side. Backported changes from 1.8.1RC1 release.

3582 11/06/2007 01:15 PM walbridge

Modified all header and footer calls to be skin specific: in the NCEAS skin, skip rendering the header and footer IFRAME elements, otherwise continue as normal.

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

2862 12/16/2005 11:22 AM tyburczy

switched method of getting back to registry form from a link to a button

2855 12/15/2005 04:42 PM sgarg

Added the variable for contactEmailAddressRequired so tht it is passed back to the form

2413 03/16/2005 03:12 PM sgarg

Registry templates redesigned by Veronique Connolly and Saurabh Garg

2361 01/07/2005 02:40 PM sgarg

Removed bugs in loading data when user wants to edit the data package

2346 12/21/2004 10:55 AM sgarg

Added code to fix bug# 1344. Response template is called when cancel delete is pressed

2335 12/16/2004 02:34 PM sgarg

Modified code to fix bug# 1551 by adding a conditional statement.

2282 09/15/2004 02:47 PM sgarg

fixed error in input param

2281 09/15/2004 02:17 PM sgarg

Added code to send showWgList, showSiteList, showOrganization, lsite and usite for one tmpl to other.

2150 04/30/2004 07:08 PM sgarg

Made changes to fix bug# 1303 and 1367.(Both are related)
Following variables can now be specifieD from the cfg file to control behaviour of the skin: hasKeyword, hasMethod, hasSpatial, hasTaxonomic and hasTemporal. Following two also can be used: spatialRequired and temporalRequired

2144 04/29/2004 11:16 AM sgarg

Made changes to fix 1301. Works fine with eml2 - need to check if works with emlbeta6.

2138 04/26/2004 04:46 PM sgarg

Made changes to control whether a skin wants to use keywords or not. Keywords probably will be used by all skins alsways. But similar changes can be made for Geographic Coverage or Temporal COverage to control whether a particular section of the insert data template needs to be shown or not. This can be controlled from .cfg file. For example, in nceas.cfg is you define hasKeyword = false, none of the templates will show the keyword part. (Unless, you are using NCEAS skin and you try to modify a document which already has keywords.)

2027 02/10/2004 06:11 PM sgarg

Bug 1301 - changes made for a repeatable add keyword button.

2023 02/10/2004 09:29 AM sgarg

Changes made to fix bug# 1326. There is a link which call register-dataset.cgi with all the inputs such as that resgiter-dataset calls reEnterDataSet

1929 11/21/2003 03:05 PM brooke

This is the merge from the branch WEB_UI_REDESIGN_BRANCH back into the head.
The only files that have been removed are those in lib/style/eml2; other files
that have been cvs removed (only from lib/ and lib/style) have been re-added
elsewhere (i.e. moved from one directory to another)....