Skip to content

Releases: ncbo/bioportal_web_ui

6.6.0

09 Feb 18:25
Compare
Choose a tag to compare
  • Added a new badge type to the ontology Browse page that shows instance counts for ontologies with instances.
  • Modified the sorting options in the ontology Browse page to replace sort by "Size" with sort by "Classes count" and sort by "Instances/Concepts count".
  • Fixed an issue that caused right-hand text overflow in badges on the ontology Browse page (#163).

Thanks go to @syphax-bouazzouni for implementing these changes in #184.

Full Changelog: v6.5.1...v6.6.0

6.5.1

15 Nov 18:21
Compare
Choose a tag to compare

User accounts with spaces in the account name are now able to edit their account information (#178) and use password reset links (#177). Thanks go to @syphax-bouazzouni for the contributions.

6.5.0

08 Jul 22:59
Compare
Choose a tag to compare

Implemented the Ontolobridge authentication token (#172).

6.4.0

24 Jun 20:56
Compare
Choose a tag to compare
  • Upgraded to Rails 5.2.6 (#168)
  • Added a new "Users" tab in the Admin space for administering user accounts. Thanks go to @syphax-bouazzouni for the contribution.
  • Fixed an issue that prevented deletion of accounts with underscores in the account name (#169)
  • Modified code to allow for spaces and dash characters in account names (78745c2)
  • Fixed an unpermitted parameter error for the :admin parameter (2a46f91)
  • Modified code to prevent excess calls to the UsersController#index method on tab shown events in the Admin space (72f4371)
  • Enabled Uglifier harmony mode to fix broken asset precompilation (c65bb59)

6.3.2

23 Apr 18:34
Compare
Choose a tag to compare
  • Fixed an issue that causes the Ontologies page to error out when end users declare public ontologies as views of private ontologies (#162)
  • Fixed a CSS issue that caused improper display of the VIEW badges on the Ontologies page (f1bab1f)
  • Fixed a CSS name clash that prevented the classes, projects, and notes badges on the Ontologies page from displaying as intended (dcc4d64)

6.3.1

11 Jan 20:54
Compare
Choose a tag to compare
  • Updated privacy policy and terms of use links
  • Bumped copyright text to include 2021

6.3.0

11 Jan 20:49
Compare
Choose a tag to compare

Added mappings and properties statistics to the home page.

Made the following enhancements for the OntoloBridge project:

  • New term request form values are now preserved when navigating between classes in the class tree (#158)
  • Added a progress indicator for new term request form submissions (#159)

6.2.0

13 Oct 18:27
Compare
Choose a tag to compare

6.1.1

22 Sep 18:20
Compare
Choose a tag to compare

Fixed an internal server error that resulted from attempts to browse classes, properties, mappings, and/or widgets of ontologies that are converted to summary-only status (#133).

6.1.0

18 Sep 18:53
Compare
Choose a tag to compare
  • Updated the code for displaying sitewide notices to allow for HTML
  • Sitewide notices are now displayed with a flexbox layout for better positioning of notice text and close button during resize