Extended Version of "WP Mantis Table". Allows to view Changelogs, Roadmaps and Buglists from MantisBT in WordPress Pages and Post.
Eine Deutsche Version kann hier gefunden werden
Original Work by Robert Torres. His Version was not working, since he had a typo in a variable. I fixed this error and extendet this Plugin with some new Features like Changelogs, Roadmaps etc.
This plugin for WordPress 2.8 and above allows you to insert information from a Mantis Bug Tracker into a wordpress page or post. The plugin is perfect for projects which use WordPress for blogging, but also utilize Mantis for their bug tracking/issue tracking. You can include bug lists, changelogs and roadmaps.
After you installed the Plugin you have to do the following steps:
[Mantis] to the post or page where you want to appear the infomation from Mantis. See below for further instructions.You must provide options in the Shortcode:
[Mantis bugs proj_id=x]. Replace x with the ID of the project wich you want to display.
You can find the ID in the URL of the Mantis Management Page for this project.[Mantis roadmap ver_id=x]. Replace x with the ID of the Version for that you want to display
the roadmap. You can find this ID in the URL, when you view a single Roadmap in Mantis.[Mantis changelog ver_id=x]. See the instruction above this to find the ID.When including a roadmap or a changelog you can speficify a project and version name instead of the ID:
[Mantis roadmap proj_name=my_project ver_name=1.2.3]
or you can use a project ID and a version name: [Mantis roadmap proj_id=x ver_name=y]
The ver_name Paramter is optional, if missing the full changelog/roadmap for the project will be displayed
If you use the 'bugs' option, you can add the 'exclude_stat' or 'include_stat' parameter. After the eqal sign you can add (comma seperated)
the IDs of the statuses to exclude or include. (You can not use include and exclude at the same time, of course!)
So if you dont want to include closed and fixed bugs you would write [Mantis bugs proj_id=1 exclude_stat=90,80]
Here is a list of the IDs:
With the limit paramter you can limit the displayed bugs. To display the latest 5 fixed bugs you would write
[Mantis bugs proj_id=1 include_stat=80 limit=5]
You can change the table background color for each status and use the localized status names from your mantis installation.
This plugin uses the Mantis SOAP API to get the bug information. And to access this API the user needs at least Reporter right. To change this you can create a 'mc_config_inc.php' file in your '/api/soap' directory with the following content:
<?php $g_mc_readonly_access_level_threshold = VIEWER; ?>
Now Viewer rights are suffiant for the user.
[Mantis] shortcode is in the contentThe original plugin is in english, but you can translate in your langguage, since the pot file is included. If I should include your translation, email me: info at niklas-rother dot de. So far the following translations are included:
Requires: 2.8 or higher
Compatible up to: 3.2.1
Last Updated: 2011-4-18
Downloads: 790




