Added checks for null pointers and changed the name of the config file
Using java.util.Property instead of Options. Options is a singleton class. Hence it cant be used for reading skin property files without changing it into a non-singleton class
fixed the height of the search box on the knb skin
variable for showing instructions
Making changes for passing the params to the xsl for skins.
Remove CR characters from end of line. Formatting changes only, no functional changes.
Modified the lsid code to lookup document type-appropriate stylesheets fromthe lsid prooperties file.
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.
changed width of iframeheaderclass to 98 percent to prevent pages in FF from always being 10 pixels larger than the window
added "." at end of Step 4.
made all steps the same size in the esa instructions. Removed redundant phrase in instructions.
deleted repetition of the sentance "A page titled "Success" will appear when the form has been successfully submitted." that appeard in step 2.
spacing and formatting changes and fix for knb search
clear space
clean up and add links
Four steps with original file - some html errors with <ul>
removed regex from condition for showing instructions
added steps for Registering data and updated the formatting with headers and boxes
moved esa info, error message, and password info out of the table. changed logic for displaying esa info
bugfix in knb search
fixed table formatting for esa display
added instructions for esa cfg. Added links for creating an account and resetting the password.
moving indexPaths from metacat.properties to build.properties
Replaced the paths with ant tokens
Changed the tag for eml-2.0.1 that will be checked out.
Also changed the smtp server from smtp.ecoinfo to localhost
added code to give access to moderator group on the review document
added ESA cfg specific directions to the top of the form
Added template file for getting the reviews from metacat
added spinner.gif - used by templates/getReview.tmpl
added prototype.js - used by ajax in templates/getReview.tmpl
Added template for getting the review
split BASIC INFORMATION section into BASIC INFORMATION and SUBMITTER NAME
switched method of getting back to registry form from a link to a button
changing station to organization
Modified loginForm.tmpl so that specified message is displayed before the login form
Made changes so that the user is prompted to login before entering a dataset
Added functionality for storing comments and displaying them. Also added functionality for reading the eml document.
hardcoded the organization as unaffiliated
hard coded unaffiliated as the organization for creating ldap account
Added the variable for contactEmailAddressRequired so tht it is passed back to the form
Made an obvious correction by appending the port to the hostname for the server element.
Added packageId to the faster search
added function to read document from the cgi script and modified the code so that when user is logged in, the document is read from the cgi
added packageid to the paths which are searched
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....
bugfixes in previous code and added functionality to store reviews on various documents...
Added setaccess method
code to handle null pointer exception
Protect LiveMap 3.0 jar file from ant token filtering.
Remove redundant copy task from the warPrepare target.
New styles for citatin, plus add grey horiz rules in sections.
Fixed html typo.
Wording changes to lead-in and final para of the esa skin.
Add LiveMap_30 library and image for use as an applet by the Advanced Search form.
Modify value of the applet tag's CODEBASE value. It was previously hard-coded to the LNO server. Download the applet from the local Metacat server instead.
modified the query to not include documents for which revision has been requested
Added packageId to the paths to be indexed
Added query for indexing attribute - needed for indexing packageId
Removing old graphics files
added message to be displayed when a non logged in user clicks on My Submissions
Modified the header to work with the new changes from Callie
text change in message displayed for moderator
Added message to be displayed after login
removed poorly formatted search options label
fixed erroneous duplication of search choices
ESA img files for the ESA Header this incorporate the test changes and the additional submission button. The ESA Home button has been removed from the header but the ESA log will link to the ESA Home site.
There is some additional button code depending on the state of the login or the use...
These swap image *.gif files are for the ESA Header changes that include the submission buttons as well as text changes to the buttons. We decided to remove the ESA Home button but the ESA logo still links to the ESA home site.
Unix port of transform.bat
Simple DOS batch file to transform an XML document (eg an eml doc) into HTML (or whatever) using an XSLT stylesheet
Eliminate hard-coding of the knb context from the advanced search code. Advanced search servlet determines the metacat context name by reading the metacat.properties file at servlet initialization.
Simple bash script to query metacat (using wget) and transform the XMLresultset into a text file using an XSLT stylesheet.
This is a basic commandline client for resolving LSIDs. It is meant asa quick and dirty testing utility. It requires the SOAP::Lite,SOAP::MIME, and MIME::Entity CPAN modules. Run without arguments, ituses a default LSID and endpoint to resolve. WIth the lsid and endpoint...
Reformatted LSID code for consistency.
Added apache commons logging to the LSID servlet using log4j. Remove println statements.
copy log properties to the deployment for LSID.
Properties for logging in LSID resolver.
Changed search option checkboxes to radio buttons. Restored ant headers. Removed dialog box warnings when changing search options.
changed paragrah style to "intro" for text not in the boxes
unbolded text in boxes and took out the background color for most of the box.
cleaned up formatting - need to test spacing around the table "boxes" , and the boxes alignment
ESA update to Search Feature and cleaning up some formatting - search feature needs testing. Changed <menu> to <ul>------------------------------------
Error C:\Documents and Settings\Callie\Desktop\metacat\lib\style\skins\esa\index.html "*,*" is not valid value for the "cols" attribute in any of the currently active versions. See the above warnings for more details. 185...
bugfix so that getlastdocid works for postgres
few adjustments added discription of the Morpho software that Margret Conners suggested. trying to fix spacing and alignment problem with "boxes"
modified mod_revise so that Revision Requested is added to the document in additionalMetadata/moderatorComment which can be used by the skin in searching for documents which havnt been requested for revision
Modified the search queries so that moderator doesnt see the documents for which revision is requested
Updated NCEAS Data Repoitory changes - replaced text "auspices" with "as part of" got ride of the text about the data set being reviewed and implemented suggestion from Margret Conners.
added for Morpho Information on NCEAS Data Repository page
New template for displaying results from the accept, reject and revise actions
new variables specifying the esa specific templates
Modified the resultpage to display the message sent in the post request
Following changes:1. Fixed a bug in checking of contact email address field2. Added functions to display the result of accept, reject and revise actions3. Added variable to control if the document creator should be the skin admin4. a common function to check if the present user is a moderator
Added new variables to the script which creates templates for new skins
Add some servlet mapping for axis.
iNew jar files for LSID soap support.