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/ |
| D | syntax.php | 3 * Redissue Syntax Plugin: Insert a link to redmine's issue 5 * @author Algorys 9 require 'redmine/redmine.php'; 31 $this->Lexer->addSpecialPattern('<redissue[^>]*/>', $mode,'plugin_redissue'); 32 $this->Lexer->addEntryPattern('<redissue[^>/]*>(?=.*</redissue>)', $mode,'plugin_redissue'); 35 $this->Lexer->addExitPattern('</redissue>', 'plugin_redissue'); 39 $json_file = file_get_contents(__DIR__.'/server.json'); 54 'text'=>$this->getLang('redissue.text.default') 57 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server); 66 $data['server_token'] = $this->getConf('redissue.API'); [all …]
|
| D | action.php | 3 * 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 …]
|
| D | README.md | 1 # Plugin Redissue 3 Plugin Dokuwiki display issues of Redmine and keep the rights of Redmine too. Redissue have the fol… 6 * Number, percentage, author of issue 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 [all …]
|
| D | plugin.info.txt | 1 base redissue 2 author Algorys 3 email ttamalfor@gmail.com 5 name redissue 6 desc Insert Redmine issues and their data.
|
| /plugin/redissue/redmine/ |
| D | redmine.php | 3 * 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'];
|