Project

General

Profile

Activity

From 07/29/2007 to 08/27/2007

08/27/2007

06:06 PM Revision 3378 (metacat): Change release to 1.7.1
Jing Tao
06:05 PM Revision 3377 (metacat): Make some changes for 1.7.1
Jing Tao
06:02 PM Revision 3376 (metacat): Add release for 1.7.1
Jing Tao
11:55 AM Revision 3375 (metacat): Uncommented metacat client upload commands.
barteau

08/24/2007

05:07 PM Revision 3374 (metacat): Provides a mechanism to access clientview classes from an XSLT-generated HTML document (within the skins framework).
Serves as a servlet for "updating" files from XSLT-generated html multipart-forms.
It simply forwards the multi-part ...
barteau
04:57 PM Revision 3373 (metacat): Added "Update" html forms functionality, and modified html appearance.
barteau
02:11 PM Revision 3372 (metacat): Changes for java 1.4 compilation, and further development.
barteau
02:11 PM Revision 3371 (metacat): Further development.
barteau

08/23/2007

03:25 PM Revision 3370 (metacat): Change the https port from 80 to 443
Jing Tao

08/22/2007

05:24 PM Revision 3369 (metacat): Change the off set number for a selection query.
Jing Tao
05:20 PM Revision 3368 (metacat): Add code to handle the docid list is too long to be run in extended query.
Jing Tao

08/21/2007

03:44 PM Revision 3367 (metacat): Changes to make java 1.4 compliant.
barteau

08/20/2007

04:14 PM Revision 3366 (metacat): Updated handlePackageUpload (in development).
barteau
04:08 PM Revision 3365 (metacat): Added static variables.
barteau
01:36 PM Revision 3364 (metacat): Replaced "Formatter" usage (java 1.5) for java 1.4 compiling.
barteau

08/17/2007

03:35 PM Revision 3363 (metacat): Removed "Formatter" usage, to make java 1.4 compatible.
barteau
03:12 PM Revision 3362 (metacat): Removed "Formatter" usage, to make java 1.4 compatible.
barteau
03:11 PM Revision 3361 (metacat): Removed "generics" to make java 1.4 compatible.
barteau

08/16/2007

09:14 PM Revision 3360 (metacat): Change String.contains which only java 1.5 have to String.indexOf
Jing Tao
11:37 AM Revision 3359 (metacat): Delete a test for printAttributeQuery which was delete from java file.
Jing Tao
10:50 AM Bug #2905 (Resolved): Query cache mechanism
I implemented a simple query cache system in metacat. The core of the cache is a Hashtable. The key of Hashtable is a... Jing Tao

08/13/2007

07:13 PM Revision 3358 (metacat): Change a handleReturnField to public which will be used in ecogrid.
Jing Tao
05:18 PM Revision 3357 (metacat): Add return doctype and return field into the key of query cache.
Jing Tao
05:07 PM Revision 3356 (metacat): Backing out change, certain cases cause the file to upload as 0 bytes, which pass all tests but leave us with no data. Will re-commit after 1.8 release and more complete testing.
walbridge
04:40 PM Revision 3355 (metacat): Fixed bug that searching for parameters.
Jing Tao
03:22 PM Revision 3354 (metacat): Updated com.oreilly.servlet (cos.jar) from 19Jun2001 to current 05Nov2002 version. Fixed uploading in MetaCatServlet.java to allow parameters after file object, was disabled for a workaround in the previous library.
walbridge

08/08/2007

05:18 PM Revision 3353 (metacat): Change path data type to text in table xml_index.
Jing Tao
05:02 PM Revision 3352 (metacat): Change the path data type to text
Jing Tao
03:40 PM Revision 3351 (metacat): Change the maxium queryresult string length.
Jing Tao
03:38 PM Revision 3350 (metacat): Add a try-catch to handle if a query result is too long.
Jing Tao
02:35 PM Revision 3349 (metacat): Removed a code to check if there is a docid in a vector since every docid should exist once.
Jing Tao

08/07/2007

05:48 PM Revision 3348 (metacat): Add a upgrade-1.7.1 sql property for oracle.
Jing Tao
05:47 PM Revision 3347 (metacat): Add new index into xml_index table.
Jing Tao
05:45 PM Revision 3346 (metacat): A script to add index into xml_index table.
Jing Tao
05:43 PM Revision 3345 (metacat): Add index into xml_index table
Jing Tao
05:25 PM Bug #2805: Metacat Performance: updates from Morpho of data packages are taking longer than five minutes
After creating a index in docid in xml_index table, the time for deleting decreased from 97 seconds less than 1 second. Jing Tao
03:45 PM Bug #2805: Metacat Performance: updates from Morpho of data packages are taking longer than five minutes
I timed the update command and found out deleting xml_index table is the bottleneck. I updated a very simple document... Jing Tao
01:40 PM Revision 3344 (metacat): fixed a bug in metacat that was preventing it from using non-TLS authentication. ldap was throwing a namingException which was causing the exception handling to go to the wrong block so non-tls auth never even got tried. this shoudl hopefully fix the problem with sanparks
berkley

08/03/2007

03:52 PM Revision 3343 (metacat): Add code to expire cached query result when metacat have a insert, update or delete action.
Jing Tao

08/02/2007

04:58 PM Revision 3342 (metacat): Add a cache mechanism for public user.
Jing Tao
04:45 PM Revision 3341 (metacat): Add a switch to control if we need query cache.
Jing Tao

08/01/2007

03:51 PM Revision 3340 (metacat): Add a result set cache
Jing Tao
03:49 PM Revision 3339 (metacat): Add a new property which defines the size of query result cache.
Jing Tao

07/31/2007

04:10 PM Revision 3338 (metacat): Fix a bug that move node from xml_nodes to xml_nodes_revisions.
Jing Tao
04:08 PM Revision 3337 (metacat): Change a method to private
Jing Tao
04:07 PM Revision 3336 (metacat): Change data type of columns to TEXT
Jing Tao
04:06 PM Revision 3335 (metacat): Add a target to run db upgrade script.
Jing Tao
04:05 PM Revision 3334 (metacat): script to change data type of some columns to TEXT
Jing Tao

07/30/2007

02:17 PM Revision 3333 (metacat): Remove offset in findResultDoclist
Jing Tao
 

Also available in: Atom