Home
last modified time | relevance | path

Searched +full:redissue +full:. +full:author +(+path:plugin +path:redissue) -(+path:plugin +path:redissue +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/redissue/
H A Dsyntax.php5 * @author Algorys
32 $this->Lexer->addEntryPattern('<redissue[^>/]*>(?=.*</redissue>)', $mode,'plugin_redissue');
159 $view = $this->getConf('redissue.view');
216.= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueUrl($data['id'],…
228 return $this->getConf('redissue.img') ?: 'lib/plugins/redissue/images/redmine.png' ;
244 $author = $issue['issue']['author'];
245 $author_id = $redmine->getIdByUsername($author['name']);
284 $renderer->doc .= '<dt>'.$this->getLang('redissue.author').' :</dt>';
285 … $renderer->doc .= '<dd><a href="'.$url.'/users/'.$author_id.'">'.$author['name'].'</a></dd>';
313 $renderer->doc .= '<span><b> '.$this->getLang('redissue.author').' : </b>';
[all …]
H A Daction.php3 * Redissue Action Plugin: Inserts a button into the toolbar
5 * @author Algorys
25 'icon' => '../../plugins/redissue/images/issue_single.png',
26 'open' => '<redissue id="',
31 'icon' => '../../plugins/redissue/images/issue_multiple.png',
32 'open' => '<redissue project="PROJECT_ID" tracker="',
38 $redissue = array (
40 'title' => $this->getLang('redissue.button'),
41 'icon' => '../../plugins/redissue/images/redmine.png',
46 $redissue['list'] [] = array(
[all …]
H A DREADME.md1 # Plugin Redissue
6 * Number, percentage, author of issue
13 Redissue needs [Php-Redmine-API](https://github.com/kbsali/php-redmine-api) to work. Download it in…
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…
117 Then simply add your server with: `server="first"` in redissue syntax.
126Redissue will display all the issue of this tracker for this specific project. If "project" or "tr…
[all …]
H A Dplugin.info.txt1 base redissue
2 author Algorys
3 email ttamalfor@gmail.com
5 name   redissue
6 desc Insert Redmine issues and their data.
/plugin/redissue/redmine/
H A Dredmine.php3 * Redissue Syntax Plugin: Insert a link to redmine's issue
5 * @author Algorys
9 require 'vendor/php-redmine-api/lib/autoload.php';
40 … $cur_name = $all_users['users'][$i]['firstname'] . ' ' . $all_users['users'][$i]['lastname'];