Modify ↓
#7061 closed defect (fixed)
Does not work with Trac 0.12dev-r9611
Reported by: | Ryan J Ollos | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Component: | ChangeLogMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
This macro does not work with Trac 0.12dev-r9611, presumably because of the multirepository features.
The error message I'm seeing when trying to use the macro with is:
Error: Macro ChangeLog(/,2) failed 'NoneType' object has no attribute 'get_youngest_rev'
Attachments (0)
Change History (7)
comment:1 Changed 15 years ago by
Owner: | changed from Ryan J Ollos to anonymous |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
I've added a 0.11 branch with the
install_requirement
trac <= 0.11.7. This seems to be effective because on starting Trac 0.11.7 with the log level set to INFO, I getand the macro does not appear on the plugins admin panel.