Table of Contents
bugzillaHTTP Plugin
Compatible with DokuWiki
No compatibility info given!
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
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:
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
- initial commit (2012-12-07 20:16)
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 :)