Project

General

Profile

Statistics
| Revision:

# Date Author Comment
3719 02/01/2008 10:55 AM barteau

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.

3718 02/01/2008 10:25 AM barteau

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.

3717 01/31/2008 11:53 AM barteau

Turnkey installer modification: replace ant tokens with relative paths. Corrected path to css file.

3716 01/30/2008 04:02 PM barteau

Turnkey installer modification: replaced ant tokens with relative paths. Also corrected path to css file.

3715 01/30/2008 03:54 PM barteau

Turnkey installer modification: replaced ant tokens with relative paths. Also corrected path to css file.

3714 01/30/2008 03:20 PM barteau

Turnkey installer modification: replace ant tokens with relative paths.

3713 01/30/2008 02:57 PM barteau

Turnkey installer modification: replace ant tokens with relative paths.

3712 01/30/2008 02:50 PM barteau

Turnkey installer modification: replace ant tokens with relative paths. Corrected wrong path to css file.

3711 01/30/2008 02:43 PM barteau

Turnkey installer modification: replace ant tokens with relative paths.

3710 01/30/2008 02:30 PM barteau

Turnkey installer modification: replace ant tokens with relative paths.

3709 01/30/2008 12:44 PM barteau

Turnkey installer modification: replace ant tokens with relative paths. Corrected some incorrect file paths.

3708 01/30/2008 12:01 PM barteau

Turnkey installer modification: replace ant token with relative path.

3707 01/29/2008 03:29 PM barteau

Turnkey installer modification: replace ant token with relative path.

3706 01/29/2008 03:18 PM barteau

Turnkey installer modification: replace ant token with relative path.

3705 01/29/2008 03:03 PM barteau

Turnkey installer modification: replaced ant token with relative path.

3704 01/29/2008 02:52 PM barteau

Turnkey installer modification: replaced ant tokens with relative paths. Corrected location to css file.

3703 01/29/2008 02:43 PM barteau

Turnkey installer modification: replaced ant tokens with relative paths. Corrected location to css file.

3702 01/29/2008 12:33 PM barteau

Turnkey installer modification: replaced ant tokens with use of "javax.servlet.http.HttpServletRequest".

3701 01/29/2008 12:08 PM barteau

Turnkey installer modification: replaced ant tokens with relative paths.

3700 01/29/2008 12:00 PM barteau

Turnkey installer modification: replaced ant tokens with relative paths.

3699 01/29/2008 11:10 AM barteau

Turnkey installer modifications: replace ant tokens with relative paths.

3698 01/28/2008 02:51 PM barteau

Turnkey installer modification: replaced ant tokens with relative paths.

3697 01/28/2008 11:37 AM barteau

Turnkey installer modification: replaced ant tokens with relative paths.

3696 01/28/2008 11:10 AM Jing Tao

Add method to handle origianl data file error in IPCC eml document

3695 01/28/2008 10:49 AM barteau

Turnkey installer modification: replaced ant tokens with relative paths.

3694 01/24/2008 06:40 PM Jing Tao

Modify this class in order to correct data file name in some IPCC eml documents

3693 01/24/2008 04:05 PM barteau

Turnkey Installer modification: replaced ant tokens with relative paths.

3692 01/24/2008 04:00 PM barteau

Turnkey Installer modification: relative path.

3691 01/24/2008 03:01 PM barteau

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

3690 01/22/2008 11:40 AM ben leinfelder

correct a typo for "repository"
bug #3082

3689 01/15/2008 05:12 PM barteau

Turnkey installer modification: used relative paths which replaced ant tokens.

3688 01/15/2008 01:58 PM barteau

Turnkey installer modification: revised relative paths (which replaced ant tokens).

3687 01/14/2008 03:55 PM barteau

Turnkey installer modification: modified relative references.

3686 01/14/2008 02:15 PM barteau

Turnkey installer modification: added 'cgi-url' param, replace token 'cgi-prefix' with param 'cgi-url'.

3685 01/14/2008 02:05 PM barteau

Turnkey installer modification: added 'cgi-url' param, replace token 'cgi-prefix' with param 'cgi-url'.

3684 01/14/2008 12:38 PM barteau

add default value to 'cgi-url' param.

3683 01/14/2008 12:33 PM barteau

Turnkey installer modifications: add 'cgi-url' param via skin configs.

3682 01/14/2008 09:56 AM barteau

Turnkey installer modifications: Create a default skin.configs and add 'cgi-url' property. This will be used if no skin-specific config exists and will
result in a 'cgi-param' param in XSL transformations via DBTransform.

3681 01/14/2008 09:50 AM barteau

Turnkey installer modifications: add 'cgi-url' property. This will result in a 'cgi-param' param in XSL transformations via DBTransform.

3680 01/14/2008 09:40 AM barteau

Turnkey installer modifications: add 'cgi-url' property. This will result in a 'cgi-param' param in XSL transformations via DBTransform.

3679 01/14/2008 09:02 AM barteau

Turnkey installer modifications: replace cgi-prefix tokens with 'cgi-url' param.

3678 01/11/2008 03:44 PM ben leinfelder

prevent null pointer exception when there are no nodes found (just an empty list)

3677 01/11/2008 01:09 PM ben leinfelder

made java 1.4 compliant

3676 01/11/2008 11:39 AM barteau

Removed the use of String.contains() to make it java 1.4 compliant.

3675 01/10/2008 11:13 AM barteau

Modification for changes to the field "MetacatUtil.skinconfigs" (bug 3057 fix).
Also changes reading skin.configs properties/files (bug 3058 fix).

3674 01/10/2008 11:11 AM barteau

Modification for changes to the field "MetacatUtil.skinconfigs".

3673 01/10/2008 11:08 AM barteau

Changes to the field "skinconfigs":
1) Made it private
2) Created setter and getter methods
3) Created a 'hasSkinConfig' method

3672 01/10/2008 09:52 AM ben leinfelder

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

3671 01/07/2008 10:34 AM barteau

Revise relative referances to skin directory

3670 01/07/2008 10:31 AM barteau

Revise relative referance to resultset-table.xsl

3669 01/03/2008 04:57 PM ben leinfelder

add support for selecting records for only one question from a set of one or more assessment response data files

3668 01/02/2008 02:40 PM barteau

Turnkey Installer modification: remove locale specific ant tokens with relative paths.

3667 01/02/2008 02:27 PM barteau

Turnkey Installer modification: remove locale specific ant tokens with relative paths.

3666 12/20/2007 02:59 PM bowdish

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.

3665 12/19/2007 05:21 PM Jing Tao

Fixed the implement of java class which will upload ipcc data.

3664 12/19/2007 02:58 PM walbridge

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.

3663 12/18/2007 06:51 PM Jing Tao

Add new index - abstract into xml_path_index path

3662 12/18/2007 05:58 PM Jing Tao

Add a file which will upload ipcc data to metacat.

3661 12/18/2007 02:50 PM barteau

Metacat installer bug: replaced locale-specific ant tokens with runtime lookup.

3660 12/17/2007 03:55 PM barteau

Metacat installer: remove locale-specific ant tokens. Made links relative to the installation.

3659 12/17/2007 03:07 PM barteau

Metacat installer: remove locale-specific ant tokens.

3658 12/17/2007 03:07 PM barteau

Metacat installer: remove locale-specific ant tokens. Made relative to installation.

3657 12/14/2007 02:41 PM ben leinfelder

remove that awful underline for links

3656 12/14/2007 02:25 PM ben leinfelder

add SANParks and SAEON affiliations

3655 12/14/2007 02:16 PM ben leinfelder

add sanparks and saeon affiliations

3654 12/14/2007 12:35 PM ben leinfelder

add "placekey" as an indexed path for FGDC searching in SANParks and SAEON skins

3653 12/14/2007 11:50 AM ben leinfelder

use color from background for highlight, tablehead text - more in keeping with the L+F

3652 12/14/2007 11:50 AM ben leinfelder

include cfg parameter to pull in correct skin format for cgi/ldap

3651 12/14/2007 11:49 AM ben leinfelder

comment out the dataset registration link (at least for now)

3650 12/14/2007 11:47 AM ben leinfelder

handle special case for searching both SANParks and SAEON (but not all of KNB)

3649 12/12/2007 04:28 PM barseghian

Added note about being able to use ant targets to do the database upgrades.

3648 12/10/2007 12:40 PM ben leinfelder

height and width adjustments for rendering in IE

3647 12/10/2007 11:17 AM ben leinfelder

set the clientViewHelper object in the session so that login/logout link can be determined in the header iFrame.

3646 12/07/2007 04:42 PM ben leinfelder

fix mistake where there is an attempt to select nodetype column from table xml_path_index table (it's not there!)

3645 12/07/2007 11:14 AM ben leinfelder

adjust colors/formatting for EML display

3644 12/07/2007 11:13 AM ben leinfelder

comment out references to a standalone login page.
get's dicey when the header says "log in" but you already are logged in....

3643 12/07/2007 11:13 AM ben leinfelder

make button consistent with other input L+F

3642 12/07/2007 10:30 AM ben leinfelder

localizing some more images, but also commenting out image urls that are [likely] not being used by the minimal number of css classes we are skimming from the SAEON plone skin

3641 12/07/2007 09:41 AM ben leinfelder

localize use.gif image icon

3640 12/06/2007 07:44 PM ben leinfelder

initial commit of skin for SAEON look and feel. looks pretty good, but there are still a few things that need tweaking (colors).
also want to add a standalone login page to match with the header line (perhaps).
tracked in bugzilla #3007

3638 12/06/2007 04:58 PM barseghian

- fixed my mistake in last checkin with ant tokens
- fixed broken links: changed server to httpserver in these files, and prefixed with http://

3637 12/06/2007 04:49 PM Jing Tao

Add http:// into the link

3636 12/06/2007 04:04 PM Jing Tao

Using httpserver to replace server in head link.

3635 12/05/2007 12:40 PM ben leinfelder

changes for fix to bug #2999 (only one attribute of an element is returned in resultset doc)
-added merging for large TEXT nodes when they have been broken up.
-allow multiple attributes to be returned in the resultset doc (uses newly-available field type to determine text vs attribute node).

3634 12/05/2007 12:38 PM ben leinfelder

add retrieval of field type for each node (TEXT, ATTRIBUTE, etc).
this is to support a fix for bug#2999

3633 12/05/2007 10:37 AM barseghian

fixed broken links. needed a ../

3631 12/04/2007 09:10 AM ben leinfelder

use keyword for restricting the search by node

3630 12/03/2007 02:45 PM Jing Tao

Use httpserver to replace server to fix the borken download link.

3629 11/30/2007 04:47 PM walbridge

Workaround for a bizzare submission issue stemming from the debug sub. Modified the NCEAS project list to be robust and rely on the presence of the AdminDB module and a working connection to the DB for listing projects.

3628 11/30/2007 01:59 PM barteau

Added FGDC support to bug fixes listing.

3627 11/30/2007 01:45 PM Duane Costa

Update a few references to metacat version numbers that were out of date.

3625 11/30/2007 01:26 PM barteau

Fixed a couple of bugs: 1) Threw an error when updating a packages public access (lost the data files doc id's) and 2) returns a message after access is changed.
Both were fixed by not attempting to get a child text node from a text node.

3624 11/29/2007 04:16 PM walbridge

Provide ldapweb.cgi links without skin reference, to prevent rendering issues temporarily. Long term fix needed, see Bug #3021

3622 11/27/2007 09:03 PM Jing Tao

Change version to 1.8.0

3621 11/27/2007 05:50 PM Jing Tao

change release number from 1.8 to 1.8.0

3620 11/27/2007 05:47 PM Jing Tao

Change the release number from 1.8 to 1.8.0

3619 11/27/2007 04:14 PM bowdish

changes .table so that registry user guide would display better

3618 11/27/2007 04:13 PM bowdish

addmitional metadata style change

3617 11/27/2007 02:49 PM walbridge

NCEAS skin fix for dataset map; cleanup in index.html

3616 11/27/2007 01:16 PM bowdish

text alignment change