Home
last modified time | relevance | path

Searched +full:redissue +full:. +full:api +(+path:plugin +path:redissue) -(+path:plugin +path:redissue +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/redissue/
H A DREADME.md13 Redissue needs [Php-Redmine-API](https://github.com/kbsali/php-redmine-api) to work. Download it in…
15 In any case, Php-Redmine-API must be located inside a `vendor` folder !
20 git clone https://github.com/kbsali/php-redmine-api.git
21 cd php-redmine-api
26 Don't forget to install the **requirements** of PhP-Redmine-API :
41 * redissue.img: Maybe you have a custom icon for your Redmine installation. You can put image'url h…
42redissue.theme: If you have the theme [Bootstrap 3](https://www.dokuwiki.org/template:bootstrap3) …
43 * redissue.API: Set your Redmine API's key, preference Administrator key. This setting can be overr…
44 * redissue.view: Choose the view you want to display. This will depend on the wiki user's access ri…
100API key defined in the Redissue **settings**. You must define these in a json file called `server.
[all …]
H A Dsyntax.php32 $this->Lexer->addEntryPattern('<redissue[^>/]*>(?=.*</redissue>)', $mode,'plugin_redissue');
54 'text'=>$this->getLang('redissue.text.default')
66 $data['server_token'] = $this->getConf('redissue.API');
159 $view = $this->getConf('redissue.view');
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' ;
236 …er->doc .= '<p style="color: red;">REDISSUE plugin: Server exist in JSON config but seems not vali…
284 $renderer->doc .= '<dt>'.$this->getLang('redissue.author').' :</dt>';
288 $renderer->doc .= '<dt>'.$this->getLang('redissue.created').' :</dt>';
[all …]
/plugin/redissue/conf/
H A Ddefault.php3 * Options for the redissue plugin
6 $conf['redissue.url'] = 'http://redmine.com'; //Set url of your redmine server
7 $conf['redissue.img'] = '';
8 $conf['redissue.boostrap-themes'] = 'bootstrap3';
9 $conf['redissue.API'] = '';
10 $conf['redissue.view'] = '2';
11 $conf['redissue.short'] = '0';
H A Dmetadata.php4 * Additions for the redissue plugin
7 $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');
/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';
40 … $cur_name = $all_users['users'][$i]['firstname'] . ' ' . $all_users['users'][$i]['lastname'];