Activity
From 07/19/2007 to 08/17/2007
08/17/2007
- 03:35 PM Revision 3363 (metacat): Removed "Formatter" usage, to make java 1.4 compatible.
- 03:12 PM Revision 3362 (metacat): Removed "Formatter" usage, to make java 1.4 compatible.
- 03:11 PM Revision 3361 (metacat): Removed "generics" to make java 1.4 compatible.
08/16/2007
- 09:14 PM Revision 3360 (metacat): Change String.contains which only java 1.5 have to String.indexOf
- 11:37 AM Revision 3359 (metacat): Delete a test for printAttributeQuery which was delete from java file.
- 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...
08/13/2007
- 07:13 PM Revision 3358 (metacat): Change a handleReturnField to public which will be used in ecogrid.
- 05:18 PM Revision 3357 (metacat): Add return doctype and return field into the key of query cache.
- 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.
- 04:40 PM Revision 3355 (metacat): Fixed bug that searching for parameters.
- 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.
08/08/2007
- 05:18 PM Revision 3353 (metacat): Change path data type to text in table xml_index.
- 05:02 PM Revision 3352 (metacat): Change the path data type to text
- 03:40 PM Revision 3351 (metacat): Change the maxium queryresult string length.
- 03:38 PM Revision 3350 (metacat): Add a try-catch to handle if a query result is too long.
- 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.
08/07/2007
- 05:48 PM Revision 3348 (metacat): Add a upgrade-1.7.1 sql property for oracle.
- 05:47 PM Revision 3347 (metacat): Add new index into xml_index table.
- 05:45 PM Revision 3346 (metacat): A script to add index into xml_index table.
- 05:43 PM Revision 3345 (metacat): Add index into xml_index table
- 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.
- 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...
- 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
08/03/2007
08/02/2007
- 04:58 PM Revision 3342 (metacat): Add a cache mechanism for public user.
- 04:45 PM Revision 3341 (metacat): Add a switch to control if we need query cache.
08/01/2007
- 03:51 PM Revision 3340 (metacat): Add a result set cache
- 03:49 PM Revision 3339 (metacat): Add a new property which defines the size of query result cache.
07/31/2007
- 04:10 PM Revision 3338 (metacat): Fix a bug that move node from xml_nodes to xml_nodes_revisions.
- 04:08 PM Revision 3337 (metacat): Change a method to private
- 04:07 PM Revision 3336 (metacat): Change data type of columns to TEXT
- 04:06 PM Revision 3335 (metacat): Add a target to run db upgrade script.
- 04:05 PM Revision 3334 (metacat): script to change data type of some columns to TEXT
07/30/2007
07/27/2007
- 11:23 AM Revision 3332 (metacat): Add a delay time for initial indexing
- 11:22 AM Revision 3331 (metacat): Add a initial delay for indexing.
07/26/2007
- 06:26 PM Revision 3330 (metacat): Test file for query group.
- 06:25 PM Revision 3329 (metacat): Use or to replace union
- 06:24 PM Revision 3328 (metacat): Add code to handle none-same value query term.
07/25/2007
- 03:45 PM Revision 3327 (metacat): Initial checkin. Just a starting point for the FGDC Metadata xsl view.
- 03:42 PM Revision 3326 (metacat): Changed the metadata XSL target to use the new FGDC XSL file.
- 03:40 PM Revision 3325 (metacat): Resized the login frame.
- 03:39 PM Revision 3324 (metacat): The JSP "KNP Main View". Refactored some of the original code to other classes to work with the edu.ucsb.ucsb.nceas.metacat.clientview API.
- 03:34 PM Revision 3323 (metacat): The JSP "Client Login View". This view now uses the edu.ucsb.ucsb.nceas.metacat.clientview API, rather than interacting directly with the MetacatClient class.
- Refactored most of the original code.
- 03:32 PM Revision 3322 (metacat): Initial checkin. The JSP "Client FGDC Upload View". This view uses the edu.ucsb.ucsb.nceas.metacat.clientview API.
- 03:27 PM Revision 3321 (metacat): Initial checkin. The "Client View FGDC Helper", to provide FGDC specific methods for client views. This is an API class for the clientview package.
- 03:27 PM Revision 3320 (metacat): Initial checkin. The "Client View HTML Helper", to provide HTML specific methods for client views. This is an API class for the clientview package.
- 03:23 PM Revision 3319 (metacat): Initial checkin. The "Client View Bean Helper", to provide a controller for ClientView bean users. This is the main API class for the clientview package.
- 03:21 PM Revision 3318 (metacat): Initial checkin. The "Client View Bean Info", to complete the JavaBean architecture for the ClientView bean. This class can be used in java component building tools.
- 03:19 PM Revision 3317 (metacat): Initial checkin. The "Client View Bean", to provide the "model" in the MVC architecture. This JavaBean is used in client view JSP documents (the "Views")
- and the ClientViewHelper class (the "Controller").
- 03:10 PM Revision 3316 (metacat): Refactored almost all of the JSP API methods and fields to a new package (edu.ucsb.nceas.metacat.clientview).
- 02:14 PM Revision 3315 (metacat): Initial checkin. This particular form probably won't be used, however, it is provided here as an example of using the new "Delete" API.
- 02:12 PM Revision 3314 (metacat): Removed the "action" param, and added the "qformat" param.
07/24/2007
- 04:58 PM Revision 3313 (metacat): Revised the access query part.
- 11:35 AM Revision 3312 (metacat): Remove the subtree constrain in access query
07/20/2007
Also available in: Atom