Skip to content

WebProtégé 2.6.0

Compare
Choose a tag to compare
@matthewhorridge matthewhorridge released this 25 Apr 16:56
· 4140 commits to master since this release

This release updates parts of the WebProtege UI and fixes numerous bugs.

Please note that this is a release for system administrators who are in change of maintaining a local installation of WebProtege.

Enhancements

  • Updated the look and feel of the simple editor to be more modern and have a more lightweight appearance.

a320

- Updated change list to show additions and removals in a clean way and render axioms as highlighted Manchester syntax. This applies to changes by entity and project history changes.

a320changes

- Updated sign in code and sign in dialog - Moved to Java 8 - Reformatted logging output to be more compact - Entity names in the project feed are now rendered as hyper links

Bug Fixes

  • Shortform provider fails if the short form contains illegal escapes (#238)
  • A fresh metaproject is created if none exists (#259)
  • A MongoTimeOutException can be thrown but WebProtege does not deal with this cleanly (#260)
  • Tabs without a controlling portlets can produce a null pointer exceptions (#273)
  • Individuals list does not follow class selection after being clicked (#272)
  • The Entity Description Editor could generate a 500 error on input (#274)
  • Fixed a memory leak caused by the event manager not being disposed
  • user.account.creation.enabled flag is not respected after a sign-in-sign-out-sign-in cycle (#268)
  • Numbers with comma separators aren't parsed as numbers in the simple editor (#264)
  • Email address uniqueness is enforced when changing an email address in the UI (#297)
  • Users are reminded of their username when resting their password (#293)
  • Dates displayed in the revision list are sometimes incorrect (#316)
  • Project feed is broken under some circumstances (#299)

Other

It also includes a huge number of under the hood changes and code improvements that are too numerous to mention - see v2.5.0...v2.6.0 for a complete description of these.