DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:redproject

Redproject Plugin

Compatible with DokuWiki

Frusterick Manners, Elenor of Tsort, Detritus, Hrun

plugin This plugin display a roadmap of your redmine's project in dokuwiki.

Last updated on
2018-01-09
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.

Tagged with issue, project, redmine, roadmap

Description

Redproject display a roadmap and some other informations of your Redmine's project in Dokuwiki :

  • Name and Description of project
  • Link to Homepage defined in Redmine
  • Versions available (with creation and update date, total issues, open and closed)
  • Members and Roles of the project
  • Some different links to Redmine, like the issues, subproject, versions, mail of members,…
  • Compatible with Bootstrap (need Bootstrap3 Template).

Installation

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

Requirements

Redproject needs Php-Redmine-API to work. Download it inside your shared folder of php, like /usr/share/php or in the redproject's folder. If you use redissue too, the first option is better.

$ mkdir vendor
$ cd vendor
$ git clone https://github.com/kbsali/php-redmine-api.git
$ cd php-redmine-api
$ git checkout v1.5.5

Don't forget to install the requirements of PhP-Redmine-API : $ sudo apt-get install php5-curl php5-common

Syntax

  • First syntax:
<redproject proj="identifier_project" />
  • Second Syntax:
<redproject proj="identifier_project">Text to display at the bottom of the page</redproject>

The “identifier_project” can be found in your project → settings → information → Identifier.

Preview

Here is a preview of the last version :

Configuration and Settings

You can configure the plugin in the Config Manager of DokuWiki :

  • redproject.url : Put your Redmine's url server, without a slash ending. Example : http://myredmine.com
  • redproject.API : Set your Redmine API's key, preference Administrator key.
  • redproject.view : Choose the view you want to display. This will depend on the wiki user's access rights in Redmine.
    • Impersonate : select this if your wiki's users have the same UID as Redmine's users. e.g. : LDAP authentication. Redproject then will manage rights based on private or public projects.
    • Userview : doesn't manage access rights and display project even if it's in private project.

Change Log

Known Bugs and Issues

Please report your issue at Redproject

FAQ

If you have any question, please ask here.

plugin/redproject.txt · Last modified: 2018-05-28 21:42 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