Skip to content

Releases: NCEAS/metacatui

2.5.0

28 Jan 17:31
Compare
Choose a tag to compare

Improvements

  • When used with Metacat 2.10.0 or higher, archived datasets are now displayed in full detail in the MetadataView.

archived

  • Landing page attribute lists can now horizontally scroll so the full attribute name can be read

attr-list

Bugs fixed:

  • undefined was displayed in the metric count badge/pill when doing a dataset search

2.4.2

24 Jan 00:23
Compare
Choose a tag to compare

Improvements

  • When a data package is first submitted but fails to index, the editor will keep the data package in local memory so it can be re-accessed later. This is a stop-gap improvement until the editor supports local drafts. See: #845
  • Added more ways to detect DOIs and partial DOI identifiers to create links in the CitationView. See #844
  • Use a link in the CitationView in the Editor when the editor is first loaded

For a full list of issues in this release, see https://github.com/NCEAS/metacatui/milestone/54

2.4.1

11 Dec 20:23
Compare
Choose a tag to compare

Bug fixes

  • Changed the way creators and contacts are automatically created in the editor in order to avoid serialization and validation issues #851
  • Links to non-MetacatUI webpages at the MetacatUI root weren't working. #850

2.4.0

29 Nov 18:32
Compare
Choose a tag to compare

Features

  • Metadata quality reports are now retrieved from the DataONE Kubernetes cluster, which pre-generates quality reports at the time metadata objects are created. This results in the MetacatUI quality view being much faster.

Bug fixes

  • Resource maps created by the editor were including objects that failed to upload. #812
  • The pagination links for group members were not working. #831
  • PDFs that are hosted on another origin were failing to preview in iframes when the other origin had particular web server security settings. So PDFs hosted on another origin will now not be displayed. #830
  • Improved the "includes data files" icon in search results so it really only displays when there are objects in the package. Now also shows the number of files in that package. #833
  • Improvements to the ORCID placeholder and tooltip text in the editor #745
  • Minor bug fix to parent package link display #555
  • Fixed some broken links #838

For a complete list of changes, see the 2.4.0 milestone.

2.3.2

23 Oct 20:17
Compare
Choose a tag to compare

Bug fixes

  • When the metrics for a dataset cannot be retrieved from the metrics service, the three buttons at the top of the data set landing page are now disabled and display an error message.
  • The loading spinner icon was removed from the search results list
  • The metrics time series charts were replaced with bar charts, so that months with missing data are displayed in a more logical way
  • Sometimes the data set table on the data set landing pages were not displaying at all
  • Sometimes the three metrics on the search results list would display for a second then disappear

2.3.1

10 Oct 21:06
Compare
Choose a tag to compare

Bug fix

  • The data metrics displayed in the search result rows will now only display when the count is at least 1. Any metrics with a count of 0 will be hidden from the UI.

2.3.0

10 Oct 18:47
Compare
Choose a tag to compare

New Features

  • Dataset metrics (downloads, views, and citations) are now displayed in the search result rows

screen shot 2018-10-10 at 2 46 23 pm

  • Data downloads and metadata views are calculated on a per object basis and displayed in the data package table on the dataset landing pages. The view and download counts are taken from the DataONE metrics service, so they now correspond to the total counts displayed at the top of the page.

screen shot 2018-10-10 at 2 45 51 pm

2.2.2

09 Oct 14:54
Compare
Choose a tag to compare

Bug fixes

  • XML entities were no always being escaped correctly, causing save errors and weird EML display - #714 #685
  • Disabled the DOI button in the KNB theme until the publish function in Metacat is fixed
  • Removed the downloads column in the package table on dataset landing pages, as a stop gap until more accurate numbers can be taken from the metrics service. #784

Full list of Github issues

2.2.1

26 Sep 21:26
Compare
Choose a tag to compare

Bug fixes

  • Download All button was not working in the DataONE theme
  • Number of replicas displayed on member node / repository profiles was incorrect
  • The "Hide Map" bar was overlapped the user navigation dropdown menu in the default theme
  • The CC-0 and CC-BY images in the editor were not always displaying
  • Fixed broken link to the EML docs in the KNB theme Tools page
  • Selecting a different quality suite on the metadata quality report page was refreshing the page

See full list of changes in the Github issues list

2.2.0

14 Sep 20:10
Compare
Choose a tag to compare

New features

  • The data set landing pages now include an interactive time series chart for citations, downloads, and views.

screen shot 2018-09-14 at 4 04 14 pm

  • The editor now includes an optional privacy toggle for each object in the data set. Checking the "Private" toggle removes public read access for that data file. This feature is configurable in the AppModel via the allowAccessPolicyChanges attribute.

screen shot 2018-09-14 at 4 07 30 pm

Bug fixes

  • Searching for a dataset via series id in the Identifier filter was not working.
  • Searching for a partial identifier string in the Identifier filter was not working.
  • LDAP login in the KNB theme was not working properly