Searched refs:redmine (Results 1 – 6 of 6) sorted by relevance
/plugin/redissue/ |
H A D | syntax.php | 154 $redmine = new DokuwikiRedmine(); 163 $issues = $redmine->client->issue->all([ 172 $this->displayIssue($renderer, $data, $redmine); 176 $this->displayIssue($renderer, $data, $redmine); 179 $this->displayIssue($renderer, $data, $redmine); 231 function displayIssue($renderer, $data, $redmine) { argument 232 $issue = $redmine->getIssue($data['id']); 245 $author_id = $redmine->getIdByUsername($author['name']); 247 $assigned_id = $redmine->getIdByUsername($assigned['name']); 259 $color_prio = $redmine->getPriorityColor($priority['id']); [all …]
|
H A D | README.md | 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 21 cd php-redmine-api 65 * project: the **right** identifier of the project (Available in the settings of redmine project): … 107 "url": "http://myfirst.redmine.com", 111 "url": "http://mysecond.redmine.com",
|
/plugin/redproject/ |
H A D | README.md | 8 * Some different links to redmine, like the issues, subproject, mail of members,... 10 * Handle multiple redmine server 14 Redproject needs [Php-Redmine-API](https://github.com/kbsali/php-redmine-api) to work. Download it … 19 $ git clone https://github.com/kbsali/php-redmine-api.git 20 $ cd php-redmine-api 54 Where **proj** value is the project identifier (Available in the settings of redmine project). 58 You can, as in [redissue](https://github.com/algorys/redissue), select another redmine server in sy… 65 "url": "http://myfirst.redmine.com", 69 "url": "http://mysecond.redmine.com",
|
H A D | plugin.info.txt | 6 desc display roadmap redmine dynamically
|
H A D | style.css | 6 background: url('/lib/plugins/redproject/images/redmine.png') no-repeat 0 50%;
|
/plugin/html2pdf/html2pdf/ |
H A D | info.txt | 6 url http://snorriheim.dnsdojo.com/redmine/projects/show/html2pdf
|