Developer Guide » History » Version 15
Eric Davis, 2010-08-19 03:06
Adding a link to the coding standards
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 | 15 | Eric Davis | * [[Coding Standards]] |
6 | 10 | Jean-Philippe Lang | * [[Rest_api|Redmine REST API]] |
7 | 4 | Mischa The Evil | * Subversion instructions can be found on the usual [[Download|download]] page and checking-out URL's on the [[CheckingoutRedmine|checkout-page]] |
8 | 1 | Mischa The Evil | * [[RedmineGitTracking|Using the Git Tracking Branch]] -- an alternative if you use Git |
9 | * Creating and applying [[Patch|patches]] |
||
10 | * An [[ReleaseManagement|explanation]] of what changes may be in future Redmine releases |
||
11 | 9 | Mischa The Evil | * A description of the content of both the [[Plugin List|Redmine plugin list]] and the [[Theme List|Redmine theme list]] can be found at the "[[ExtensionListInfo|extension list info]]" page |
12 | 14 | Mischa The Evil | * The [[ReleaseProcess|release process]] for Redmine |
13 | 4 | Mischa The Evil | |
14 | 5 | Mischa The Evil | h3. Plugin development |
15 | 4 | Mischa The Evil | |
16 | * A step-by-step [[Plugin_Tutorial|tutorial]] on writing a Redmine plugin |
||
17 | 14 | Mischa The Evil | * A description of the [[Plugin_Internals|internal handling of Redmine plugins]] |
18 | * A description of the [[Hooks|Redmine plugin hooks API]] |
||
19 | * An incomplete [[Hooks_List|list of available Redmine plugin hooks]] |
||
20 | 6 | Mischa The Evil | |
21 | h3. Theme development |
||
22 | |||
23 | 7 | Mischa The Evil | * A howto ([[HowTo create a custom Redmine theme]]) which explains how to create a custom Redmine theme |
24 | 11 | Andrew R Jackson | |
25 | h3. Alternative/Custom Authentication |
||
26 | |||
27 | * A howto ([[Alternative/custom authentication HowTo]]) for implementing authentication against a different database. |