Skip to content

Version 1.2

Compare
Choose a tag to compare
@mpsonntag mpsonntag released this 26 Feb 14:19
· 337 commits to master since this release
2f96ea3

Features

  • Added docker support to the project. GCA-Web can now also be run using docker containers.
    The latest builds can be found at dockerhub.
  • Added a "Favourite Abstracts" feature to the page. Viewed abstracts can now be
    marked and a list of favoured abstracts can be separately accessed.
  • Login behavior has been changed to support page redirecting to the original page after
    a login has occurred. See issue #361 for details.
  • Due to previously added features like "Schedule" or "Location" the navigation bar
    has been restructured to a two row display to accommodate all new features.
    See also issue #446 for details.
  • Various smaller changes in behavior have been made to the conference administration page.
    See issues #341, #426, #427 and #437 for details.
  • Various smaller changes in behavior have been made to the abstract submission page.
    See issues #201, #288, #338, #339, #397, #437 and #443 for details.

Fixes

  • JavaScript code files have been sanitized. Unsanitized code lead to premature stop of
    JavaScript execution in more strict browsers like IE and Edge. See #445 for details.
  • Various fixes have been applied to the abstract submission. See #438, #439 and #444 for details.
  • Various fixes have been applied to the conference administration. See #317, #425, #439 and #444 for details
  • The site now displays pages within the GCA-Web scope on notAuthenticated and notAuthorized
    access. See #444 for details.
  • The password reset page now properly resolves error template messages. See #434 for details.