Activity
From 04/14/2008 to 05/13/2008
05/13/2008
- 03:32 PM Bug #3297 (Resolved): An error message happen during the metacat start up
- When i started metacat, i saw this message:
[ERROR]: Error in MetaCatServlet.checkIndexPaths: An I/O error occured w... - 03:15 PM Bug #3296: Replication: Many EML documents fail to replicate
- I almost forgot this bug! Thanks for input it. Can you join to irc on tomorrow?
- 02:37 PM Bug #3296 (Resolved): Replication: Many EML documents fail to replicate
- Over 1000 EML documents fail to replicate from LTER Metacat to KNB Metacat during every timed replication, currently ...
- 03:09 PM Revision 3859 (metacat): Add to cvs headd. Add code to correct invalidated eml 201 doucments.
- 03:07 PM Revision 3858 (metacat): Add to cvs head. Change the run method signature.
- 03:06 PM Revision 3857 (metacat): Add to cvs head. Add new flag to indicate if eml201 were correct or not.
- 12:36 PM Bug #3263: Private data cannot be downloaded from metadata display page (xsl)
- NOTE: Remember to clear out the EML schema and style sheets that are copied into Metacat when building this on dev (a...
- 12:32 PM Bug #3263: Private data cannot be downloaded from metadata display page (xsl)
- added the sessionid parameter in eml-settings.xsl and retagged it to RELEASE_EML_2_0_1_UPDATE_6 so that it can be ret...
- 10:47 AM Bug #3260: Cannot update FGDC metadata documents in SANParks/SAEON skin
- postpone
05/12/2008
- 04:16 PM Bug #3241: Update older invalidated eml201 document in Metacat
- Ran the above class file in dev.nceas. It took 2 minutes to finish the task successfully.
- 02:33 PM Bug #3241: Update older invalidated eml201 document in Metacat
- Developed a new class named EML201DocumentCorrector class in metacat.
This class will run those three sql commands i... - 09:54 AM Bug #1787: Need to clean out metaact of test and bunk data packages
- This is something I try and do periodically. This group of data packages, listed, should be gone.
05/08/2008
- 05:15 PM Revision 3827 (metacat): Checkin to head. Remove this class from Runnable and add sql to delete extral nodes in xml_nodes_revision table.
- 04:40 PM Bug #3241: Update older invalidated eml201 document in Metacat
- In oder to make sure 'system' ATTRIBUTE node doesn't have any child node, I ran this query in knb server:
select coun...
05/05/2008
- 08:46 AM Bug #3241: Update older invalidated eml201 document in Metacat
- This will probably be ok, unless you delete a node that has a child node in the table. Does the 'system' ATTRIBUTE n...
05/02/2008
- 04:00 PM Bug #3272 (New): Add Keywords for SANParks and SAEON when uploading spatial data
- Use the constrained keywords based on what skin is used when uploading spatial [meta]data:
SANParks, South Africa
... - 03:59 PM Bug #3241: Update older invalidated eml201 document in Metacat
- To my understanding, Attribute "system="document"" in element "references" is the only extra stuff which need to be r...
- 03:41 PM Revision 3818 (metacat): Modify the delete xml_index table query.
05/01/2008
- 05:10 PM Bug #3262: New documents explicitly set as public access don't show up correctly
- This bug refers to the Token_Replacement branch, which we'll be folding into HEAD before 1.9. I think we don't need ...
- 03:39 PM Bug #3262: New documents explicitly set as public access don't show up correctly
- I just inserted a public readable document into dev. And i can search it as public user.
The metacat code which has... - 02:39 PM Bug #3262 (Resolved): New documents explicitly set as public access don't show up correctly
- In our SANParks training, we created new EML document through Morpho, and uploaded them against machines running the ...
- 04:51 PM Revision 3817 (metacat): Add a new target to run the patch which will correct eml201 documents.
- 04:47 PM Revision 3816 (metacat): Add code to execute sql command and finish the task.
- 04:10 PM Revision 3815 (metacat): Fixed syntax error: no ; at an end of import statement.
- 02:46 PM Bug #3263 (Resolved): Private data cannot be downloaded from metadata display page (xsl)
- when viewing metadata through the common EML XSL, private data cannot be downloaded (sessionid is not being passed).
...
04/30/2008
- 05:28 PM Bug #3260 (Resolved): Cannot update FGDC metadata documents in SANParks/SAEON skin
- Uploading a new xml file to update the fgdc metadata results in an error (even though it looks like it was successful...
- 05:18 PM Revision 3814 (metacat): A class to correct invalid eml201 documents. Metacat 1.8.0 and ealier version points incorrect eml-resource.xsd. We need fix eml documents.
- Haven't done yet.
- 03:32 PM Bug #3259: Add fields used in Morpho search to the default indexPaths property
- Paths to add:
taxonomicClassification/taxonRankValue
taxonomicClassification/taxonRankName
northBoundingCoordinate
so... - 03:22 PM Bug #3259: Add fields used in Morpho search to the default indexPaths property
- here is a sample of the pathquery generated in Morpho
<?xml version="1.0"?>
<pathquery version="1.2">
<local_searc... - 03:17 PM Bug #3259 (Resolved): Add fields used in Morpho search to the default indexPaths property
- Compound searches issued from Metacat (with "combine constraints from all tabs") uses certain EML elements in the pat...
- 02:51 PM Bug #3258 (Resolved): Update dataknp.sanparks.org packageId attributes to match Metacat Ids
- When the SANParks, South Africa and Kruger National Park, South Africa keywords were added (in bulk) to the dataknp.s...
04/29/2008
- 05:11 PM Bug #3249 (Resolved): Install web registry for SANParks and SAEON skins
- Should target for deployment on top of the 1.8.0 deployment currently on the dataknp.sanparks.org server.
Include dr...
04/28/2008
04/25/2008
- 04:21 PM Bug #3239: metacat using illegitimate versions of EML schemas
- In build.xml, two new properties were created:
<property name="eml2_0_1-schema-tag" value="RELEASE_EML_2_0_1" />
<pro... - 11:45 AM Bug #3239: metacat using illegitimate versions of EML schemas
- ben, yes. see bug http://bugzilla.ecoinformatics.org/show_bug.cgi?id=1601
- 11:40 AM Bug #3239: metacat using illegitimate versions of EML schemas
- does this mean that Metacat was generating the extra attribute and not Morpho?
- 04:07 PM Revision 3807 (metacat): Separate eml201 schema (RELEASE_EML_2_0_1) and style tag (RELEASE_EML_2_0_1_UPDATE_6).
04/24/2008
- 02:59 PM Bug #3241 (Resolved): Update older invalidated eml201 document in Metacat
- Previous Metacat release shipped wrong eml201 schema. See bug 3209. If we move metacat to point to correct schema, so...
- 02:24 PM Bug #3239: metacat using illegitimate versions of EML schemas
- Callie inserted a new document into dev and the "system" attribute of "references" is gone. I also tried to insert a ...
- 12:42 PM Bug #3239: metacat using illegitimate versions of EML schemas
- Okay, i manually copied RELEASE_EML_2_0_1 xsd files to schema dir in dev. I also backed up the old files. Callie and ...
- 12:25 PM Bug #3239: metacat using illegitimate versions of EML schemas
- Here are some thoughts:
1)
For short term solution, we can check out a RELEASE_EML_2_0_1 version eml and manually co... - 10:50 AM Bug #3239 (Resolved): metacat using illegitimate versions of EML schemas
- Metacat should ship with EML 2.0.0 and EML 2.0.1 schemas preinstalled. Upon inspection, it seems we are using modifi...
- 01:46 PM Bug #1601: Metacat will add default value for optional parameter into eml 2 document
- Move to milestone 1.9 release
- 10:34 AM Bug #3176: Verify existing token changes to skins
- In search result page of kepler skin, you click "View documentation" link and will get an blank page. The catalina.ou...
04/23/2008
- 03:43 PM Revision 3806 (metacat): use CDATA when calling the insertTemplate...() javascript methods.
- 03:10 PM Revision 3805 (metacat): include contextURL parameter (part of token elimination)
04/22/2008
- 09:27 PM Bug #3176: Verify existing token changes to skins
- Hi, mike:
When i test kepler skin and found there is an error:
http://chico.dyndns.org/kepler/style/skins/kepler/res...
04/18/2008
- 06:05 PM Revision 3799 (metacat): Add a new class will build query result able in advance. It has been done yet.
- 03:21 PM Revision 3798 (metacat): Change the eml-201 tag from update 5 to update 6.
04/15/2008
- 03:58 PM Bug #3104: provide accessor for organization lists for clients to build login widgets
- A couple of the organizations have slight customizations beyond just orgname + DN. The ones I've found in ldapweb.cf...
- 03:54 PM Bug #3224 (New): Perl code should rely on cannonical organization list provided by Metacat
- src/perl/ldapweb.cgi and lib/style/common/templates/loginForm.tmpl both have their own versions of the organization l...
Also available in: Atom