Project

General

Profile

Activity

From 03/15/2005 to 04/13/2005

04/13/2005

06:22 PM Revision 2487 (metacat): Fixed a bug in last commit. Doing a search like
pathquery version="1.2">
<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype><returnfield>originator/ind...
sgarg
11:38 AM Revision 2486 (metacat): Fixed a bug - when returnfield_id is not found in xml_returnfield, records are not added to xml_queryresults
sgarg
10:46 AM Revision 2485 (metacat): added an upload form for binary files in the dev skin
berkley

04/12/2005

11:44 PM Revision 2484 (metacat): Modified the upgrade java script to provide more effective feedback during the
nodedata copy operation so that users don't think it has failed or crashed. Matt Jones
09:02 PM Revision 2483 (metacat): Updated properties to use release from the build.xml file.
Matt Jones
08:58 PM Revision 2482 (metacat): Updated version in the metacat properties to 1.5.0rc1.
Matt Jones

04/08/2005

03:24 PM Revision 2481 (metacat): Add an "advanced search" link that points to the LTER query interface page.
Duane Costa
01:58 PM Revision 2480 (metacat): Updated README with contributors.
Matt Jones
01:48 PM Revision 2479 (metacat): Fixed typos in README, update version for release.
Matt Jones
01:34 PM Revision 2478 (metacat): Modified the code so that lastid file is created in a skin when lastid file is not found.
Commented out the code which uses AdminDB module and uncommented the test function. sgarg
10:06 AM Revision 2477 (metacat): Replacing token for checkout of eml-2.0.1
sgarg
09:27 AM Revision 2476 (metacat): Fix documentation bug. The documentation said that the operator name was INTERSECTION, but the actual name is INTERSECT.
Duane Costa
09:09 AM Revision 2475 (metacat): Changes made for release 1.5
sgarg
08:43 AM Bug #1879: Metacat Performance: Summary

Set of changes made in regards to performance for release 1.5:
* Performance impovement done in searching of dataset...
Saurabh Garg
08:38 AM Bug #2000: Percentage search does't work in KNB metacat

Fixed.
Saurabh Garg
08:38 AM Bug #2000: Percentage search does't work in KNB metacat
This is fixed for release 1.5 Saurabh Garg

04/07/2005

05:35 PM Bug #2052: Metacat does not handle attribute XPATH queries correctly
Changes to the Query subsystem fix bugs that prevented attributes from being
expressed solely in the xpath query stat...
Chris Jones
05:04 PM Revision 2474 (metacat): 1. removed the call to QuerySpecification.printAttributeSQL() from QuerySpecification.printExtendedSQL()
2. in QuerySpecification.printExtendedSQL() if ( returnFieldList.size() == 0 ) then it returns null
3. DBQuery.addRe...
sgarg
04:08 PM Revision 2473 (metacat): A minor change from containAtrributeReturnField to
containsAttributeReturnField Chris Jones
04:06 PM Revision 2472 (metacat): I've added in a test in QuerySpecification.printExtendedSQL that checks
to see if attributes, and sometimes only attributes, are in the original
returnfield request. If so, the printAttrib...
Chris Jones
03:41 PM Revision 2471 (metacat): Adding lter skin.
Duane Costa
01:33 PM Revision 2470 (metacat): Commenting out lines regarding /servlet/metacat again as we are trying to use "/context/metacat" where context is the tomcat context.
sgarg
12:54 PM Revision 2469 (metacat): Fixed web.xml so that /servlet/metacat/* points to the metacat servlet
sgarg
11:10 AM Revision 2468 (metacat): Added tomcat5 in build.properties
In build.xml, fixed a bug from previous commit sgarg
10:53 AM Revision 2467 (metacat): Changed the handleReturnField() method so that it handles path expressions with
only attributes in the path. Chris Jones
10:41 AM Bug #1818: clarifications for DR entry form page
Closing bug. Veronique Connolly

04/06/2005

07:04 PM Revision 2466 (metacat): Added a check if printAttributeQuery() for returnPath to see that it is not null so that that this doesnt happen
xml_index.path like 'null' AND xml_nodes.nodename like 'id' sgarg
06:46 PM Revision 2465 (metacat): Fixed a bug in previous commit
sgarg
06:25 PM Revision 2464 (metacat): Modified code for computing the returnfield string - earlier only elements were used to construct the string. e.g. /dataset/title
Now attributes are also added to the returnfield. e.g. title/@id sgarg
02:38 PM Revision 2463 (metacat): Changes in the documentation for the new release
sgarg
02:21 PM Revision 2462 (metacat): Replaced 1.4.0 with @release@
sgarg
02:12 PM Revision 2461 (metacat): Added code which checks out utilities from cvs. Modified distsrc to include utilities src also. Changed version from 1.4 to 1.5
sgarg
11:46 AM Revision 2460 (metacat): Changing username from knb to metacat for postgres
sgarg
02:24 AM Bug #2052: Metacat does not handle attribute XPATH queries correctly
When a path expression includes element content and attribute content, then
the SQL generated needs to search for at...
Chris Jones
02:14 AM Bug #2052: Metacat does not handle attribute XPATH queries correctly
In QuerySpecification.java, when searching for attributes in the XPATH
expression, an 'index out of bounds'
exception...
Chris Jones
02:23 AM Revision 2459 (metacat): When a path expression includes element content and attribute content, then
the SQL generated needs to search for attribute nodetypes with parent
nodenames equal to the path expression element ...
Chris Jones
02:13 AM Revision 2458 (metacat): When searching for attributes in the XPATH expression, an 'index out of bounds'
exception was thrown when *only* an attribute was included in the path string.
This fix changes the pathexpr.indexOf...
Chris Jones

04/05/2005

05:03 PM Revision 2457 (metacat): dropping the sequences as well in the postgres drop list.
Matt Jones
04:57 PM Revision 2456 (metacat): Added new tables from metacat 1.5 to the drop list.
Matt Jones
04:46 PM Revision 2455 (metacat): Updated install instructions with IPv6 instructions for postgres.
Matt Jones
01:46 PM Bug #2059: ant installdb fails when run on Oracle

Related links:
http://www.mail-archive.com/ant-user@jakarta.apache.org/msg10309.html
http://rhea.redhat.com/bboard-a...
Saurabh Garg
01:40 PM Revision 2454 (metacat): Changed "NCEAS Data Registry" to "NCEAS Data Repository" for sender. Veronique
(Commit done by Saurabh Garg for Veronique) sgarg
01:38 PM Revision 2453 (metacat): Changed "registry" to "repository" for the nceas skin. Veronique Connolly
(Commit done by Saurabh Garg for Veronique) sgarg

04/04/2005

05:48 PM Revision 2452 (metacat): Commenting out link to /servlet from web.xml for tomcat5
sgarg
05:47 PM Revision 2451 (metacat): Removed unwanted code.
sgarg
05:20 PM Bug #2060 (Resolved): Documents not indexed because of error generated during indexing of documents
Sometimes given below errors have been seen in the log files. These are
generated because of lack of coordination b...
Saurabh Garg
05:03 PM Bug #2059 (Resolved): ant installdb fails when run on Oracle
ant installdb doesnt run when Oracle is used as backend. 'set echo off' is not
working as default delimiter in ant ...
Saurabh Garg
04:50 PM Revision 2450 (metacat): Removing call to normalize from getNodeRecordList()
sgarg
04:45 PM Revision 2449 (metacat): Changing the normalize function. Adding changes submitted by Johnoel. Removing code for converting " as " can be stored as it on Oracle. Removing code which strips out \n and \r
sgarg
04:21 PM Revision 2448 (metacat): Fixed a bug in previous commit and added a test for characters like mu.
sgarg
04:17 PM Revision 2447 (metacat): Removed occurence of enum which is a keyword in Java 1.5
sgarg
04:15 PM Revision 2446 (metacat): Removed occurence of enum which is a keyword in Java 1.5
Changed the queries so that PreparedStatement.setString() and .setInt() are used instead of write the string directly... sgarg
03:45 PM Bug #2052: Metacat does not handle attribute XPATH queries correctly
On closer inspection, there are two remaining issues here:
1) path queries with no element content (only attribute) ...
Chris Jones
03:45 PM Bug #162: need harvest/batch load for metacat
The following bug fixes and enhancements to the Harvester code have been
completed and will be included in Metacat 1....
Duane Costa
02:47 PM Revision 2445 (metacat): *** empty log message ***
sgarg
02:45 PM Revision 2444 (metacat): Added code which creates the triggers for the new tables. This is for Oracle only.
sgarg
02:43 PM Revision 2443 (metacat): Removed the code which created triggers. Added this code in the build file
sgarg
10:12 AM Revision 2442 (metacat): Removing code added for creating nodedata column in xml_index table
sgarg

04/01/2005

04:30 PM Revision 2441 (metacat): Fixed typo.
Matt Jones
04:09 PM Revision 2440 (metacat): Adding test for checking Metacat behaviour when characters outside A-Z,a-z,0-9 are entered.
Related bugs: 1711, 1538 (1711 has been fixed as tested by this file. Have to add code to test 1711)
Currently check...
sgarg
01:41 PM Bug #1948: Changes in Data Registry (NRS, LTSS, OBFS) Format for ESA
The changes were implemented. Veronique Connolly
12:27 PM Bug #1948: Changes in Data Registry (NRS, LTSS, OBFS) Format for ESA

This is fixed actually. So changing target back to 1.5 and Veronique will close
it.
Saurabh Garg
12:24 PM Bug #1948: Changes in Data Registry (NRS, LTSS, OBFS) Format for ESA

Changing the target milestone to release 1.6. Cant be included in 1.5 which has
to released soon.
Saurabh Garg
12:28 PM Bug #1819: Access control - deny public/allow user read: user couldn't read
Changing the target milestone to release 1.6. Cant be included in 1.5 which has
to released soon.
Saurabh Garg
12:23 PM Bug #1819: Access control - deny public/allow user read: user couldn't read

Changing the target milestone to release 1.6. Cant be included in 1.5 which has
to released soon.
Saurabh Garg
12:24 PM Bug #1232: cookie needs to be written after knb page login

Changing the target milestone to release 1.6. Cant be included in 1.5 which has
to released soon.
Saurabh Garg
12:23 PM Bug #1982: add function to submit data with registry entities

Changing the target milestone to release 1.6. Cant be included in 1.5 which has
to released soon.
Saurabh Garg
11:37 AM Revision 2439 (metacat): Changes made to the css files by Veronique (tablehead class).
(Committed done by Saurabh Garg for Veronique) sgarg
11:31 AM Revision 2438 (metacat): Changes made by Veronique to generic guide following Mark Stromberg suggestions.
(Commit done by Saurabh Garg for Veronique) sgarg

03/31/2005

06:00 PM Revision 2437 (metacat): Fixed a bug from previous commit which removed whitespaces from documents.
sgarg
05:29 PM Revision 2436 (metacat): Removed irrelevant code from previous commit
sgarg

03/29/2005

08:18 PM Revision 2435 (metacat): Removed code which entered value for nodedata in xml_index
sgarg
07:57 PM Revision 2434 (metacat): Modified code such that nodedata column in xml_index is not created and used. So now we are using the same logic for using xml_index which was used for metacat release 1.4
sgarg
12:09 PM Revision 2433 (metacat): Modified text, style and formating for the skins.
(Commit done by Saurabh Garg for Veronique) sgarg
11:56 AM Revision 2432 (metacat): Replaced Usage Constraints with Usage Rights and Data Originator with Dataset Owner.
(Commit done by Saurabh Garg for Veronique) sgarg
08:12 AM Revision 2431 (metacat): Modified so that database upgrade script to version 1.5 is called based on which database the user is using.
sgarg
08:06 AM Revision 2430 (metacat): Added new database upgrade script for postgres.
Modified the database upgrade script for oracle
Added comment to DBquery.java
Fixed a bug in xmltables.sql
sgarg

03/25/2005

09:59 AM Revision 2429 (metacat): Added code so that metacat administrator can delete any document.
sgarg

03/23/2005

01:32 PM Bug #2052: Metacat does not handle attribute XPATH queries correctly
Added the trailing '/' in DBQuery.java that was ommitted when XPATH queries
included attributes
Chris Jones
01:21 PM Bug #2052 (Resolved): Metacat does not handle attribute XPATH queries correctly
When metacat is queried and one of the query parameters is a an XML attribute
expressed in XPATH, the resultant sque...
Chris Jones
01:30 PM Revision 2428 (metacat): Added the trailing '/' that was ommitted when XPATH queries included attributes.
This is a partial bug fix for:
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2052
Chris Jones

03/22/2005

09:55 AM Revision 2427 (metacat): Changed default maxHarvests value to 0. Added logic to ignore maxHarvests value when it is set to 0 or a negative number. This allows Harvester to run indefinitely without shutting down after reaching a maximum number of harvests. The previous default value of 30 would cause Harvester to terminate after 30 harvests.
Duane Costa
09:53 AM Revision 2426 (metacat): Fixed bug in command-line mode which caused array index out of bounds exception.
Changed default maxHarvests value to 0. Added logic to ignore maxHarvests value when it is set to 0 or a negative num... Duane Costa

03/18/2005

11:19 AM Revision 2425 (metacat): Added code to check if the document is indexed yet! So entry into xml_queryresult is only made if the doc is in xml_index.
sgarg
08:51 AM Revision 2424 (metacat): Added code such that an offset can be specified in metacat.properties for entering records into xml_queryresult table. The value of xml_returnfield.usage_count should be more than the value specified in metacat.properties for records to be entered into xml_queryresult. so if you want results for any combination of returnfields should be stored in xml_queryresult only after that combination has been requested 50 times, set this value to 50
sgarg

03/17/2005

06:52 PM Revision 2423 (metacat): Modify the update for xml_relation.
Jing Tao
05:58 PM Revision 2422 (metacat): Made changes in the sql scripts to create new tables xml_returnfield and xml_queryresult
sgarg
05:26 PM Revision 2421 (metacat): Changes for entering new records into xml_queryresult:
1. Added a function which checks if there is a record exsists in xml_returnfield table for a given combination of ret... sgarg
04:48 PM Revision 2420 (metacat): Added code for updating xml_queryresult for action=delete and action=update
For both actions, the entries in xml_queryresult are deleted.
This works for action=update because deletion of entry ...
sgarg
04:42 PM Revision 2419 (metacat): Added a function which gives back a string which is generated by sorting the returnfields requested for given query specifications
sgarg
04:39 PM Revision 2418 (metacat): Fixed a bug in last commit
sgarg
04:37 PM Revision 2417 (metacat): Added new parameters to control the size of resultset for browsers and application like morpho. Also a parameter to specify the length of xml_queryresult.queryresult_string
sgarg

03/16/2005

03:48 PM Revision 2416 (metacat): Changes made in the css for the skins.
sgarg
03:41 PM Revision 2415 (metacat): Fixed some bugs from previous commits. Veronique changes the text of error messages. Added a new stage to distinguish errors because of logins.
sgarg
03:37 PM Revision 2414 (metacat): Added new actions so that error message is not shown the first time resetPassword and changePasswords are called. Also fixed a bug where $cfg was not being passed to genericHeader.tmpl
sgarg
03:12 PM Revision 2413 (metacat): Registry templates redesigned by Veronique Connolly and Saurabh Garg
sgarg
03:06 PM Revision 2412 (metacat): Changes to the Data Registry Guide made by Veronique Connolly
sgarg
03:02 PM Revision 2411 (metacat): Fixed formatting of the html page generated by using tables in all ldap files.
(Commit done by Saurabh Garg for Veronique) sgarg
02:49 PM Revision 2410 (metacat): Changes made by Veronique and Saurabh in the css for the skins.
sgarg
02:46 PM Revision 2409 (metacat): Made changes in the contact information for the skins.
sgarg
02:43 PM Revision 2408 (metacat): Modified the text in the index files.
(Commit done by Saurabh Garg for Veronique) sgarg
02:42 PM Revision 2407 (metacat): Modified the text in the header files.
(Commit done by Saurabh Garg for Veronique) sgarg
 

Also available in: Atom