Project

General

Profile

Plugins Directory » Gantt Extension

Author: Thomas Koch
Website: https://github.com/braini75
Code repository: https://github.com/braini75/gantt_extension.git
Registered on: 2016-04-26 (almost 8 years ago)
Current version: 0.2
Compatible with: Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x
User ratings:   (1)

Redmine-Plugin: gantt_extension

Adds an additional marker to issue for a custom defined date. You can choose any custom field (with Format “Date”) at the plugin configuration page

Requirements

Attention!! This plugin extends core function!

If your Redmine Version is not working you can try to update the file /path/to/redmine/plugins/gantt_extension/lib/gantt.rb so that those functions matches with the core functions in /path/to/redmine/lib/redmine/helpers/gantt.rb and the additional attribute 'custom_date' in def line().

Usage

Just enable the plugin “Administration->Plugins”. Enjoy extra function in gantt-charts.

Installation notes

  • go to `{REDMINE_ROOT}/plugin` directory.
  • Intall:
git clone https://github.com/braini75/gantt_extension.git
  • Restart the redmine service. E.g.
service apache2 restart
  • enjoy!

Changelog

0.2 (2016-05-03)

Compatible with Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x.

gantt_extension.PNG (26.6 KB) gantt_extension.PNG Thomas Koch, 2016-05-02 13:43

User ratings

  by Alison Cairns almost 8 years ago

Installed but am being prompted to create a custom date field. Is this the problem that you refer to here? >> If your Redmine Version is not working you can try to update the file /path/to/redmine/plugins/gantt_extension/lib/gantt.rb so that those... etc