Difference between revisions of "BugzillaBuglist"

From Wiki4Intranet
Jump to: navigation, search
(Usage)
Line 16: Line 16:
 
* <tt><nowiki><buglist user="<alias>" query="<saved_search_name>" /></nowiki></tt>
 
* <tt><nowiki><buglist user="<alias>" query="<saved_search_name>" /></nowiki></tt>
  
The extension will fetch buglist in query format=simple from Bugzilla installation using cURL.
+
The extension will fetch buglist in query format=simple from Bugzilla installation using cURL and insert it on a page along with <tt><bugzilla_url>/skins/standard/buglist.css</tt> style.
  
 
== Installation ==
 
== Installation ==

Revision as of 16:29, 30 May 2013

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