BugzillaBuglist

From Wiki4Intranet
Jump to: navigation, search

BugzillaBuglist is a MediaWiki extension.

Status for Mediawiki4Intranet distribution:

  • Inclusion date: 2010-11-12* Disabled in the default configuration
  • Included version: newest available
  • Improvement status: Created by MediaWiki4Intranet project

Usage

After installation you can use a parser function and/or a tag via:

  • {{#buglist:<alias>|<saved_search_name>}}
  • <buglist user="<alias>" query="<saved_search_name>" />

The extension will fetch buglist in query format=simple from Bugzilla installation using cURL and insert it on a page along with <bugzilla_url>/skins/standard/buglist.css style.

Installation

Add the following into your LocalSettings.php:

require_once "$IP/extensions/BugzillaBuglist/BugzillaBuglist.php";

Then configure Bugzilla settings and user(s) for the Wiki via:

$egBugzillaBuglistUrl = "http://<your-bugzilla-address>/";
$egBugzillaBuglistUsers = array(
  '<alias>' => array(
     'login' => '<BUGZILLA LOGIN>',
     'password' => '<BUGZILLA PASSWORD>',
  ),
);
$egBugzillaBuglistCacheTime = 10; // seconds to cache