Activity
From 10/12/2008 to 11/10/2008
11/10/2008
- 04:31 PM Bug #3616: Validate the ldap administrator field.
- Added javascript validation to make sure all fields are populated on ldap config screen.
Added validation in the adm... - 08:25 AM Bug #3616 (Resolved): Validate the ldap administrator field.
- Make sure the ldap administrator field is not empty and contains a valid user during configuration.
- 03:27 PM Bug #3619 (New): Convert eml beta4 and beta6 documents to eml 210 in knb production server
- We still have some old eml beta4 and beta6 documents at knb production server:
Here is the search result on 11/10/20... - 12:47 PM Bug #3319: Edit feature doesn't work on documents with uneditable fields
- When parsing existing EML documents, we need to determine if they're 2.0.* documents or 2.1.0; in the former case, fi...
- 11:05 AM Bug #3618: Metacat "binary distribution" does not include EcoGrid
- added install-ecogrid dependency in the build for "distbin"
- 10:45 AM Bug #3618 (Resolved): Metacat "binary distribution" does not include EcoGrid
- I built a tar.gz using the "distbin" ant target, deployed the contained knb.war file, and later realized that there w...
11/06/2008
- 11:43 AM Bug #3496: The registry should generate EML 2.1.0 documents
- Changes checked in to r4517 resolve this bug, the registry now creates valid EML 2.1.0 documents with the access elem...
11/05/2008
- 04:08 PM Bug #3527: getprincipals action returns invalid XML document
- Chris and I tried encoding="UTF-8" and it didn't work. Both firefox and chris's matlab code didn't this encoding.
So ...
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... - 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... - 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...
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...
- 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.
- 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....
- 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...
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
- 11:34 AM Bug #3379: Test ecogrid in turnkey installation
- added EML 2.1.0 documents to seek test suite.
tested against dev - 10:42 AM Bug #3379: Test ecogrid in turnkey installation
- TODO: add 2.1.0 EML test documents to the test suite
- 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
- 10:57 AM Bug #3588 (Resolved): Update acknowlegements in metacat readme
- hasn't been updated in a while
- 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...
- 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.
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... - 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.
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.
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... - 02:47 PM Bug #3497: Fix Deploy dir autodiscovery mechanism
- Changed the code to use servletContext.getRealPath() and then strip off context directory.
- 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...
- 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.
- 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.
- 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...
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.
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-... - 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 ...
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... - 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... - 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...
- 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...
Also available in: Atom