Skip to content

MediaWiki extension for displaying BugZilla bugs inside wiki pages.

License

Notifications You must be signed in to change notification settings

confirm/BugzillaView

Repository files navigation

BugzillaView

MediaWiki extension for displaying BugZilla bugs inside wiki pages.

Installation

  1. Obtain the code from GitHub
  2. Extract the files in a directory called BugzillaView in your extensions/ folder.
  3. Add the following code at the bottom of your "LocalSettings.php" file:
    require_once "$IP/extensions/BugzillaView/BugzillaView.php";
  4. Go to Special:Version on your wiki to verify that the extension is successfully installed.
  5. Done.

Usage

  • [[bugzilla:876]]
  • [[bugzilla:876|Any bug description]]

Note that you will have to create the interwiki prefix bugzilla first.

About

MediaWiki extension for displaying BugZilla bugs inside wiki pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published