Modify normolize method by adding code to handle < > ' and "
Remove an obsolete class.
Remove an obsolete private method getPartNodeRecordList.
Add new code for xml_nodes table.
Some script to generate text search vector.
Add timeout parameter for searching user name. If some exception happens, it wouldnot throw it, just print it out.
Add a junit test for test AuthLdap. Currently we have getPrincipals test.
display the docid.also just display the publication date as is since the existing parsing made too many assumptions about how the date would be formatted
use $sessionid to determine if the edit boxes are shown
reuse the fgdc-root.xsl for both nceas and sanparks skins (it is included in different containing stylesheets)note: still need to pin down the switch that [dis]allows editing of the the files
use contextURL parameter so that the "shortform" url for looking at documents actually works and pulls in the correct js and css files
add support for FGDC doctype display
if there is no clientViewBean in the session, insert a new one - saves us from nullPointerException when using this in skins that may not be aware of the bean uses.
ignore commented out DOCTYPE declarations (don't force validation on them)
Get rid of the ant tokens and the relative paths by using the context url and cgi prefix provided by the settings.jsp.Now the "short form" of urls will work with the iframe skins. sanparks and saeon can also be set as the "default" skin and the paths will resolve correctly....
include the contextURL parameter that is now being passed in by the DBTransform class.pass this value to the javascript that assembles the iframes
check for a leading "/" in the path when prepending the server context url.we don't want to step on toes of people that are using "semi" relative paths (they leave out the server part, but provide the rest of the path)
add debug statements so it's clear what transformer parameters are being passed
Use dev=1 replace dev like '1'. since postgres 8.3 doesn't support it.
-use jsp rather than html files so hat the server context can be looked up on the fly (as well as additional options from the MetacatUtil class).-incorporate the use of relative paths in the XML configuration (doctype=>stylesheet mapping)
Note: still using ant tokens in the .cfg file used for perl...not sure how to convert that.
include contextURL and cgi-prefix as parameters in all the transforms (initially used for nceas skin to remove ant tokens in the XSL files....but will be used by other skins as they are converted away from at tokens)
use cgi-prefix from build properties to configure the default skin for login.removed hardcoded "ldap.ecoinformatics.org" reference in the jsp and reads it from the metacat.properties file.
Note: still uses ant token from the build.properties file, but at least centralizes the spot where the token needs to be dealt with.
Add debug info for special charater.
Remove the relation query.
use the servlet context path to construct absolute paths to the various file locations
add servletContextUrl to make absolute paths from relative paths when constructing skins from the js/iframe template
add portnumber if not using 80
Change the relative path to use a function getServerName+getPortNumber+getContextPath. But there is still problem in default.js.
Add server url to system id.
Skeleton for data insertion script. Also added documentation to Metacatlibrary.
MOdified query passing, and default cache location.
Initial script for downloading and caching data entities associatedwith an EML document that is stored in Metacat.
Improved the javadoc documentation for the upload() methods to clarify what upload() does and contrast it to insert() and update().
Turnkey installer modification: replaced and tokens with relative paths.
Turnkey installer modification: created HeaderViewDocs.jsp as a replacement for HeaderViewDocs.htm, because a call to MetacatUtil to get CGI-PREFIX is needed.Also replaced and tokens with relative paths.
Turnkey installer modification: created ESAHeader.jsp as a replacement for ESAHeader.htm, because a call to MetacatUtil to get CGI-PREFIX is needed.Also replaced and tokens with relative paths.
Turnkey installer modification: replace ant tokens with relative paths. Corrected path to css file.
Turnkey installer modification: replaced ant tokens with relative paths. Also corrected path to css file.
Turnkey installer modification: replace ant tokens with relative paths.
Turnkey installer modification: replace ant tokens with relative paths. Corrected wrong path to css file.
Turnkey installer modification: replace ant tokens with relative paths. Corrected some incorrect file paths.
Turnkey installer modification: replace ant token with relative path.
Turnkey installer modification: replaced ant token with relative path.
Turnkey installer modification: replaced ant tokens with relative paths. Corrected location to css file.
Turnkey installer modification: replaced ant tokens with use of "javax.servlet.http.HttpServletRequest".
Turnkey installer modification: replaced ant tokens with relative paths.
Turnkey installer modifications: replace ant tokens with relative paths.
Add method to handle origianl data file error in IPCC eml document
Modify this class in order to correct data file name in some IPCC eml documents
Turnkey Installer modification: replaced ant tokens with relative paths.
Turnkey Installer modification: relative path.
Turnkey Installer modification: Initial checkin for account/index.html replacement. This replaces an html file with a jsp file, so that cgi-prefix can be obtained. It alsoincludes a few relative paths used in a html/jsp context. Since these are all tested they can be used as examples for other html and jsp files.
correct a typo for "repository" bug #3082
Turnkey installer modification: used relative paths which replaced ant tokens.
Turnkey installer modification: revised relative paths (which replaced ant tokens).
Turnkey installer modification: modified relative references.
Turnkey installer modification: added 'cgi-url' param, replace token 'cgi-prefix' with param 'cgi-url'.
add default value to 'cgi-url' param.
Turnkey installer modifications: add 'cgi-url' param via skin configs.
Turnkey installer modifications: Create a default skin.configs and add 'cgi-url' property. This will be used if no skin-specific config exists and willresult in a 'cgi-param' param in XSL transformations via DBTransform.
Turnkey installer modifications: add 'cgi-url' property. This will result in a 'cgi-param' param in XSL transformations via DBTransform.
Turnkey installer modifications: replace cgi-prefix tokens with 'cgi-url' param.
prevent null pointer exception when there are no nodes found (just an empty list)
made java 1.4 compliant
Removed the use of String.contains() to make it java 1.4 compliant.
Modification for changes to the field "MetacatUtil.skinconfigs" (bug 3057 fix).Also changes reading skin.configs properties/files (bug 3058 fix).
Modification for changes to the field "MetacatUtil.skinconfigs".
Changes to the field "skinconfigs":1) Made it private2) Created setter and getter methods3) Created a 'hasSkinConfig' method
replace relative urls (for stylesheets, js files, and even form actions) with absolute paths. yes, this means using ant tokens still.needed for using 'sanparks' as the default skin when deployed on dataknp.sanparks.org
Revise relative referances to skin directory
Revise relative referance to resultset-table.xsl
add support for selecting records for only one question from a set of one or more assessment response data files
Turnkey Installer modification: remove locale specific ant tokens with relative paths.
Removed "Last Modified July 10, 2007" section because it is static and people may think that it means the data package was last modified then.
Fixed the implement of java class which will upload ipcc data.
Modified knb.xml to re-enable login.xsl processing for the registry workflow: after a 'login' request, the user will be correctly redirected to the registry form.
Add new index - abstract into xml_path_index path
Add a file which will upload ipcc data to metacat.
Metacat installer bug: replaced locale-specific ant tokens with runtime lookup.
Metacat installer: remove locale-specific ant tokens. Made links relative to the installation.
Metacat installer: remove locale-specific ant tokens.
Metacat installer: remove locale-specific ant tokens. Made relative to installation.
remove that awful underline for links
add SANParks and SAEON affiliations