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 3775 about 16 years Jing Tao Modified the query example which will give user...
  lib 3778 about 16 years Jing Tao Changing search field from idinfo/keywords/them...
  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
3778 03/31/2008 04:43 PM Jing Tao

Changing search field from idinfo/keywords/theme/placekey to placekey

3777 03/25/2008 11:09 AM ben leinfelder

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

3776 03/21/2008 03:17 PM ben leinfelder

-add FGDC specifc fields for indexPath searching
-limit FGDC data returned for the NCEAS skin to those that have "placekey" fields containing "National Center for Ecological Analysis and Synthesis"

3775 03/21/2008 01:31 PM Jing Tao

Modified the query example which will give user more sense.

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.

View all revisions | View revisions

Also available in: Atom