Home
last modified time | relevance | path

Searched +full:redissue +full:. +full:link +full:. +full:issue +(+path:plugin +path:redissue) -(+path:plugin +path:redissue +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/redissue/
H A Dsyntax.php3 * Redissue Syntax Plugin: Insert a link to redmine's issue
32 $this->Lexer->addEntryPattern('<redissue[^>/]*>(?=.*</redissue>)', $mode,'plugin_redissue');
54 'text'=>$this->getLang('redissue.text.default')
159 $view = $this->getConf('redissue.view');
175 …$renderer->doc .= '<p style="color: red;">REDISSUE plugin: "project" ID or "tracker" ID is invalid…
208 // Render Link
210.= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueUrl($data['id'],…
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' ;
251 // RENDER ISSUE LINK
[all …]
H A DREADME.md5 * Name of issue
6 * Number, percentage, author of issue
7 * Make a link to the choosen issue in Redmine and the related project.
46 * Userview: doesn't manage access rights and display issue even if it's in private project.
52 ### Single issue syntax:
58 * id: id of the wanted issue.
61 ### Multiple issue syntax
66 …cker: the identifier number of your tracker. (You can found this number if you look at the number …
123 * title: you can override issue title if it's too long or for other reasons with: `title="my new ti…
126Redissue will display all the issue of this tracker for this specific project. If "project" or "tr…
[all …]
/plugin/redissue/redmine/
H A Dredmine.php3 * Redissue Syntax Plugin: Insert a link to redmine's issue
9 require 'vendor/php-redmine-api/lib/autoload.php';
30 return $this->client->issue->show($issue_id);
40 … $cur_name = $all_users['users'][$i]['firstname'] . ' ' . $all_users['users'][$i]['lastname'];
53 function getDatesTimesIssue($issue){ argument
54 $created = $issue['issue']['created_on'];
55 $updated = $issue['issue']['updated_on'];
56 $closed = $issue['issue']['closed_on'];