Project

General

Profile

Activity

From 10/12/2013 to 11/10/2013

11/08/2013

08:33 AM Bug #6194 (Closed): publish service does not create an ORE document
ben leinfelder

11/07/2013

02:17 PM Bug #6191 (Closed): Wrap ldapweb.cgi links from register-data.cgi metacatui template in div
ben leinfelder
09:14 AM Bug #6193 (Closed): obsoleted versions of objects show up in KNB theme
ben leinfelder

11/04/2013

04:27 PM Bug #6183 (Resolved): CNodeService API calls don't honor authoritative MN certificates
Implemented the D1NodeService.isAuthoritativeNodeAdmin() method and put them into the appropriate place. The both MN ... Jing Tao
01:57 PM Bug #6194 (In Progress): publish service does not create an ORE document
Will deploy and test this on dev2. ben leinfelder

11/01/2013

12:31 PM Bug #6193 (In Progress): obsoleted versions of objects show up in KNB theme
Tested on dev2 and it works as expected:
original:
http://dev2.nceas.ucsb.edu/metacat/d1/mn/v1/meta/knb.438.1
pu...
ben leinfelder
12:05 PM Bug #6193: obsoleted versions of objects show up in KNB theme
Corrected my comments (was reading too fast this morning) - yes, the MN.update() call should be updating the obsolete... ben leinfelder
10:33 AM Bug #6193: obsoleted versions of objects show up in KNB theme
That's not what I am seeing. Did you change something manually?
The sysmeta for the new DOI: https://knb.ecoinfor...
Matt Jones
07:29 AM Bug #6193: obsoleted versions of objects show up in KNB theme
This is not a UI issue, the SM.obsoletedBy field is null for 'solson.11.6'. This was supposed to be fixed by https://... ben leinfelder
08:23 AM Bug #4690 (Closed): register-dataset.cgi should have its permissions set
Now using runtime exec to do a chmod +x on the *.cgi files during the main configuration. ben leinfelder
07:57 AM Bug #4690: register-dataset.cgi should have its permissions set
Can do this on *nix deployments. ben leinfelder
07:34 AM Feature #6196 (Rejected): ORE documents should be generated for new EML records from the Metacat API
This behavior was added in v2.2.0. https://projects.ecoinformatics.org/ecoinfo/issues/6061 ben leinfelder
12:16 AM Feature #6196 (Rejected): ORE documents should be generated for new EML records from the Metacat API
Currently, if a metadata document is uploaded via the Metacat API (action=insert or action=update), it does not conta... Matt Jones

10/31/2013

11:59 PM Bug #6194 (Closed): publish service does not create an ORE document
When the 'publish' service is called from the GUI in MetacatUI, it should generate an OAI-ORE package so that the lin... Matt Jones
11:53 PM Bug #6193 (Closed): obsoleted versions of objects show up in KNB theme
From the MetacatUI page for solson.11.6, I logged in and used the Publish button to generate the DOI doi:10.5063/F1QN... Matt Jones
04:48 PM Bug #6191 (Closed): Wrap ldapweb.cgi links from register-data.cgi metacatui template in div
ben leinfelder
01:46 PM Bug #6183: CNodeService API calls don't honor authoritative MN certificates
This method will be applied to both the CN and MN methods. Jing Tao
09:41 AM Feature #6099 (Closed): Remove temporary LDAP accounts after X amount of time has passed
Now removing expired user accounts in the dc=tmp subtree. This is done whenever someone tries to register an account ... ben leinfelder

10/30/2013

05:22 PM Bug #6185 (New): Chinese characters are sorted before alphanumeric characters
Not sure if this is a MetacatUI or Metacat bug?
It may be technically correct, but it is not very user friendly to...
Lauren Walker
03:25 PM Bug #6183 (Resolved): CNodeService API calls don't honor authoritative MN certificates
In working with Mark Reyes on calling CN.archive() and CN.setObsoletedBy() calls for the Merritt repository, he repor... Chris Jones
10:50 AM Bug #3218 (Closed): nceas skin front page has font size differences
Matt Jones
10:45 AM Bug #213 (New): transaction support for packages
Need to decide if this transaction feature is useful or not, and if not then delete this request. We have operated f... Matt Jones
10:44 AM Feature #6109 (Closed): Keep the SOLR index for obsoleted objects
Now, the solr index has the same behavior of the cn: remove the index for archived objects; keep the index for obsol... Jing Tao
10:42 AM Bug #1366 (Rejected): Changes in review entry page
Rejecting this bug report because it is no longer relevant bcse we aren;t supporting review entry any longer, plus it... Matt Jones
10:39 AM Bug #433 (Closed): browse interface to metacat
Closing as no longer relevant with the new MetacatUI theme work. Matt Jones
10:22 AM Feature #6099 (In Progress): Remove temporary LDAP accounts after X amount of time has passed
Trying a dry-run of this on dev2. Using 36 hour expiration for now - configurable in metacat.properties on a per-orga... ben leinfelder
08:49 AM Story #6114 (Closed): Include updated D1 indexing library
I believe this is complete. ben leinfelder

10/29/2013

07:38 AM Feature #6109 (Rejected): Keep the SOLR index for obsoleted objects
I believe we decided to keep this as is: removing archived objects from the index, but keeping the entries that have ... ben leinfelder

10/28/2013

11:01 AM Feature #6109: Keep the SOLR index for obsoleted objects
Note: we only removed the solr index for the archived objects. Jing Tao
10:56 AM Feature #6109 (In Progress): Keep the SOLR index for obsoleted objects
Currently, the solr index will keep both obsoleted and archived objects. The cn only keeps obsoleted objects but remo... Jing Tao

10/18/2013

04:01 PM Bug #6161 (Closed): Add access_log indexes to support DataONE log retrieval
These are in the trunk now. For large repositories, it may be necessary to increase postgres configuration values so ... ben leinfelder
12:14 PM Bug #6161 (Closed): Add access_log indexes to support DataONE log retrieval
ben leinfelder

10/17/2013

04:04 PM Bug #6123: Rework on the IndexGenerator class in the metacat-index module
I am thinking of the issues about moving the class to Metacat:
This class is a backup plan. If we move it to Metac...
Jing Tao
01:43 PM Bug #6157 (Resolved): Couldn't control the log level in solr
It turned out that the solr-core.jar and other solr jar files are using the slf4j logging mechanism. It comes with tw... Jing Tao
01:36 PM Bug #6157 (Resolved): Couldn't control the log level in solr
Our current log control didn't work with the log from solr. It has the default value - INFO. The log message was very... Jing Tao

10/16/2013

05:24 PM Bug #6154 (Resolved): The metacat configuration showed that it was done even though the dataONE configuration hadn't been touched
Add a new class DataONEConfigUtil. It has a method to determine if the configuration for DataONE is done or not.
Thi...
Jing Tao
05:23 PM Bug #6154 (Resolved): The metacat configuration showed that it was done even though the dataONE configuration hadn't been touched
It seems the configuration ignore the dataONE part. Jing Tao

10/15/2013

10:34 AM Bug #6141 (Closed): Permission denied to update/publish metadata for group member on Gulfwatch
ben leinfelder
10:31 AM Bug #6141 (In Progress): Permission denied to update/publish metadata for group member on Gulfwatch
In the branch - being included in 2.2.1 patch for MN and CNs ben leinfelder
08:36 AM Bug #6141: Permission denied to update/publish metadata for group member on Gulfwatch
Yes, she was logged in fully. I was tailing the logs and watched her log in, and could see the entry scroll by. Als... Matt Jones
06:47 AM Bug #6141: Permission denied to update/publish metadata for group member on Gulfwatch
My first guess is that there is something not quite right with the login/session since the error message only mention... ben leinfelder
10:34 AM Bug #6136 (Closed): files left open causes too many file descriptors on OS
ben leinfelder
10:33 AM Bug #6142: Metacat.property guid.ezid.unitemplate.metadata includes context
This is in the 2.2 branch. ben leinfelder
06:47 AM Bug #6142: Metacat.property guid.ezid.unitemplate.metadata includes context
This should be included in the upcoming patch release. ben leinfelder
10:31 AM Bug #6138 (Closed): Metacat-index assumes default "knb" context
ben leinfelder
 

Also available in: Atom