Project

General

Profile

Developer Guide » History » Version 20

Etienne Massip, 2013-01-16 15:55

1 8 Mischa The Evil
h2. Developer guide
2 1 Mischa The Evil
3 5 Mischa The Evil
h3. General development
4 4 Mischa The Evil
5 10 Jean-Philippe Lang
* [[Rest_api|Redmine REST API]]
6 20 Etienne Massip
* [[Contribute#Code Related|Code related topics]]
7 1 Mischa The Evil
* Creating and applying [[Patch|patches]]
8
* An [[ReleaseManagement|explanation]] of what changes may be in future Redmine releases
9 4 Mischa The Evil
10 5 Mischa The Evil
h3. Plugin development
11 4 Mischa The Evil
12
* A step-by-step [[Plugin_Tutorial|tutorial]] on writing a Redmine plugin
13 14 Mischa The Evil
* A description of the [[Plugin_Internals|internal handling of Redmine plugins]]
14
* A description of the [[Hooks|Redmine plugin hooks API]]
15
* An incomplete [[Hooks_List|list of available Redmine plugin hooks]]
16 6 Mischa The Evil
17
h3. Theme development
18
19 7 Mischa The Evil
* A howto ([[HowTo create a custom Redmine theme]]) which explains how to create a custom Redmine theme
20 11 Andrew R Jackson
21
h3. Alternative/Custom Authentication
22
23
* A howto ([[Alternative/custom authentication HowTo]]) for implementing authentication against a different database.