Project

General

Profile

Statistics
| Revision:

# Date Author Comment
3369 08/22/2007 05:24 PM Jing Tao

Change the off set number for a selection query.

3368 08/22/2007 05:20 PM Jing Tao

Add code to handle the docid list is too long to be run in extended query.

3367 08/21/2007 03:44 PM barteau

Changes to make java 1.4 compliant.

3366 08/20/2007 04:14 PM barteau

Updated handlePackageUpload (in development).

3365 08/20/2007 04:08 PM barteau

Added static variables.

3364 08/20/2007 01:36 PM barteau

Replaced "Formatter" usage (java 1.5) for java 1.4 compiling.

3363 08/17/2007 03:35 PM barteau

Removed "Formatter" usage, to make java 1.4 compatible.

3362 08/17/2007 03:12 PM barteau

Removed "Formatter" usage, to make java 1.4 compatible.

3361 08/17/2007 03:11 PM barteau

Removed "generics" to make java 1.4 compatible.

3360 08/16/2007 09:14 PM Jing Tao

Change String.contains which only java 1.5 have to String.indexOf

3359 08/16/2007 11:37 AM Jing Tao

Delete a test for printAttributeQuery which was delete from java file.

3358 08/13/2007 07:13 PM Jing Tao

Change a handleReturnField to public which will be used in ecogrid.

3357 08/13/2007 05:18 PM Jing Tao

Add return doctype and return field into the key of query cache.

3356 08/13/2007 05:07 PM walbridge

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.

3355 08/13/2007 04:40 PM Jing Tao

Fixed bug that searching for parameters.

3354 08/13/2007 03:22 PM walbridge

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.

3353 08/08/2007 05:18 PM Jing Tao

Change path data type to text in table xml_index.

3352 08/08/2007 05:02 PM Jing Tao

Change the path data type to text

3351 08/08/2007 03:40 PM Jing Tao

Change the maxium queryresult string length.

3350 08/08/2007 03:38 PM Jing Tao

Add a try-catch to handle if a query result is too long.

3349 08/08/2007 02:35 PM Jing Tao

Removed a code to check if there is a docid in a vector since every docid should exist once.

3348 08/07/2007 05:48 PM Jing Tao

Add a upgrade-1.7.1 sql property for oracle.

3347 08/07/2007 05:47 PM Jing Tao

Add new index into xml_index table.

3346 08/07/2007 05:45 PM Jing Tao

A script to add index into xml_index table.

3345 08/07/2007 05:43 PM Jing Tao

Add index into xml_index table

3344 08/07/2007 01:40 PM berkley

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

3343 08/03/2007 03:52 PM Jing Tao

Add code to expire cached query result when metacat have a insert, update or delete action.

3342 08/02/2007 04:58 PM Jing Tao

Add a cache mechanism for public user.

3341 08/02/2007 04:45 PM Jing Tao

Add a switch to control if we need query cache.

3340 08/01/2007 03:51 PM Jing Tao

Add a result set cache

3339 08/01/2007 03:49 PM Jing Tao

Add a new property which defines the size of query result cache.

3338 07/31/2007 04:10 PM Jing Tao

Fix a bug that move node from xml_nodes to xml_nodes_revisions.

3337 07/31/2007 04:08 PM Jing Tao

Change a method to private

3336 07/31/2007 04:07 PM Jing Tao

Change data type of columns to TEXT

3335 07/31/2007 04:06 PM Jing Tao

Add a target to run db upgrade script.

3334 07/31/2007 04:05 PM Jing Tao

script to change data type of some columns to TEXT

3333 07/30/2007 02:17 PM Jing Tao

Remove offset in findResultDoclist

3332 07/27/2007 11:23 AM Jing Tao

Add a delay time for initial indexing

3331 07/27/2007 11:22 AM Jing Tao

Add a initial delay for indexing.

3330 07/26/2007 06:26 PM Jing Tao

Test file for query group.

3329 07/26/2007 06:25 PM Jing Tao

Use or to replace union

3328 07/26/2007 06:24 PM Jing Tao

Add code to handle none-same value query term.

3327 07/25/2007 03:45 PM barteau

Initial checkin. Just a starting point for the FGDC Metadata xsl view.

3326 07/25/2007 03:42 PM barteau

Changed the metadata XSL target to use the new FGDC XSL file.

3325 07/25/2007 03:40 PM barteau

Resized the login frame.

3324 07/25/2007 03:39 PM barteau

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.

3323 07/25/2007 03:34 PM barteau

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.

3322 07/25/2007 03:32 PM barteau

Initial checkin. The JSP "Client FGDC Upload View". This view uses the edu.ucsb.ucsb.nceas.metacat.clientview API.

3321 07/25/2007 03:27 PM barteau

Initial checkin. The "Client View FGDC Helper", to provide FGDC specific methods for client views. This is an API class for the clientview package.

3320 07/25/2007 03:27 PM barteau

Initial checkin. The "Client View HTML Helper", to provide HTML specific methods for client views. This is an API class for the clientview package.

3319 07/25/2007 03:23 PM barteau

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.

3318 07/25/2007 03:21 PM barteau

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.

3317 07/25/2007 03:19 PM barteau

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").

3316 07/25/2007 03:10 PM barteau

Refactored almost all of the JSP API methods and fields to a new package (edu.ucsb.nceas.metacat.clientview).

3315 07/25/2007 02:14 PM barteau

Initial checkin. This particular form probably won't be used, however, it is provided here as an example of using the new "Delete" API.

3314 07/25/2007 02:12 PM barteau

Removed the "action" param, and added the "qformat" param.

3313 07/24/2007 04:58 PM Jing Tao

Revised the access query part.

3312 07/24/2007 11:35 AM Jing Tao

Remove the subtree constrain in access query

3311 07/20/2007 05:11 PM Jing Tao

Add new variable indicate if this query term in a union group.

3310 07/13/2007 05:32 PM Jing Tao

Remove an method

3309 07/13/2007 05:31 PM Jing Tao

Change some log.

3308 07/12/2007 04:56 PM Jing Tao

Merge the getting return fields for both elements and attributes.

3307 07/10/2007 04:44 PM Jing Tao

Get rid of back tracing part

3306 06/22/2007 04:09 PM barteau

Moved delete code out JSP and into MetacatClient.java

3305 06/22/2007 02:53 PM barteau

Fixed bug: successfully removes related sub Doc ID's from metadata.
New functionality:
1) Updates field in FGDC metadata Doc ID with new version of Doc ID, and
2) Recurses sub-documents for deletion, when deleting an FGDC metadata Doc ID (deletes entire package).

3304 06/21/2007 04:13 PM Jing Tao

Add debug in query method.

3303 06/21/2007 04:12 PM Jing Tao

KNB default path query.

3302 06/19/2007 11:25 AM barteau

Changed the height setting for an iframe.

3301 06/19/2007 11:22 AM barteau

Changes include: 1) Separate "Search for Data" between public users and logged-in users, 2) Separate "Browse Data Sets" for public users and logged-in users,
3) Ability to get a list of Doc Id's based on a specified scope, 4) Ability to select a data package or data file by selecting from a list of Doc Id's, 5) Ability to "Delete" data files,...

3300 06/18/2007 05:11 PM barteau

Several newly developed methods providing a JSP API into metacat. Most of the new methods were developed to support FGDC metadata.
Some of the other new methods merely provide convenience to the JSP code. New methods include:
nextVersion, getFGDCdistinfo, addDistInfoToFGDC, vectorToHtmlSelect, mapToHtmlSelect, htmlInput, getSessValue, setSessValue, query, getSelectQueryMap,...

3299 06/18/2007 04:42 PM barteau

Initial checkin. Convenient xhtml snippet to be included in a JSP file, to define several input parameters required by MetaCatServlet.
Alternative to using javascript or repetitive html.

3298 06/12/2007 09:29 PM Jing Tao

A path query from kepler

3297 06/06/2007 08:26 PM Jing Tao

A sql to increase column size of queryresult_string in xml_queryresult table.

3296 06/05/2007 03:28 PM Jing Tao

Replacing mutiple mkdir command by "mkdir -p".

3295 06/04/2007 05:35 PM Jing Tao

Make the variables easilier edtible

3294 06/04/2007 05:30 PM Jing Tao

New text file to store a number how many time we want to query metacat.

3293 06/04/2007 05:26 PM Jing Tao

New script which will reboot the system after query. So this will keep memory usuage same.

3292 06/04/2007 11:56 AM Jing Tao

Fixed bug that docid has no seperator in email.

3291 05/29/2007 03:11 PM Jing Tao

Remove the rule that the access allow rule should equals three.

3290 05/23/2007 03:34 PM Matt Jones

Added presentation slides on Identifiers for DevLunch. The issues outlined here are relevant to implementation of LSIDs etc in Metacat.

3289 05/18/2007 05:34 PM barteau

Modified method "doMetadataUpload". Improved file type parsing. Also changed call to "upload", to send Integer.MAX_VALUE as the file size,
since file size is not available until read (i.e. "Content-Length", which is available, isn't the same as the individual file sizes)....

3288 05/18/2007 09:48 AM barteau

Code design document of the login process, as done in the KNB skin.

3287 05/17/2007 06:35 PM Jing Tao

Change a log level. Sometime it confuses people.

3286 05/17/2007 09:40 AM berkley

changed web site to use new documentation paths. this break a lot of stuff because metacat won't return the subelements of an xpath query. this will have to be fixed through metacat

3285 05/14/2007 04:35 PM barteau

Metacat JSP API Additions. The new methods currently only handle inserts of new metadata files and related data files. It also handles instance creation and login support, with
a few convenience methodes intended to be called by a JSP file.
Update and delete support will be added. Also, the new methods currently only handle FGDC metadata files. More XML grammars will be added.

3284 05/14/2007 04:23 PM barteau

KNP skin customization. Initial checkin of new file. Called by the standard skin javascript protocol of "insertLoginBox()".
This contains a non-modal "Login Form" and account management links. It also contains a web form for inserting a new metacat data package.

3283 05/14/2007 04:19 PM barteau

KNP skin customization. Added a call the the standard skin javascript protocol of "insertLoginBox()". This replaces the prior "Login Form" and "Manage Account" section, which have been removed.
This code is now in the new SaeonLogin.jspx file.

3282 05/14/2007 04:08 PM barteau

Modified the iframeloginboxclass class. Customized for the KNP skin.

3281 05/14/2007 04:05 PM barteau

Added LOGINBOX_URL and IFRAME_LOGINBOX_CLASS. Customized for the KNP skin.

3280 05/11/2007 08:22 PM Jing Tao

Add code restart postgresql and tomcat, and code to check those servers are ready or not

3279 05/11/2007 05:20 PM Jing Tao

A script to call java client to query metacat. The restart tomcat and postgres part haven't done yet.

3278 05/11/2007 04:15 PM Jing Tao

A query client to test metacat performance

3277 05/11/2007 12:07 PM Jing Tao

Add more statement to output performance info in a file in delimitere format

3276 05/11/2007 12:06 PM Jing Tao

Add statement to output search time to a delimitered file

3275 05/11/2007 12:04 PM Jing Tao

Add a new method to output delimited debug info.

3274 05/11/2007 12:03 PM Jing Tao

Add new porperty for delimitered ouput debug file.

3273 05/10/2007 06:07 PM Jing Tao

Test query with attribute return field to measure metacat peformance.

3272 05/10/2007 06:06 PM Jing Tao

Test query for measure metacat peformance.

3271 05/10/2007 05:59 PM Jing Tao

Add formated output for time measurement.

3270 05/10/2007 05:57 PM Jing Tao

Add new method to record the total search time to a file.