Project

General

Profile

Activity

From 10/06/2008 to 11/04/2008

11/04/2008

04:09 PM Bug #2826: add ability for search engines to index metacat documents
Changed the sql for the sitemap generation to only pull documents that are publically readable.
Added some file inse...
Michael Daigle
01:41 PM Bug #3592: Update sitemap generation and registration
From Matt:
Google sitemaps support the idea of a Sitemap_index.xml that lists all of your sitemaps. We should proba...
Michael Daigle
11:44 AM Bug #3592 (New): Update sitemap generation and registration
Update web search sitemap functionality so that:
-- the sitemap generation is done at a scheduled time.
-- the si...
Michael Daigle

11/03/2008

04:18 PM Bug #3591 (Rejected): Move search returndoctype definitions to a centralized location
Currently, the returndoctypes for each skin are defined separately. These should be moved to a centralized locate so... Michael Daigle
04:12 PM Bug #3567: The search query in the default skin doesn't include eml 210 as return doc type
Added EML 2.1.0 return type to all skins. Entering a new bug for release 1.9.1 to centralize those values. Michael Daigle
01:38 PM Bug #3554: Replication should write to disk
Moved the code for reading and writing documents to disk into DocumentImpl getXML() and write() methods respectively.... Michael Daigle
11:19 AM Bug #3059: EML citation section should include both organizationNames and individualNames
Added RELEASE_EML_2_0_1_UPDATE_7 tag to EML cvs project with the eml-identifier.xsl change included.
Metacat is now p...
ben leinfelder

10/31/2008

11:47 AM Bug #3528: Add EML 2.1.0 namespace mapping to "qformat.xml" files
Sounds like SBCLTER and PISCO skins are on their own in terms of adding EML 2.1.0 support ben leinfelder
11:34 AM Bug #3379: Test ecogrid in turnkey installation
added EML 2.1.0 documents to seek test suite.
tested against dev
ben leinfelder
10:42 AM Bug #3379: Test ecogrid in turnkey installation
TODO: add 2.1.0 EML test documents to the test suite ben leinfelder
10:42 AM Bug #3379: Test ecogrid in turnkey installation
added 3 second sleep between document insertion and query - now the QueryService tests are successful ben leinfelder
10:57 AM Bug #3588 (Resolved): Update acknowlegements in metacat readme
hasn't been updated in a while Michael Daigle
10:41 AM Bug #3059: EML citation section should include both organizationNames and individualNames
TODO: create an additional 2.0.1 update for stylesheets so that 2.0.1 documents are displayed correctly WRT the shor... ben leinfelder
10:30 AM Bug #3567: The search query in the default skin doesn't include eml 210 as return doc type
try to remove variables to central location. Look at adding FGDC. Michael Daigle

10/24/2008

05:21 PM Bug #3379: Test ecogrid in turnkey installation
tests are performing well.
I believe the query service tests are having problems because the search results get cache...
ben leinfelder
02:03 PM Bug #3567 (Resolved): The search query in the default skin doesn't include eml 210 as return doc type
This is in the latest 1.9 build. Need to check other skins as well. Michael Daigle

10/23/2008

02:39 PM Bug #3545: Update knbweb to serve new metacat install
Added links to metacat binary tgz and zip files. Added knbweb install instructions to nceas help site. Michael Daigle

10/22/2008

03:27 PM Bug #3554 (Resolved): Replication should write to disk
Replication should do as the standard read and insert.
From Jing:
Hi, Mike:
I think we decided metacat would...
Michael Daigle
02:47 PM Bug #3497: Fix Deploy dir autodiscovery mechanism
Changed the code to use servletContext.getRealPath() and then strip off context directory. Michael Daigle
10:32 AM Bug #3498: Metacat shows as unconfigured if an error is thrown
This happens during a database configuration error. Changed the code so that after an exception is caught, all the i... Michael Daigle
09:20 AM Bug #3545 (Resolved): Update knbweb to serve new metacat install
knb web server serves up metacat zip and tgz files. Need to update knb install to get those. Michael Daigle
08:50 AM Bug #3461: create simple turnkey installer for metacat Phase I
Phase I installer has been created. Remaining issues are being tracked with individual tickets. Michael Daigle
08:48 AM Bug #3507: Reconfigure database credentials locks you in configuration
This is a special case. If the database is changed in the background (which shouldn't ever happen), the user would n... Michael Daigle

10/21/2008

04:12 PM Bug #3495: Incorporate EML 2.1.0 access changes in metacat
Added the EML access control changes to the 2.1.0 sax handler. Created new test cases for inline data access. Michael Daigle

10/14/2008

10:58 AM Bug #3528: Add EML 2.1.0 namespace mapping to "qformat.xml" files
for NCEAS:
-split the "common" templates into nceas-common.xsl. nceas.xsl and nceas-eml-2.1.0.xsl include the nceas-...
ben leinfelder
10:14 AM Bug #3527: getprincipals action returns invalid XML document
After modifying the output XML to include:
encoding="UTF-8"
client parsers parsed the XML just fine. This may be ...
Chris Jones

10/13/2008

08:49 PM Bug #3528: Add EML 2.1.0 namespace mapping to "qformat.xml" files
added 2.1 entries for all skins _except_:
-nceas
-pisco
-sbclter
The NCEAS skin uses a custom style sheet for eml do...
ben leinfelder
08:39 PM Bug #3528 (Resolved): Add EML 2.1.0 namespace mapping to "qformat.xml" files
You can add EML 2.1.0 documents to Metacat, but viewing them with a skin only gives you the ASCII tree view.
All the...
ben leinfelder
05:11 PM Bug #3527 (Resolved): getprincipals action returns invalid XML document
When calling action=getprincipals, metacat returns the list of users and groups as an XML document with a character e... Chris Jones
01:09 PM Bug #3464: Replicate access rules in replication
set up replication between my two local metacats. tested:
-forced replication of document due to access control chan...
ben leinfelder

10/10/2008

05:21 PM Bug #3474: Add full schema checking when metacat register new schema
Added XMLSchemaService to maintain list of registered services. Added code to check document for and schemaLocations... Michael Daigle
10:03 AM Bug #3524 (New): Refactor common test methods into base class
Test classes now extend MCTestCase class. The common methods that exist across many test cases should be refactored ... Michael Daigle

10/08/2008

03:46 PM Bug #3511 (New): combine XMLSchemaService and SchemaLocationResolver
these two classes have similar responsibilities. Michael Daigle
03:44 PM Bug #3510 (Resolved): reorganize classes into a more functional specific structure
Currently the classes are organized by the type of class, (service, utility, etc). They should be reorganized into a... Michael Daigle
08:45 AM Bug #3509 (New): Fix XML Schema filesystem namespace conflicts and backups
Currently, two schema files with the same name but different namespaces will try to get written to the /schema direct... Michael Daigle

10/07/2008

04:42 PM Bug #3464: Replicate access rules in replication
committed replication changes:
-document access rules will be replicated
-data access rules will be replicated
-setti...
ben leinfelder

10/06/2008

03:40 PM Bug #3507 (Resolved): Reconfigure database credentials locks you in configuration
If you update the database credentials to point to a 1.9 database, the configuration utility thinks the system still ... Michael Daigle
10:59 AM Bug #3505: Test registry service
deployed on dev.nceas.ucsb.edu
tests passed
ben leinfelder
10:19 AM Bug #3505: Test registry service
changed registry service test class to use docid-based approach for searching, updating and deleting. ben leinfelder
 

Also available in: Atom