Ticket #3498 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Incompatible with Genshi 0.5

Reported by: anonymous Assigned to: daan
Priority: highest Component: ScrumBurndownPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description

Lin 142 in Burndown.py is not compatible with the new Markup()-syntax. I'll add a diff for the change.

Attachments

burndown.py.diff (229 bytes) - added by brother@bsnet.se on 08/01/08 13:32:52.
Markup('<a href="%s">Burndown</a>', self.env.href.burndown()) changes to Markup('<a href="%s">Burndown</a>') %self.env.href.burndown()

Change History

08/01/08 13:32:52 changed by brother@bsnet.se

  • attachment burndown.py.diff added.

Markup('<a href="%s">Burndown</a>', self.env.href.burndown()) changes to Markup('<a href="%s">Burndown</a>') %self.env.href.burndown()

10/17/08 10:41:23 changed by daan

  • owner changed from sambloomquist to daan.

11/04/08 21:32:50 changed by daan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4736]) Release of version 1.9 of the Trac Scrum burndown plugin. See http://stuq.nl/weblog/2008-11-04/scrum-burndown-plugin-19-released for more information.

The Scrum burndown plugin is currently compatible and tested with Trac 0.10.5, Trac 0.11.1, Python 2.4 and Python 2.5.

Issues fixed: Fixed #3498 Incompatible with Genshi 0.5 Fixed #1743 No support for 0.11 version on trac Fixed #2330 How to enable ScrumBurndownPlugin in 0.11b1 Fixed #1590 printing to stderr causes svn post-commit hook to crash Fixed #1510 Porting to Trac 0.11 and Genshi templates Fixed #2936 problem installing plugin Fixed #1668 Environment Not Found Fixed #1472 URL Not Found when click Burndown menu Fixed #3017 Trac 0.11 - Burndown Chart does not show tickets with status 'accepted'


Add/Change #3498 (Incompatible with Genshi 0.5)




Change Properties
Action