Project

General

Profile

Statistics
| Revision:

# Date Author Comment
3230 04/12/2007 06:34 PM Jing Tao

Somehow the change went to the head rather than branch. So i rollback the change in head.

3229 04/12/2007 06:13 PM Jing Tao

This commit is for branch. In this commit the correct ip and user name will be stored in access_log table in replication event. However, it only for Forcereplication. And the test isn't completed yet. This commit is only for future use.

3227 04/12/2007 10:23 AM berkley

checking in timing print statments

3226 04/11/2007 05:41 PM Jing Tao

Add a new method to print out more effecient query.

3225 04/10/2007 04:32 PM Jing Tao

Add new data structure and method to handle query terms which have same search value.

3224 04/10/2007 04:31 PM Jing Tao

Add a new method to compare the query terms to see if they have same search value.

3223 04/05/2007 05:28 PM Jing Tao

Get rid of user_owner=public part in access query.

3222 04/03/2007 01:17 PM berkley

reformatted a bit and removed unneeded code

3221 04/03/2007 01:10 PM berkley

paging now works well. sped up the caching by using SAX instead of DOM parsing. it seems fast. need some other people to test for me though. the two params needed are 'pagesize' and 'pagestart'. I haven't updated any of the web interfaces to use this, so if you want to try it, you'll have to type in the url the old fashioned way

3220 04/02/2007 04:38 PM Jing Tao

Add a new overload method - createResultDocument and add a new check for null.

3219 04/02/2007 03:23 PM berkley

got paging working. metacat also now caches resultsets for users' sessions. the paging is a bit slow, due to some xpath statements. i need to get this optimized now.

3217 03/29/2007 04:03 PM Duane Costa

Fix bug in advanced search that first surfaced in Java 1.5.0/Tomcat 5.5. Only set the sessid parameter if the sessionId string that is passed in is non-null.

3216 03/29/2007 10:17 AM Jing Tao

Change "server" to "config.hostname" in config.hostname description.

3215 03/29/2007 07:51 AM Duane Costa

At Jing's suggestion, added back descriptions for the 'server' and 'httpserver' properties. Since the default values can be used in most cases, the descriptions were added to the table titled 'Other properties in build.properties that you can (but generally need not) change'....

3214 03/28/2007 12:44 PM Duane Costa

Update metacat installation documentation for 1.7 release.

3213 03/26/2007 03:35 PM barteau

Initial design document for the SEON data set uploading to metacat.

3212 03/26/2007 02:47 PM Jing Tao

Currently every MetacatClientTest will generate new doicd and the the docid will be reused. So it will generate problem. I add new method to persistent the doicd in a file and this problem was fixed.

3211 03/22/2007 09:59 AM berkley

adding changes to make paged query results possible

3210 03/16/2007 12:09 PM Jing Tao

Removed obsolete targets which handled gt3 stuff.

3209 03/13/2007 12:04 PM Jing Tao

Add new variable getReviewsTemplate to fix the bug which moderater couldn't see comment window.

3208 03/09/2007 03:18 PM Jing Tao

Add a new config.port.https property. This value will be used by server property.

3207 03/08/2007 04:10 PM berkley

updated installation instructions

3206 03/08/2007 04:07 PM berkley

moved from metacat/lib

3205 03/08/2007 03:57 PM berkley

moving these jars to the ajax dir

3204 03/08/2007 10:13 AM sledge

adjusted cell widths, font sizes, and white-space policies.

3203 03/07/2007 05:15 PM Jing Tao

A script to check if shape files are still existing.

3202 03/07/2007 05:06 PM Jing Tao

Add exception handle code according the change in SpacialHarvest class.

3201 03/07/2007 05:05 PM Jing Tao

Change the exception handle way accroding the change in SpatialDataset class.

3200 03/07/2007 05:03 PM Jing Tao

Change the shape file store object to be static and make them synchronized in order to be thread safe.

3199 03/07/2007 05:01 PM Jing Tao

Change the constructor to prive so other class can only go through getInstance to get object.

3198 03/07/2007 05:00 PM Jing Tao

Change some log info.

3197 03/07/2007 03:14 PM Jing Tao

Check if the word is "infinity" before casting a string to double ojbect.

3196 03/07/2007 02:29 PM berkley

more changes for the ajax stuff. it now works on the production server

3195 03/07/2007 09:37 AM berkley

updated the ajax code to make it easier to install. also updated the installation instructions.

3194 03/05/2007 12:08 PM berkley

more changes for the ajax stuff

3193 03/05/2007 11:52 AM berkley

added a note

3192 03/05/2007 11:50 AM berkley

file with installation instructions

3191 03/05/2007 10:53 AM berkley

updated readme

3190 03/05/2007 10:44 AM berkley

modified the shell and compile scripts so that theyy are easier to modify for different systems

3189 03/05/2007 09:52 AM berkley

initial checkin of the kepler ajax metacat interface. these files may need to be moved later, but they need to be in cvs all together for now.

3188 03/02/2007 03:55 PM barteau

Updated broken LTER link in template (bug #648)

3187 03/02/2007 03:18 PM Jing Tao

The generateId method somethimes couldn't generate a unique id if you put them
into a big for loop. So i added append to a random number at the end. It works wll

3186 02/27/2007 04:16 PM Jing Tao

Add delete method in inserting spatial data.

3185 02/27/2007 02:15 PM Jing Tao

Add a new servlet mapping for metacat.

3184 02/23/2007 03:29 PM Duane Costa

Fix bug in the Advanced Search form reported by Dave Balsiger at NTL. The bug occured only in one of the following two special cases:

(a) The user modifies longitude but leaves latitude at default values;
(b) The user modifies latitude but leaves longitude at default values....

3183 02/23/2007 03:19 PM Matt Jones

Added the MSU organization to ldapweb.cgi.

3182 02/15/2007 02:59 PM Chris Jones

One more patch for bug 2469:
Although the correct parentid values were being indexed in xml_path_index
for leaf node xpaths, they were still incorrect for relative and absolute
paths. This patch modifies traverseParents() and changes the parent node id
to be indexed to that of the leaf node, no matter if the path is a leaf,...

3181 02/15/2007 10:55 AM Chris Jones

As a continued fix for http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469,
I've fixed the indexing implementation in both buildIndex() and
traverseParents(). Duane pointed out that the incorrect parent node ids
were being indexed in xml_path_index, causing some stylesheets to render...

3180 02/13/2007 09:29 AM sledge

Can't get results displayed correctly due to a limitation in metacat (bug 2769 in bugzilla.ecoinformatics.org).

3179 02/12/2007 01:29 PM sledge

Tweek

3178 02/12/2007 08:46 AM sledge

Kepler Repository Skin

3177 02/11/2007 05:22 PM Jing Tao

Replace die statement in the script

3176 02/11/2007 04:57 PM Jing Tao

Changed the contacting information.

3175 02/09/2007 01:24 PM Jing Tao

Change the behavior if the ldap server is down. Now main server is down, a html will be sent back. If it is referral, it will ignore it.

3174 02/09/2007 01:23 PM Jing Tao

Add token for ldap server down template.

3173 02/09/2007 01:22 PM Jing Tao

Add a new template for show the message ldap server is down.

3172 02/07/2007 03:50 PM Jing Tao

Add new method to keep inserting spatial data.

3171 02/07/2007 03:49 PM Jing Tao

Add a test eml file which contains spatial data.

3170 02/07/2007 01:55 PM barteau

Fixed exception handler

3169 02/07/2007 09:42 AM Jing Tao

Removed the debugMessage method which was removed from MetacatUtil class.

3168 02/06/2007 04:48 PM Jing Tao

Fixed bug that eml 200 pointed eml201 schema.

3167 01/31/2007 08:11 PM Jing Tao

add "date" command to count time

3166 01/31/2007 02:18 PM Jing Tao

Remove the file to bin dir.

3165 01/31/2007 02:18 PM Jing Tao

Move the file from lib to this bin dir. This file will build index for given docid.

3164 01/30/2007 03:33 PM Jing Tao

Add a troubleshooting to handle X11 windows issue after restart tomcat.

3163 01/30/2007 01:52 PM Jing Tao

Fixed bug the logurl is invalid

3162 01/30/2007 11:46 AM Jing Tao

Fixed a bug that the metacat url will still read from parameter 1

3161 01/29/2007 07:16 PM Chris Jones

As a fix to http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2748, I'm applying
the patch sent to me from Mike Frenock when he reported this bug.

This patch changes MetaCatServlet.handleUploadAction() by first setting
a boolean flag on whether the file to be uploaded exists already. If it...

3160 01/29/2007 05:05 PM Jing Tao

Add the option in wget and get cookie work.

3159 01/29/2007 04:09 PM berkley

updated stylesheet for kepler skins to display documentation uploaded from kepler

3158 01/26/2007 05:15 PM Jing Tao

Add a script to build index of given docid.

3157 01/25/2007 10:35 PM Chris Jones

This is just a code cleanup patch that re-aligns some indentations and removes
some debugging code.

3156 01/25/2007 10:27 PM Chris Jones

As a partial fix to http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2747,
I've modified AuthLdap.getGroups() and removed the code that handles LDAP
referral connect and search timeout issues in a separate thread. I've replaced
this code with ReferralException code that uses two JNDI parameter settings:...

3155 01/25/2007 10:00 PM Chris Jones

As a partial fix to http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2747,

I'm applying 3 patches to AuthLdap.java that simplify the code that addresses
timeout issues when connecting and searching referral LDAP databases, fixes the
getGroups() method to correctly get groups in referral LDAP databases, and does...

3154 01/25/2007 01:36 PM Chris Jones

As part of a fix for http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2747,
I'm adding a few configuration parameters to metacat.properties:

1) ldapconnecttimelimit limits the time in milliseconds allowed for
LDAP server connections. This reduces the impact of any single...

3153 01/25/2007 10:17 AM Matt Jones

Added note to README regarding buildIndex fixes in bug 2469

3152 01/25/2007 09:41 AM Matt Jones

Fixed the implementation of the buildIndex function which was not
working for new document insertions. A previous fix in updatePathIndex
for ATTRIBUTE data inadvertantly caused a foreign key duplication
exception for insertions of ELEMENT nodes when multiple relative paths...

3151 01/24/2007 01:15 AM Matt Jones

Added additional organizations to the login dropdown list for the
Kruger skin.

3150 01/18/2007 05:03 PM Jing Tao

Add code to handle double quotes in normalize method.

3149 01/18/2007 04:33 PM Chris Jones

I'm fixing a compile problem under jdk 1.4.2, where the get() method in
HashMap needs an Object as a parameter, not a primitive data type. I changed
the long to a Long as the lookup key.

3148 01/18/2007 03:20 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469
I've changed DocumentImpl.java in three locations:
buildIndex()
traverseParents()
updatePathIndex()

This patch modifies buildIndex(). Like the prior two patches, it changes...

3147 01/18/2007 03:07 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469

I've changed DocumentImpl.java in three locations:

buildIndex()
traverseParents()
updatePathIndex()

This patch modifies traverseParents(). It changes pathsFoundForIndexing from...

3146 01/18/2007 02:52 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469

I've changed DocumentImpl.java in three locations:

buildIndex()
traverseParents()
updatePathIndex()

This patch modifies updatePathIndex() by changing the pathsFound input...

3145 01/18/2007 02:26 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469

I've added a second constructor to PathIndexEntry.java. The first
constructor is used to represent a record entry from the xml_index
table, and the new second constructor represents a record entry in...

3144 01/18/2007 02:20 PM Chris Jones

As part of a patch fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469

I've added the complimentary setter methods to the getter methods
that are already present in the class:

setNodeId()
setNodeName()
setParentNodeId()
setNodePrefix()
setNodeIndex()...

3143 01/18/2007 10:36 AM berkley

added a method to query metacat to see if a particular docid is registered or not

3142 01/11/2007 09:59 AM berkley

finally got the getallids function working

3141 01/09/2007 06:22 PM berkley

added functionality to get a list of ids used in the system

3140 01/09/2007 11:38 AM berkley

added getalldocids function to get all docids that match a certain scope.

3139 01/04/2007 02:49 PM Jing Tao

Change the timedReplication value from "on off" to "true false".

3138 01/03/2007 02:56 PM Jing Tao

Add index.html in welcome file list.

3137 12/19/2006 06:00 PM perry

ESA server does some funky things to relative URLS so we have to hardcode the esa skin urls to use a specific root and context

3136 12/19/2006 11:15 AM perry

Added an explanation of john h's old spatial diagrams

3135 12/19/2006 10:10 AM perry

mention ruby client in readme

3134 12/19/2006 09:51 AM perry

added gpl header to php metacat lib

3132 12/18/2006 05:08 PM perry

Initial import of Chad Burt's ruby metacat client

3131 12/18/2006 04:20 PM perry

Remove utilities.jar as part of distsrc target to allow compiling releases under different jdk versions

3130 12/18/2006 11:27 AM perry

updated version number and readme

3128 12/18/2006 11:11 AM perry

added database upgrade script to 1.7 build process

3127 12/18/2006 10:57 AM perry

initial import of metacat php client