Modify ↓
Opened 13 years ago
Last modified 13 years ago
#9628 new enhancement
BranchTimelinePlugin fails with trac 0.12 (fix included)
Reported by: | Owned by: | aviram | |
---|---|---|---|
Priority: | normal | Component: | BranchTimelinePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
After updating my Trac-Sit to the newest version (0.12.2) I got following error-messages when trying to see the timeline
AttributeError: 'NoneType' object has no attribute 'youngest_rev'
and after that
AttributeError: 'tuple' object has no attribute 'get_changes'
So I tried to fix them, and came up with the following patch... I'm not quite sure it it's the best way to do this, but it works so far. If anyone has a better solution, let me know.
aviram, Thanks a lot for the plug-in, it's great
Regards Florian Treier
Attachments (1)
Change History (2)
comment:1 Changed 13 years ago by
Type: | defect → enhancement |
---|
Changed 13 years ago by
Attachment: | 0.12.x.patch added |
---|
Note: See
TracTickets for help on using
tickets.