DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:bugzillahttp

bugzillaHTTP Plugin

Compatible with DokuWiki

No compatibility info given!

plugin plugin to embed bugs from bugzilla as a table in DokuWiki querying xml-view via HTTP

Last updated on
2012-12-07
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to bugzillaxmlrpc

Tagged with bugtracker, bugzilla

Installation

This plugin is known to work with dokuwiki “Hrun” and bugzilla 3.4. I would expect it to work with the latest versions of dokuwiki and bugzilla as well. If not, you can open a ticket at https://github.com/d-prskavec/dokuwiki-bugzillaHTTP/issues

:!: External requirements: If not already installed on your system you might need to install:

  • php-curl

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

On pages where you embed buglists you need to disable caching by placing ~~NOCACHE~~ on top of the page. Otherwise the bug-states will not be updated on load of the page.

This of course makes pages with lots and lots of buglists a bit slow to load.

This is how it looks:

screenshot

Syntax

Syntax is simple:

[buglist | <bug_id>,<bug_id>,<bug_id>,...]

e.g.

[buglist | 1,3,6,77]

Configuration and Settings

After installing the plugin go to the dokuwiki configuration page. There you have to set the hostname/URLs of your bugzilla instance.

If you want to change/fix the colors of the bugtables you can manually edit the style.css file in the plugins directory of your dokuwiki installation (usually <dokuwiki_base>/lib/plugins/bugzillaHTTP/).

Development

Change Log

ToDo/Wish List

  • test for current dokuwiki version + current/other bugzilla versions

Discussion

This is a works-for-me implementation inspired by the bugzillaxmlrpc plugin. If you have feature requests/bug reports please use the issue tracker provided above. You are of course also cordially invited to expand/enhance or simply fork it yourself :)

plugin/bugzillahttp.txt · Last modified: 2018-05-30 21:07 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki