Lines Matching +full:redissue +full:. +full:text +full:. +full:default +(+path:plugin +path:redissue) -(+path:plugin +path:redissue +path:lang)

1 # Plugin Redissue
3 Plugin Dokuwiki display issues of Redmine and keep the rights of Redmine too. Redissue have the fol…
7 * Make a link to the choosen issue in Redmine and the related project.
8 * Display more or less information depending on your rights.
9 …(http://getbootstrap.com/) (like with [Dokuwiki Temaplte Bootstrap3](https://github.com/LotarProje…
13 Redissue needs [Php-Redmine-API](https://github.com/kbsali/php-redmine-api) to work. Download it in…
20 git clone https://github.com/kbsali/php-redmine-api.git
22 # Go to last version. Use "git describe --abbrev=0" to see last tag.
23 git checkout v1.5.x
34 Download Redissue plugin into your ``${dokuwiki_root}/lib/plugins`` folder and restart dokuwiki.
38 You can configure Redissue in the Config Manager of DokuWiki:
40redissue.url: Put your Redmine's url server, without a slash ending. Example : ``http://myredmine.
41 * redissue.img: Maybe you have a custom icon for your Redmine installation. You can put image'url h…
42redissue.theme: If you have the theme [Bootstrap 3](https://www.dokuwiki.org/template:bootstrap3) …
43 * redissue.API: Set your Redmine API's key, preference Administrator key. This setting can be overr…
44 * redissue.view: Choose the view you want to display. This will depend on the wiki user's access ri…
45 …same UID as Redmine's users. e.g. : LDAP authentication. Redissue then will manage rights based on…
46 * Userview: doesn't manage access rights and display issue even if it's in private project.
48 Some advanced settings are also available below.
55 <redissue id="#number_issue" text="text_if_no_rights_or_API" />
58 * id: id of the wanted issue.
59 * text: displays a text other than the default if the user does not have the rights or the issue do…
63 If you want to get all issues of a specific project and/or a specific tracker, it's also possible.
66 * tracker: the identifier number of your tracker. (You can found this number if you look at the num…
68 In this case, the twice parameter **must be set** but one can be empty. E.g: if you want to have al…
70 * limit: set the limit of issues displayed. Default is 25.
76 <redissue project="myproject" tracker="1" />
78 <redissue project="myproject" tracker="" />
80 <redissue project="" tracker="4" limit="50" />
83 You can also sort the issues according to your interests.
85 …ow issues will be displayed. by default they are displayed by **id** number, from the most recent …
87 You can choose to sort by : id, subject, project, tracker, ...
93 <redissue project="myproject" tracker="1" sort="id" />
95 <redissue project="myproject" tracker="" sort="subject"/>
100Redissue **settings**. You must define these in a json file called `server.json` (already availabl…
102 Example of _server.json_ file:
107 "url": "http://myfirst.redmine.com",
111 "url": "http://mysecond.redmine.com",
117 Then simply add your server with: `server="first"` in redissue syntax.
119.g: call _flirt_ instead _first_), redissue take the one who is set in dokuwiki settings. If **url…
123 …e: you can override issue title if it's too long or for other reasons with: `title="my new title"`.
124 … not needed this functionnality). If you've dokuwiki theme, you can hide additional information wi…
126Redissue will display all the issue of this tracker for this specific project. If "project" or "tr…
130 Here is a preview of redissue:
134 ![Dokuwiki Theme](images/redissue_dokuwiki.png)
138 ![Bootstrap Theme](images/redissue_bootstrap.png)
140 For further information, see also [Redissue on dokuwiki.org](https://www.dokuwiki.org/plugin:rediss…