Project

General

Profile

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

# Date Author Comment
3780 04/02/2008 04:28 PM daigle

Changes to remove ANT tokens for the turnkey install project

3768 03/18/2008 04:31 PM daigle

Include the contextURL as a parameter for the transformer. Remove leading / from resultset paths

3765 03/14/2008 09:46 AM ben leinfelder

use {$contextURL} and {$cgi-prefix} param for absolute paths (instead of relative paths)

3738 02/26/2008 10:55 AM ben leinfelder

include the contextURL parameter that is now being passed in by the DBTransform class.
pass this value to the javascript that assembles the iframes

3670 01/07/2008 10:31 AM barteau

Revise relative referance to resultset-table.xsl

3667 01/02/2008 02:27 PM barteau

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

3442 09/13/2007 12:27 PM Matt Jones

Added a refactored resultset stylesheet that allows skins to override the container format to not use iframes. The continaing skin can now import resulttable.xsl and call the result table template directly.

2924 02/24/2006 11:35 PM Matt Jones

Initial support for displaying FGDC metadata documents in metacat.
Added new returndoctype and returnfields to all query forms in the knp
skin to allow FGDC documents to display in the resultsets. Need to add
these to the other skins as well, and to clean up the FGDC stylesheet to...

2502 04/20/2005 02:46 PM sgarg

Replacing '' with '_' so that there is no ambiguity in javascript ids generated as part of the resultset

2438 04/01/2005 11:31 AM sgarg

Changes made by Veronique to generic guide following Mark Stromberg suggestions.

(Commit done by Saurabh Garg for Veronique)

2070 03/29/2004 11:36 AM Matt Jones

Removed unused references to abstractpath, and some unudes javascript.

2051 03/17/2004 10:52 AM brooke

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

2050 03/17/2004 10:06 AM brooke

added sessionid hidden fields, based on $sessid transformer parameter set by DBTransform.java

2048 03/16/2004 06:21 PM sgarg

Added space at the end of title that is returned back. This is done so that documents with no title can be clicked on.

2040 03/08/2004 07:37 PM sgarg

Fixed a bug in sorting of records. Now the result sent back is title sorted.

2017 02/05/2004 07:05 PM sgarg

Added a view button as mentioned in bug 1304.

1981 12/23/2003 10:13 AM Matt Jones

Changed "Document ID" to "ID" which is mroe appropriate for data packages.

1956 12/10/2003 01:15 AM Matt Jones

Enabled stylesheet parameters to be passed through metacat even when the
'query' function is called. Previously, query would interpret all
parameters except a few hardcoded ones to be pathexpressions that should be
built into a squery. Now, metacat.properties contains a new configuration...

1945 12/02/2003 03:28 PM brooke

corrected image path

1944 12/02/2003 03:04 PM brooke

missed an edit when fixing the bug whereby form names aren't allowed to contain hyphens

1942 12/01/2003 04:18 PM brooke

bug fix: added code to strip brackets and hyphens from form names in results page

1940 11/25/2003 03:18 PM brooke

made results page table header into <th> so we can apply a different css style to eml stylesheet subheaders. added whitespace above& below section headers

1933 11/21/2003 09:50 PM brooke

changed knb skin index page to forward to knb site and include any user params in url. changed resultset.xsl so qformat is handled properly in posts. changed build file to copy default.css from eml checkout to style/common so other skin-specific css can import it if reqd

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