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 (over 8 years ago) | |
Current version: | 0.2 | |
Compatible with: | Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x | |
User ratings: |
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.