Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Ryan J Ollos

Owner: changed from Sam Bloomquist to Ryan J Ollos
Status: newassigned

Let's start with, what version of Trac are you running?

comment:2 Changed 11 years ago by Ryan J Ollos

Keywords: needinfo added

Note: this plugin won't work with Trac 1.0 due to #7066.

comment:3 Changed 11 years ago by Ryan J Ollos

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 Ryan J Ollos

Resolution: worksforme
Status: assignedclosed

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 Ryan J Ollos

(In [13147]) Refs #7066, #11069: Removed ClearSilver req.hdf variables.

comment:6 Changed 11 years ago by Ryan J Ollos

(In [13148])

Refs #7066, #11069:

  • 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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.