Project

General

Profile

Activity

From 07/27/2016 to 08/25/2016

08/25/2016

12:03 PM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
The problem is that even though we have a cached copy, we still need to modify the noNamespaceSchemaLocation attribut... Jing Tao
11:49 AM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
There are two common locations used for FGDC schemas, both appear to be functionally equivalent and yield identical s... Dave Vieglais
11:01 AM Bug #7092 (New): Upgrade xerces and xalan lib
Currently we are using xerces and xalan 2.7 version which came out in 2005. We need to upgraded it. Jing Tao

08/24/2016

05:21 PM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
The lib/schema directory was historically populated by first use, rather than during the build. It was only later th... Matt Jones
04:59 PM Bug #7091: Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
To register the entry on loaddtdschema-postgres.sql exists for a long time since we can see it on Metacat 1.9.0. Howe... Jing Tao
04:12 PM Bug #7091 (New): Metacat installation (the war file) doesn't include the FGDC schemas even though the loaddtdschema file creates an entry in the xml_catalog table for it
The FGDC namespace is registered in our xml_catalog table:
27 | Schema | | | metad...
Jing Tao
10:05 AM Revision 9902 (metacat): Add the release note for 2.7.2
Jing Tao
10:01 AM Bug #7090 (Resolved): Change a Metacat member node's synchronization value on the admin page doesn't work
The problem was in Metacat. In the d1Admin page, those properties were modified by the Metacat way - throught the pro... Jing Tao
09:45 AM Revision 9900 (metacat): Every time when we modified the metacat.properties file through the PropertyService, the Setting class will be updated as well. Otherwise, the values on the Setting class are still the old one.
Jing Tao

08/23/2016

05:06 PM Bug #7090 (Resolved): Change a Metacat member node's synchronization value on the admin page doesn't work
https://redmine.dataone.org/issues/7861 Jing Tao

08/18/2016

02:40 PM Bug #7083 (Closed): Metadata/data objects which have obsoletedBy field ignore the resource map index
It was fixed in the d1_cn_index_processor component. I created a new 2.2.1 tag and built it on Jenkons. Please see:
...
Jing Tao
11:32 AM Support #7076 (Closed): Migrate metacat build to use EML git repo
The code was merged to 2.7 branch. It worked well. Jing Tao

08/17/2016

05:33 PM Support #7076: Migrate metacat build to use EML git repo
I merged the code to the 2.7 branch. It works fine to me. Jing Tao
03:20 PM Task #7087 (Closed): Remove the support of Oracle on documentation
They were removed on both the trunk and 2.7 branch. Jing Tao
03:19 PM Task #7087 (Closed): Remove the support of Oracle on documentation
We dropped the support of oracle on 2.7.0. But we didn't remove it from documentation.
Jing Tao
03:08 PM Revision 9893 (metacat): Remove the oracle support.
Jing Tao
01:53 PM Bug #7086 (Resolved): External links in the registry should open in new tab
Lauren Walker
01:24 PM Bug #7084 (Closed): Metacat creates an Invalid Content-Disposition value for some filenames
Jing Tao

08/12/2016

11:55 AM Revision 9881 (metacat): Move the "go back to editing" button to the top of the confirm page too.
Make sure all links in the confirm stage open up in a new window.
Make the "yes submit" button styled as the primary...
Lauren Walker

08/11/2016

11:27 AM Bug #7084 (In Progress): Metacat creates an Invalid Content-Disposition value for some filenames
Adding the double quotes on the file name works great. The fix has been submitted to both the 2.7 branch and the trun... Jing Tao
11:24 AM Revision 9880 (metacat): Added the double quotes on the file name of the http header "content-deposition". This can handle the special characters on the file name.
https://projects.ecoinformatics.org/ecoinfo/issues/7084 Jing Tao

08/10/2016

04:35 PM Bug #7084 (Closed): Metacat creates an Invalid Content-Disposition value for some filenames
Related to #2566, Metacat is now creating @Content-Disposition@ HTTP headers with filenames either found in an object... Chris Jones
01:25 PM Revision 9878 (metacat): Move the "MultiSelector" JS from the entryForm.tmpl to the entryForm.js. This ensures that the JS will run after all the functions in entryForm.js are declared. This was causing JS bugs in the registry and metacatui.
Lauren Walker

08/09/2016

11:37 AM Bug #7081 (Resolved): All links on the registry page should open up in a new tab
Lauren Walker
11:35 AM Revision 9877 (metacat): Make sure all links in the registry form and registry guide open up in a new tab.
Lauren Walker

08/08/2016

02:17 PM Bug #7083 (Closed): Metadata/data objects which have obsoletedBy field ignore the resource map index
Hi Bryce:
I looked at the index of the 16 objects and found 5 of them don't have the value of resource_map_urn:uui...
Jing Tao
12:07 PM Bug #7081: All links on the registry page should open up in a new tab
And I just got another email this morning from a second highly frustrated user that didn't realize that navigating to... Matt Jones
11:47 AM Bug #7081 (Resolved): All links on the registry page should open up in a new tab
We got feedback from a user recently who clicked on the CC license lnk in the registry, so the registry form was wipe... Lauren Walker

08/04/2016

12:31 PM Revision 9876 (metacat): Give the EML title HTML container a distinct class to hide it in MetacatUI (rather than using jQuery to hide it in MetacatUI. This is faster.)
Lauren Walker

07/29/2016

05:09 PM Revision 9875 (metacat): Add a depency on the target giteml. Otherwise, the checkout will not happen.
Jing Tao

07/27/2016

07:59 PM Support #7076: Migrate metacat build to use EML git repo
Commit r9874 provided a fix for this bug. Needs to be tested by other developers, and merged into other branches as ... Matt Jones
07:50 PM Support #7076 (Closed): Migrate metacat build to use EML git repo
The EML source repository migrated to https://github.com/NCEAS/eml . Modify the Metacat build.xml to use git accordin... Matt Jones
07:54 PM Revision 9874 (metacat): Migrate the metacat build.xml to use Git for EML files rather than SVN. This addresses issue #7076 for the trunk, but will need to be checked and possibly merged into release branches as needed.
Matt Jones
 

Also available in: Atom