Updated broken LTER link in template (bug #648)
Changed the contacting information.
Add a new template for show the message ldap server is down.
Make world map the default for the common spatial template
Add lter and other institutes into option list.
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.
Beta version of openalayers wms interface
Temporary fix for KML output; geoserver can only handle the points layer
Fixed up some hardcoded paths in html map templates.
initial import of changes to metacat source and config files to support spatial option
inital import of html templates for web mapping
Added OSUBS to the list of organizations.
added message explaining procedure to obtain organization-affiliated accounts
Modified the title if using the new account skin.
Factored out the search forms into javascript variables in a newcommon-settings.jsp file which is referenced from the KNP skin. Thisallows us to use the same form 3 times in different pages and makesmaintenance of the returndoctype and returnfield lists easier. The...
thi is the script.aculo.us effect library.
added id and name attribs to the generated <iframes>
NOT USED ANYMORE, but this is the latest version.
Initial support for displaying FGDC metadata documents in metacat.Added new returndoctype and returnfields to all query forms in the knpskin to allow FGDC documents to display in the resultsets. Need to addthese to the other skins as well, and to clean up the FGDC stylesheet to...
Experimental stylesheet for rendering NBII/FGDC documents in metacat.This is a modified version of a stylesheet created by the NPS.
adding metacat spatial query results styles
PMARK: decreased overall widthPMARK: fixed docid bug; needed to use review doc instead of orig docPMARK: minor formatting fix
Fix in Javascript to set the stage correctly
Implemented a fixed height review list that is populated via AJAX. Works great in FF/Win and IE/Win. You can see a test version with dummy data at:
http://machination.msi.ucsb.edu/~anderson/esa-reviews/test/getReviews.test.html
Adding review resources.
added "." at end of Step 4.
made all steps the same size in the esa instructions. Removed redundant phrase in instructions.
removed regex from condition for showing instructions
moved esa info, error message, and password info out of the table. changed logic for displaying esa info
fixed table formatting for esa display
added instructions for esa cfg. Added links for creating an account and resetting the password.
Replaced the paths with ant tokens
added ESA cfg specific directions to the top of the form
Added template file for getting the reviews from metacat
added prototype.js - used by ajax in templates/getReview.tmpl
split BASIC INFORMATION section into BASIC INFORMATION and SUBMITTER NAME
switched method of getting back to registry form from a link to a button
Modified loginForm.tmpl so that specified message is displayed before the login form
hard coded unaffiliated as the organization for creating ldap account
Added the variable for contactEmailAddressRequired so tht it is passed back to the form
fixed a bug in the taxon part of the form
Replaced <tr class="sectbody"> with <tr> this removes the bacground color that is a problem with non-bolded text. Only the rows have the <tr class="sectheader"> will have background color
if the user is logged in then the user login is not requested....
modified the query to not include documents for which revision has been requested
added message to be displayed when a non logged in user clicks on My Submissions
New template for displaying results from the accept, reject and revise actions
Fixed a bug in the way taxon rank and taxon value were assigned.
New templates for ESA skin.
loginForm.tmpl is useful in displaying a login formand esaModNotification is useful in sending notifications to the moderator and the contact
Bug #2207. Add new JavaScript function to support Metacat Advanced Search interface.
1. useSiteCoord option is made avaiable again2. contact email address can be made required.
Fix for bug 2220
Fix for bug# 2220
Fix for bug 2217
Fix for bug 2218
Changes made to Basic Information so that it is cleas that the first name and last name fields refer to the metadata provider rather than the owner
(Commit by Saurabh Garg for Callie Bowdish)
Changes made to the drop-down list of US states and territories and to the abstract section of the data registry form and guide, by Veronique Connolly.
Changes made to the address and abstract sections of the data registry form and guide by Veronique Connolly.
Replacing '' with '_' so that there is no ambiguity in javascript ids generated as part of the resultset
Fixed a bug - there is a white space at the end of data medium
Changed "registry" to "repository" for the nceas skin. Veronique Connolly
(Commit done by Saurabh Garg for Veronique)
Changes made by Veronique to generic guide following Mark Stromberg suggestions.
Replaced Usage Constraints with Usage Rights and Data Originator with Dataset Owner.
Registry templates redesigned by Veronique Connolly and Saurabh Garg
Changes to the Data Registry Guide made by Veronique Connolly
Fixed formatting of the html page generated by using tables in all ldap files.
Changes made to Data Registry Guide by Veronique Connolly
Changes made to Data Registry Form by Veronique Connolly and Saurabh Garg
Changes made in entry form based on recommendations from Laura Downey
(Commit done for Veronique Connolly by Saurabh Garg)
The guide on how to complete dr entries was updated to describe the current entryform.tmpl, and to fix bug 1302.
(Commit for Andrea Chadden by Saurabh Garg)
Removed bugs in loading data when user wants to edit the data package
I (Andrea) reformatted the file by changing the layout of tables, trs,and tds, and also by removing style info from the html in the file, anddefining styles in the associated .css files
(Committed for Andrea Chadden by Saurabh Garg)
Added code to fix bug# 1344. Response template is called when cancel delete is pressed
Integrating ldap templates into metacat CVS tree
Modified code to fix bug# 1551 by adding a conditional statement.
Fixed some more bugs.
fixed error in input param
Added code to send showWgList, showSiteList, showOrganization, lsite and usite for one tmpl to other.
Changing 'Submit Entry' to 'Submit Dataset'
Fixed a bug in handling of associated parties.
Fixed the bug described in 1671. The bug came into picture, when no keyword type is suggested for a particular keyword. This resulted in ignoring of that row of data.
Modifications to the registry to support the new ESA skin. Factored out some ofthe configuration-specific code into properties that are set in the variouscfg files in the skins. New properties in the cfg files are lsite, usite,showSiteList, showWgList, showOrganization. These now need to be set in every skin...
Added eml2.0.1 in /common stylesheets
Fixed a bug in an earlier commit
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
fixed a bug in a previous commit.
Made changes to fix bug# 1388.
Replaced text field with drop down menu which lists all months and days.
Changes made to fix bug# 1302
Made changes to fix 1301. Works fine with eml2 - need to check if works with emlbeta6.
Fixed bug# 1298
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.)
Removed unused references to abstractpath, and some unudes javascript.
removed sid's space and added a >> before titles, so datasets with no title will still have a clickable link on results listings. Sid's space was not visible unless the user did a mouse-over
added sessionid hidden fields, based on $sessid transformer parameter set by DBTransform.java
Added space at the end of title that is returned back. This is done so that documents with no title can be clicked on.
Made changes in entryForm.tmpl so that it shows site list for specnet skin.
Made changes in the formatting display of Project list.
Fixed a bug in sorting of records. Now the result sent back is title sorted.
Minor changes to allow the registry to work in the knb skin, mainly inhow to treat the 'site' field. Now it is a free-text organizationfield in the KNB skin. Need to test, install this on ecoinfo and link itinto the KNB web pages.