Skip to content

Releases: ncbo/bioportal_web_ui

5.6.0

17 Sep 23:04
Compare
Choose a tag to compare
  • Upgraded to Bootstrap 4 (#74)
  • Upgraded to Rails 4.2.10
  • Upgraded to Font Awesome 5.2.0 (#81)
  • Modernized the look and feel of the ontology summary pages. Modified code to use CSS Grid Layout, which enabled stacking of components on smaller screens.
  • Removed seldom used functionality for submitting ontology reviews
  • Removed discontinued YUI Library from the codebase
  • Moved some inline CSS and JavaScript code into the Rails asset pipeline
  • Fixed an issue that caused class detail panes to display underneath class trees (#16)
  • Fixed an issue that caused ontology property trees to overrun the footer (#77)
  • Fixed an issue that prevented the top navigation bar menu from collapsing on mobile devices (#40)
  • Fixed an issue that prevented the top banner from rendering properly in the submit feedback dialog
  • Replaced an abandoned JavaScript splitter plugin with a newer one, which fixed an issue with dysfunctional split panes on the classes and properties tabs (#78).

5.5.1

17 Apr 22:46
Compare
Choose a tag to compare
  • Added the nofollow attribute to home page links on individual project pages (#75)
  • Updated robots.txt file to exclude the contents of the projects directory from indexing (#75)
  • Updated copyright notice in footer

5.5.0

04 Apr 22:40
Compare
Choose a tag to compare
  • Made a number of improvements to the form for adding / editing ontology submissions
    • Enlarged and centered form fields for improved readability and easier data entry
    • Added plus and minus buttons for easily adding / removing contacts
    • Added a Cancel button
    • Added the ontology name to the leading text on the form for clarity
    • Added a link to SKOS support documentation for SKOS format submissions
    • Added a button that allows users to show / hide advanced OWL options for OWL format submissions
    • Fixed an issue that caused a small thin bar to appear at the bottom left-hand side of the form
    • Fixed an issue that caused overlapping text and icons when required fields are left blank
  • Fixed several issues that prevented creation of metadata-only ontology submissions
  • Modified the order of ontology groupings to display the most relevant groups first. The list of groups is accessed on the home page by clicking the Browse Ontologies link.
  • Added the nofollow attribute to home page links on the Projects page as an anti-spam measure
  • Miscellaneous small bug fixes