Activity
From 03/11/2008 to 04/09/2008
04/09/2008
04/08/2008
04/03/2008
- 02:46 PM Bug #3137: The query example in metacatquery.html document need to be changed
- Change to another query:
<pathquery version="1.0">
<meta_file_id>unspecified</meta_file_id>
<querytitle>... - 02:44 PM Bug #3139: Add upload method into Metacat tour
- upload method was added and callie reviewed it.
- 02:35 PM Revision 3784 (metacat): Use plant to replace datos as search value in the query example.
- 02:34 PM Revision 3783 (metacat): remove an extra . and use metacat to replace database in upload method.
- 09:12 AM Bug #3197: Data upload incorrectly succeeds on existing docid and revision
- When chris found this bug, he was testing metacat which had a 1.7.0 + plus version. Both chris and I tested current c...
- 08:16 AM Revision 3782 (metacat): Iniital addition - doc describing ANT token replacement
04/02/2008
- 06:16 PM Revision 3781 (metacat): Restore after accidental deletion
- 04:28 PM Revision 3780 (metacat): Changes to remove ANT tokens for the turnkey install project
- 03:21 PM Revision 3779 (metacat): Add code to test upload same identifier twice.
- 11:10 AM Bug #3174: Metacat performance issue in Sanparks skin
- Modified the search query - change the search field from "idinfo/keywords/theme/placekey", which is not in the path i...
- 11:07 AM Bug #3178: Query resultset doesn't show component name in kepler skin
- I modified the code in QuerySpecifaction class to handle returning attribute value when return field has PREDICATE. T...
- 08:46 AM Bug #3197 (Resolved): Data upload incorrectly succeeds on existing docid and revision
- When uploading a data file to metacat in the case where the data document identifier already exists, the expected res...
03/31/2008
- 04:43 PM Revision 3778 (metacat): Changing search field from idinfo/keywords/theme/placekey to placekey
03/25/2008
- 02:34 PM Bug #3174: Metacat performance issue in Sanparks skin
- Added optional "Search All fields" checkbox for SANParks and SAEON skins. Default search (unchecked) searches only a...
- 11:09 AM Revision 3777 (metacat): limit searching to "common" fields that are indexed.
- include checkbox to search all fields.
see bug #3174
03/24/2008
- 01:53 PM Bug #3174: Metacat performance issue in Sanparks skin
- Here is the selection query:
SELECT docid,docname,doctype,date_created, date_updated, rev FROM xml_documents WHERE d...
03/21/2008
- 03:17 PM Revision 3776 (metacat): -add FGDC specifc fields for indexPath searching
- -limit FGDC data returned for the NCEAS skin to those that have "placekey" fields containing "National Center for Eco...
- 01:31 PM Revision 3775 (metacat): Modified the query example which will give user more sense.
- 12:32 PM Revision 3774 (metacat): limit searching to "common" fields that are indexed.
- include checkbox to search all fields.
see bug #3174
03/20/2008
- 05:47 PM Revision 3773 (metacat): Parameterize FGDC update/delete functions with the "enableFGDCediting" parameter.
- Stylesheets that include fgdc-root.xsl must now set the edit parameter to "true" if they wish to have the editing wid...
- 05:42 PM Bug #3146: Include FGDC metadata in KNB and NCEAS skin search results
- I'd like to retarget this to 1.8.1 so that we don't need to back out any changes from the nceas skin.
An issue remain... - 05:37 PM Bug #3146: Include FGDC metadata in KNB and NCEAS skin search results
- For Zip file downloads (previously quite clunky when naming the files included in the zip) the following has been add...
- 05:37 PM Revision 3772 (metacat): Enable file naming when returning a zip file of the requested documents.
- File names for each docid are provided as additional parameters named by the actual docid value that they are providi...
- 05:32 PM Revision 3771 (metacat): Fixed bug that lsid couldn't be shown up in result page of kepler skin. The bug is that in extended query, lsid attribute was treated as a element, but it is attribute.
- I also optimized the query by deleting xml_documents table from query. The table is not needed.
- 05:27 PM Revision 3770 (metacat): remove duplicate CREATEDB step in instructions (pointed out by daigle, thanks!)
03/19/2008
- 05:57 PM Revision 3769 (metacat): Fixed bug that kepler skin wouldn't return actor name in query. The reason is there was no separate vector to store returnfield with "]". So those fields with or without "]" are handled
- together (which shouldn't). When seperate those return fields, the bug was fixed.
03/18/2008
- 04:40 PM Bug #3176: Verify existing token changes to skins
- Advanced Search results were not formatted correctly due to path changes in the resultset xsl file. Added the contex...
- 04:31 PM Revision 3768 (metacat): Include the contextURL as a parameter for the transformer. Remove leading / from resultset paths
- 03:39 PM Bug #3174: Metacat performance issue in Sanparks skin
- oh! one more thing:
looks like sanparks is always searching for the search term in _any_ nodedata (not limited to tit... - 02:56 PM Bug #3174: Metacat performance issue in Sanparks skin
- adding those extra returnfields to the index paths did not seem to make a difference with searches on dev.
The sanpar... - 10:30 AM Bug #3174: Metacat performance issue in Sanparks skin
- duane's comments about the indexPath in LTER pointed me toward the search pathquery in the sanparks/saeon skins.
Perh... - 02:05 PM Bug #3178 (Resolved): Query resultset doesn't show component name in kepler skin
- After search in kepler skin, the component name doesn't show in the result set.
- 10:42 AM Revision 3767 (metacat): add additional paths that are requested as returnfields in the sanparks/saeon skin searches.
- see bug #3174
03/17/2008
- 06:51 PM Revision 3766 (metacat): Add a new string buffer to store normalized query xml itself.
- 05:32 PM Bug #3177: Advanced Search needs some attention
- Jing, I think I have an explanation for why advanced search in the LTER skin would be faster at metacat.lternet.edu t...
- 04:39 PM Bug #3177 (Closed): Advanced Search needs some attention
- Currently the KNB has a link to the advanced search. The advanced search is too slow and does not have very many adva...
03/14/2008
- 02:36 PM Bug #2495: Charset bug: Internationalization
- While working with a data set ran into the Chinese measurement called mu (mÇ” or 市亩, ç•). According to Wiki it i...
- 09:46 AM Revision 3765 (metacat): use {$contextURL} and {$cgi-prefix} param for absolute paths (instead of relative paths)
- 09:36 AM Revision 3764 (metacat): use {$contextURL} param for absolute paths (instead of relative paths)
- note: this file seems not to be used in metacat now.
- 09:13 AM Revision 3763 (metacat): use {$contextURL} param for absolute paths (instead of relative paths)
- note: this file seems not to be used in metacat now.
- 01:56 AM Revision 3762 (metacat): Fixes to record sies of ecogrid files, and to flag html files.
03/13/2008
- 06:12 PM Bug #1217: Extend Metacat Interface and Client
- Moving this up in priority, so that we can get around the problem of having all data one one logical volume. Should ...
- 04:36 PM Bug #163: need data repository interface for metacat
- I don't think we need this feature anymore.
- 04:35 PM Bug #929: Occasionally, deletes are VERY slow
- It was fixed. Now delete is very fast. There was some table index issue there.
- 04:32 PM Bug #414: public key server for referral LDAP servers
- It is done by sid. We can use both secure and plaint way to access referral LDAP servers
- 04:29 PM Bug #131: add doctype identifier to returnfields
- See above comment
- 04:29 PM Bug #131: add doctype identifier to returnfields
- Since we already have document type in query xml. It is not necessary to have the doctype in returnfields.
- 04:22 PM Bug #3174: Metacat performance issue in Sanparks skin
- *** Bug 3032 has been marked as a duplicate of this bug. ***
- 03:37 PM Bug #3174 (Resolved): Metacat performance issue in Sanparks skin
- Matt and Mike reported it would like about 4 or 5 minutes to do a search in sanparks skin of production server. We sh...
- 04:22 PM Bug #3032: Sanparks skin search is slower than other skin
- It is duplicate to bug 3174
*** This bug has been marked as a duplicate of bug 3174 *** - 04:15 PM Bug #2971: Metacat Skins test report
- I think shaun fixed the issue.
- 04:11 PM Bug #3176 (Resolved): Verify existing token changes to skins
- Test the token changes that Chris and Ben made to the skins for the 1.8.1 release.
- 03:46 PM Bug #3175 (New): Add a thread to build xml_queryresult table when metacat startup
- xml_queryresult table is a big addition to improve metacat query performance. Currently metacat will build records of...
03/11/2008
- 12:51 PM Bug #213: transaction support for packages
- changing to postpone
Also available in: Atom