Extension:Bugzilla
From MediaWiki.org
![]() |
This page is currently a draft. More information and discussion about changes to this draft on the talk page. |
![]() |
Please expand this page. |
Bugzilla Release status: beta |
|||
---|---|---|---|
![]() |
|||
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 |
GitHub: Note: README |
||
Example | https://wiki.mozilla.org/Webdev/GetInvolved/mozilla.org | ||
|
|||
|
|||
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: 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.