Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  bin 3296 almost 17 years Jing Tao Replacing mutiple mkdir command by "mkdir -p".
  docs 3770 about 16 years ben leinfelder remove duplicate CREATEDB step in instructions ...
  lib 3774 about 16 years ben leinfelder limit searching to "common" fields that are ind...
  src 3772 about 16 years ben leinfelder Enable file naming when returning a zip file of...
  test 3760 about 16 years Jing Tao Remove commented test case.
LICENSE 17.7 KB 666 over 23 years Matt Jones Modified the license and copyright terms for ma...
README 21.4 KB 3628 over 16 years barteau Added FGDC support to bug fixes listing.
build.properties 5.49 KB 3767 about 16 years ben leinfelder add additional paths that are requested as retu...
build.sh 1.03 KB 670 over 23 years Matt Jones Updated build files with minor documentation ch...
build.xml 65.8 KB 3747 about 16 years Jing Tao *** empty log message ***

Latest revisions

# Date Author Comment
3774 03/21/2008 12:32 PM ben leinfelder

limit searching to "common" fields that are indexed.
include checkbox to search all fields.
see bug #3174

3773 03/20/2008 05:47 PM ben leinfelder

Parameterize FGDC update/delete functions with the "enableFGDCediting" parameter.
Stylesheets that include fgdc-root.xsl must now set the edit parameter to "true" if they wish to have the editing widgets displayed (true for sanparks and saeon skins but not for nceas)

3772 03/20/2008 05:37 PM ben leinfelder

Enable file naming when returning a zip file of the requested documents.
File names for each docid are provided as additional parameters named by the actual docid value that they are providing a name for. An example query string might look like:

action=read&docid=doc.1.1&docid=doc.2.1&qformat=zip&doc.1.1=fileName1.txt&doc.2.1=fileName2.jpg...

3771 03/20/2008 05:32 PM Jing Tao

Fixed bug that lsid couldn't be shown up in result page of kepler skin. The bug is that in extended query, lsid attribute was treated as a element, but it is attribute.
I also optimized the query by deleting xml_documents table from query. The table is not needed.

3770 03/20/2008 05:27 PM ben leinfelder

remove duplicate CREATEDB step in instructions (pointed out by daigle, thanks!)

3769 03/19/2008 05:57 PM Jing Tao

Fixed bug that kepler skin wouldn't return actor name in query. The reason is there was no separate vector to store returnfield with "]". So those fields with or without "]" are handled
together (which shouldn't). When seperate those return fields, the bug was fixed.

3768 03/18/2008 04:31 PM daigle

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

3767 03/18/2008 10:42 AM ben leinfelder

add additional paths that are requested as returnfields in the sanparks/saeon skin searches.
see bug #3174

3766 03/17/2008 06:51 PM Jing Tao

Add a new string buffer to store normalized query xml itself.

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

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

View all revisions | View revisions

Also available in: Atom