Home
last modified time | relevance | path

Searched +full:redissue +full:. +full:text +full:. +full:default +(+path:plugin +path:redissue) -(+path:plugin +path:redissue +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/redissue/
H A DREADME.md1 # Plugin Redissue
13 Redissue needs [Php-Redmine-API](https://github.com/kbsali/php-redmine-api) to work. Download it in…
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) …
44 * redissue.view: Choose the view you want to display. This will depend on the wiki user's access ri…
55 <redissue id="#number_issue" text="text_if_no_rights_or_API" />
59 * text: displays a text other than the default if the user does not have the rights or the issue do…
70 * limit: set the limit of issues displayed. Default is 25.
85 …ow issues will be displayed. by default they are displayed by **id** number, from the most recent …
117 Then simply add your server with: `server="first"` in redissue syntax.
[all …]
H A Dsyntax.php54 'text'=>$this->getLang('redissue.text.default')
91 // Text Access
92 preg_match("/text *= *(['\"])(.*?)\\1/", $match, $text);
93 if( count($text) != 0 ) {
94 $data['text'] = $text[2];
124 default:
134 $renderer->doc .= $data['text'];
146 $renderer->doc .= $renderer->_xmlEntities($data['text']);
198 $cur_title = $data['text'];
204 $cur_title = '[#'.$data['id'].'] ' . $data['text'];
[all …]