Home
last modified time | relevance | path

Searched refs:Redmine (Results 1 – 8 of 8) sorted by relevance

/plugin/redproject/lang/fr/
H A Dsettings.php4 $lang['redproject.API'] = "Entrez la clé API de l'utilisateur Redmine, de préférence la clé d'…
5 …ichage en fonction des droits définis dans Redmine.</div><div> * UserView : ne gère pas les droit…
/plugin/redproject/
H A DREADME.md5 * Link to homepage define in Redmine
14 Redproject needs [Php-Redmine-API](https://github.com/kbsali/php-redmine-api) to work. Download it …
24 Don't forget to install the requirements of PhP-Redmine-API :
38 * redproject.url : Put your Redmine's url server, without a slash ending. Example : ``http://myredm…
39 * redproject.API : Set your Redmine API's key, preference Administrator key. This setting can be ov…
40 … Choose the view you want to display. This will depend on the wiki user's access rights in Redmine.
41 …* Impersonate : select this if your wiki's users have the same UID as Redmine's users. e.g. : LDAP…
H A Dsyntax.php104 $client = new Redmine\Client($data['server_url'], $data['server_token']);
/plugin/redissue/
H A DREADME.md3 Plugin Dokuwiki display issues of Redmine and keep the rights of Redmine too. Redissue have the fol…
7 * Make a link to the choosen issue in Redmine and the related project.
13 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 !
26 Don't forget to install the **requirements** of PhP-Redmine-API :
40 * redissue.url: Put your Redmine's url server, without a slash ending. Example : ``http://myredmine…
41 * redissue.img: Maybe you have a custom icon for your Redmine installation. You can put image'url h…
43 * redissue.API: Set your Redmine API's key, preference Administrator key. This setting can be overr…
44 … Choose the view you want to display. This will depend on the wiki user's access rights in Redmine.
45 …* Impersonate: select this if your wiki's users have the same UID as Redmine's users. e.g. : LDAP …
H A Dplugin.info.txt6 desc Insert Redmine issues and their data.
/plugin/redproject/lang/en/
H A Dsettings.php5 <div>Impersonate : select this if your wiki's users have the same UID as Redmine's users. e.g. : LD…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DRedmine.php14 class Redmine extends AbstractService class
/plugin/redissue/redmine/
H A Dredmine.php16 $this->client = new Redmine\Client($url, $apiKey);