#7129 closed task (fixed)
Maintenance of GanttChartPlugin
Reported by: | Stefan Simroth | Owned by: | malsmith |
---|---|---|---|
Priority: | normal | Component: | GanttChartPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
This doesn't seem to be maintained anymore by the original author, but I have made some changes that would fix some outstanding issues, namely the following:
- fixed #7122: removed superfluous error log message
- applied patch from #2965
- applied font_path patch from #3367
- use expand_macro instead of deprecated render_macro (avoids a warning log message), see also #7122
- setup.py: added link to GanttChartPlugin, because the other one is down
See the attached patch.
I would like to commit the changes and therefore take part in the maintenance of this plugin.
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | ganttchart.patch added |
---|
comment:2 follow-up: 4 Changed 14 years ago by
Replying to StefanSimroth:
I would like to commit the changes and therefore take part in the maintenance of this plugin.
You've made the appropriate request to the author and no reply, so I will test and apply your patches shortly. Do you wish to permanently take over maintenance of the plugin?
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [9451]) Fixed numerous issues with patch by StefanSimroth. Fixes #7129, #3367.
comment:4 follow-up: 5 Changed 14 years ago by
Replying to rjollos:
You've made the appropriate request to the author and no reply, so I will test and apply your patches shortly. Do you wish to permanently take over maintenance of the plugin?
Unfortunately, no, because currently I don't have the necessary time.
Thanks for applying the patch! Glad that I could contribute at least a bit, although I don't have more time available right now!
comment:5 Changed 14 years ago by
Replying to StefanSimroth:
Thanks for applying the patch! Glad that I could contribute at least a bit, although I don't have more time available right now!
Added you as a contributor on the project's wiki page: http://trac-hacks.org/wiki/GanttChartPlugin?action=diff&version=18
Changes that fix some issues and that I'd like to commit