Skip to content

Instantly share code, notes, and snippets.

@vboctor
Last active July 19, 2016 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vboctor/3f009f81797154cc3153bcde107be1a0 to your computer and use it in GitHub Desktop.
Save vboctor/3f009f81797154cc3153bcde107be1a0 to your computer and use it in GitHub Desktop.
MantisBT 2.0.0-beta.1 Release Notes

MantisBT 2.0.0-beta.1 Release Notes

MantisBT 2.0.0 release focuses on improvements to the UI compared to 1.3.x release. As of this release, the db schema is the same between 1.3.x and 2.0.0-beta.1, enabling users to easily try 2.0.0-beta.1 and provide feedback.

Modern UI

  • Bootstrap 3.3.6 is used as the basis for the new modern UI (#17919)
  • FontAwesome 4.6.3 is now used for icons instead of images (#17919)
  • New UI Is based on a theme contributed by Mohsen (#17919).
  • Mobile friendly responsive UI (#17919)
  • Drag and Drop files to attach them to issues (#19590)
  • Modern Graphs using Chartjs for better looking, more interactive, and easier to setup graphs. (#12825)
  • Most of the plugins were updated to be compatible with the Modern UI. Look for a branch named modern-ui (or check readme) on the plugin repositories.

Deprecated Features

  • Custom Functions in favor of Plugins
  • News feature - already deprecated
  • Time tracking - already deprecated
  • Project Docs - already deprecated
  • Sponsorships - already deprecated

Removed Features

  • DB2 Support
@atrol
Copy link

atrol commented Jul 12, 2016

Removed Features

  • Top and bottom include pages (this might be a show stopper for some of our users, we should reintroduce it or deliver a plugin where the pages can be configured)
  • Footer menu
  • Status legend
  • Status percentage legend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment