Searched +full:redissue +full:. +full:bootstrap +full:- +full:themes +(+path:plugin +path:redissue) -(+path:plugin +path:redissue +path:lang) (Results 1 – 2 of 2) sorted by relevance
4 * Additions for the redissue plugin7 $meta['redissue.url'] = array('string');8 $meta['redissue.img'] = array('string');9 $meta['redissue.bootstrap-themes'] = array('string');10 $meta['redissue.API'] = array('string');11 $meta['redissue.view'] = array('multichoice','_choices' => array(4,2));12 $meta['redissue.short'] = array('onoff');
3 * Redissue Syntax Plugin: Insert a link to redmine's issue9 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);59 $server_data = $this->getServerFromJson($server[2]);66 $data['server_token'] = $this->getConf('redissue.API');[all …]