Developer Guide » History » Revision 14
Revision 13 (Eric Davis, 2010-06-28 04:13) → Revision 14/25 (Mischa The Evil, 2010-06-30 01:56)
h2. Developer guide h3. General development * [[Rest_api|Redmine REST API]] * Subversion instructions can be found on the usual [[Download|download]] page and checking-out URL's on the [[CheckingoutRedmine|checkout-page]] * [[RedmineGitTracking|Using the Git Tracking Branch]] -- an alternative if you use Git * Creating and applying [[Patch|patches]] * An [[ReleaseManagement|explanation]] of what changes may be in future Redmine releases * 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 * The [[ReleaseProcess|release process]] for Redmine Redmine. h3. Plugin development * A step-by-step [[Plugin_Tutorial|tutorial]] on writing a Redmine plugin * A description An incomplete list of the [[Plugin_Internals|internal handling of Redmine plugins]] available [[Hooks|plugin hooks]] * A description of howto ([[HowTo_Use_Hooks]]) which explains the [[Hooks|Redmine plugin hooks API]] API. * An incomplete [[Hooks_List|list The internal handling of available Redmine plugin hooks]] plugins on the [[Plugin_Internals|plugin-internals]] page h3. Theme development * A howto ([[HowTo create a custom Redmine theme]]) which explains how to create a custom Redmine theme h3. Alternative/Custom Authentication * A howto ([[Alternative/custom authentication HowTo]]) for implementing authentication against a different database.