Mantis Bug Tracker Logo
Sponsors Advertise
Roadmap

Mantis 1.1.0
  • Databases
    • Official support for MS SQL Server (several fixes during installation and normal usage).
    • Add experimental Oracle support.

  • Configuration
    • Provide a screen that reports all the configuration data stored in the database.
    • Provide means for administrators to set configuration from Mantis UI.
    • Provide means for administrators to set general, project specific, user specifc, project+user specific configurations.

  • Features
    • Support authenticated RSS feeds for news, issues and issue filters.

  • Packages
    • Upgrade to ADODB v4.80.
    • Upgrade to PHPMailer 1.73.

Mantis 2.0
  • Templates (probably http://smarty.php.net)
    • Allow users to choose any subset of supported fields in view/update/print pages.
    • Allow users to define the mandatory fields (eg: by definining [field_name]_mandatory hidden field in the template).
    • Allow users to customize the look 'n' feel of Mantis by providing their own templates.
    • Allow users to define templates to be used in generation of email notifications.
    • One theme may include several templates for the same page (same like simple/advanced now).
    • Get rid of redundant code by providing one view page rather than simple/advanced/print).
    • Allow users to customise fields that appear in View Issues page via a template (unless it is customisable as a setting per user per project).

  • Database
    • Add primary key to every table (eg category lack this)
    • Add indices to improve performance, specially for the free text search feature.

  • Email Notifications
    • Optional support for queueing email notifications in a database table, and sending them using a cronjob.
    • Add optional support for HTML emails.
    • Add email templates (where the user can provide a template for the email message, and values can be substitute in the user's template).
    • Email footer and header templates.
    • Per project email settings.
    • Email subject lines should be more easily customizable.
    • Add X-Mantis: headers for easy email filtering by project, bug status, etc.