Extension:Bugzilla

From MediaWiki.org
Jump to: navigation, search

Other languages:
English • ‎español • ‎日本語 • ‎polski • ‎中文


MediaWiki extensions manual
Crystal Clear action run.png
Bugzilla

Release status: beta

px
Implementation Tag
Description Allows to render bug reports lists and charts plugging to REST API of your Bugzilla instance.
Author(s) Christian Legnitto
MediaWiki 1.19+
PHP 5.3+
Database changes Yes
License Mozilla Public License 2.0
Download
README
Example https://wiki.mozilla.org/Webdev/GetInvolved/mozilla.org
Tags
<bugzilla>
Hooks used
LoadExtensionSchemaUpdates

BeforePageDisplay
ParserFirstCallInit

Translate the Bugzilla extension if it is available at translatewiki.net

Check usage and version matrix; code metrics

The Bugzilla extension allows to render bug reports lists and charts plugging to REST API of your Bugzilla instance.

Installation[edit | edit source]

Note Note: See the README on installation requirements.

  • Download and place the file(s) in a directory called Bugzilla in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/Bugzilla/Bugzilla.php";
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.

Usage[edit | edit source]

See the README.