#11069 closed task (worksforme)
Don't see the SCRUM Burndown plugin
Reported by: | DVR | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | ScrumBurndownPlugin |
Severity: | normal | Keywords: | needinfo |
Cc: | Trac Release: |
Description
I have installed Timingandestimation plugin and see the "Management" tab in the top navigation. But to surprise it has nothing about the Burndown. Can anyone provide instructions and link to Scrum Burndown Plugin, so we can see the "BURNDOWN" tab in the navigation.
Attachments (0)
Change History (6)
comment:1 Changed 11 years ago by
Owner: | changed from Sam Bloomquist to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Keywords: | needinfo added |
---|
Note: this plugin won't work with Trac 1.0 due to #7066.
comment:3 Changed 11 years ago by
On closer look, it appears to have support for Genshi, and I've tested it with Trac 0.12 - seems to work.
comment:4 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
If you wish to continue debugging, please report your Trac version, try again with the latest version of the trunk and turn on t:TracLogging. I'm happy to help, but you'll have to follow-up to make that happen.
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
(In [13148])
- Removed Trac pre-0.11 compatibility code.
- Changed module names to follow Trac naming conventions.
- Updated source file headers and added where missing.
Note: If you enabled the plugin through the web admin, or by providing the full module name, you'll need to re-enable the plugin or edit the [components]
section:
burndown.burndown_admin_milestones.burndownmilestonesadminpanel = enabled burndown.burndown.burndowncomponent = enabled
->
burndown.admin.burndownadminpanel = enabled burndown.burndown.burndownmodule = enabled
Let's start with, what version of Trac are you running?