Mastering Redmine

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book project on this site and/or

Buy the book

By buying this book you will also be donating to Redmine (see this page).


Overview

If you used to write plugins for Redmine you perhaps discovered that Redmine does not provide any API for adding tabs to project settings. I, personally, faced this issue many times... As a solution I decided to write this plugin.

This plugin should be considered a development plugin which extends Redmine API by adding a hook to the project_settings_tabs function of the ProjectsHelper module. By using this hook you can now add custom tabs to project settings.

Issue tracking

View all issues

Members

Author: Andriy Lesyuk