Activity
From 02/22/2005 to 03/23/2005
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 - 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... - 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
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.
- 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...
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.
- 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
03/17/2005
- 06:52 PM Revision 2423 (metacat): Modify the update for xml_relation.
- 05:58 PM Revision 2422 (metacat): Made changes in the sql scripts to create new tables xml_returnfield and xml_queryresult
- 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...
- 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 ... - 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
- 04:39 PM Revision 2418 (metacat): Fixed a bug in last commit
- 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
03/16/2005
- 03:48 PM Revision 2416 (metacat): Changes made in the css for the skins.
- 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.
- 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
- 03:12 PM Revision 2413 (metacat): Registry templates redesigned by Veronique Connolly and Saurabh Garg
- 03:06 PM Revision 2412 (metacat): Changes to the Data Registry Guide made by Veronique Connolly
- 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)
- 02:49 PM Revision 2410 (metacat): Changes made by Veronique and Saurabh in the css for the skins.
- 02:46 PM Revision 2409 (metacat): Made changes in the contact information for the skins.
- 02:43 PM Revision 2408 (metacat): Modified the text in the index files.
- (Commit done by Saurabh Garg for Veronique)
- 02:42 PM Revision 2407 (metacat): Modified the text in the header files.
- (Commit done by Saurabh Garg for Veronique)
03/10/2005
03/08/2005
- 03:14 PM Revision 2405 (metacat): Changes made to Data Registry Guide by Veronique Connolly
- (Commit done by Saurabh Garg for Veronique)
- 03:13 PM Revision 2404 (metacat): Changes made to Data Registry Form by Veronique Connolly and Saurabh Garg
- 02:30 PM Revision 2403 (metacat): Changed the code which handles Associated Party, Keywords and Taxonomic Information.
- 02:17 PM Revision 2402 (metacat): Changes made to Data Registry Guide by Veronique Connolly
- (Commit done by Saurabh Garg for Veronique)
03/07/2005
- 02:15 PM Revision 2401 (metacat): Modify harvestListEditorDist target to create the Harvest List Editor distribution using naming conventions that are consistent with other KNB releases.
- 10:16 AM Revision 2400 (metacat): Change documentType to eml://ecoinformatics.org/eml-2.0.1.
03/04/2005
03/03/2005
- 04:33 PM Revision 2398 (metacat): Add new query to fix existed xml_relation table datapackage type bug.
- 03:05 PM Bug #1979: The packagetype in xml_relation table is eml200 namespace for eml 201 document
- Im Eml200SAXHandler class, use variable doctype rather than the hard code for
namespace when insert a record into xml... - 03:02 PM Revision 2397 (metacat): Using a variable to replace the hard code for namesapce in inserting record to xml_relation table.
- 01:50 PM Revision 2396 (metacat): Fixed a bug in the format of query result.
- 01:40 PM Bug #1986: system_id of xml_catalog table points to knb.ecoinformatics.org for a new metacat installation
- In register-schemas target, file loaddtdschemasql will be called. In
loaddtdschema.sql, there are tokens for server n... - 01:30 PM Revision 2395 (metacat): upgrade-db-1.5.sql will be written back from src to distribution src.
- 12:04 PM Revision 2394 (metacat): Added sql command to delete also schema entries also. Earlier the script only deleted old dtd entries
- 11:16 AM Revision 2393 (metacat): Add a new target to fix the bug in xml_catalog table.
- 11:12 AM Revision 2392 (metacat): SQL command to update system_id to points to localhost.
03/02/2005
- 05:57 PM Revision 2391 (metacat): Fixed a bug which systemid will always points to knb.
- 03:22 PM Bug #2000 (Resolved): Percentage search does't work in KNB metacat
- KNB metacat uses oracle db to store documents. There are some limit in this
oracle : if search result documents is g...
03/01/2005
- 03:22 PM Bug #1787: Need to clean out metaact of test and bunk data packages
Maybe the metacat admin should have the ability to delete any datapackage that
he/she wants.
02/24/2005
- 11:01 AM Revision 2390 (metacat): Changes made in entry form based on recommendations from Laura Downey
- (Commit done for Veronique Connolly by Saurabh Garg)
Also available in: Atom