Giter Club home page Giter Club logo

bugzillareports's Introduction

mediawiki-bugzillareports

Bugzilla Reports is a MediaWiki extension that integrates the Bugzilla bug tracker in MediaWiki.

Origins of this project

This project was forked from its original repository which the author has not maintained for a long time and which will probably disappear soon, because the platform closes its doors.

The original extension is documented here. The documentation can be still applied to the fork in this repository, because only small changes have been made to keep the project up-to-date with the latest software versions.

Supported versions

Activating the extension

Add the lines below somewhere at the end of your LocalSettings.php, given you installed (or checked out) this extension in the path MediaWikiRootextensions/BugzillaReports.

require_once("$IP/extensions/BugzillaReports/BugzillaReports.php");
$wgBugzillaReports = array(
	  'host'        => "localhost",
	  'database'    => "bugs",
	  'user'        => "bugzilla",
	  'password'    => "MYSECRETPASSWORD",
	  'disablecache' => 1,
	  'bzserver'    => "http://www.example.com/bugzilla"
	  );

You will need to adapt the configuration in $wgBugzillaReports to match your Bugzilla database settings.

Example

This snippet includes all unresolved bugs from project MyProject with at least normal priority and sorted by their bug ID. The columns to view are specified in the first line. When there are no matching bugs, the message "No matching bugs found." is displayed.

{{#bugzilla:columns=id,component,priority,status,to,blocks,depends,summary
 |product=MyProject
 |status=!RESOLVED
 |priority=!(Low,Lowest)
 |sort=id
 |noresultsmessage="No matching bugs found."
}}

bugzillareports's People

Contributors

ianhomer avatar michael4bridgeworks avatar nakal avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.