Developer Guide » History » Version 14
« Previous -
Version 14/23
(diff) -
Next » -
Current version
Mischa The Evil, 2010-06-30 01:56
Fixed links and resorted items in plugin development section
Developer guide¶
General development¶
- Redmine REST API
- Subversion instructions can be found on the usual download page and checking-out URL's on the checkout-page
- Using the Git Tracking Branch -- an alternative if you use Git
- Creating and applying patches
- An explanation of what changes may be in future Redmine releases
- A description of the content of both the Redmine plugin list and the Redmine theme list can be found at the "extension list info" page
- The release process for Redmine
Plugin development¶
- A step-by-step tutorial on writing a Redmine plugin
- A description of the internal handling of Redmine plugins
- A description of the Redmine plugin hooks API
- An incomplete list of available Redmine plugin hooks
Theme development¶
- A howto (HowTo create a custom Redmine theme) which explains how to create a custom Redmine theme
Alternative/Custom Authentication¶
- A howto (Alternative/custom authentication HowTo) for implementing authentication against a different database.