Searched +full:redissue +full:. +full:button +(+path:plugin +path:redissue) -(+path:plugin +path:redissue +path:lang) (Results 1 – 2 of 2) sorted by relevance
/plugin/redissue/ |
D | action.php | 3 * Redissue Action Plugin: Inserts a button into the toolbar 20 * Inserts the toolbar button 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 | syntax.php | 3 * Redissue Syntax Plugin: Insert a link to redmine's issue 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'); 69 $data['server_url'] = $this->getConf('redissue.url'); [all …]
|