Modify ↓
#13130 closed defect (fixed)
r16376 broke compatibility with trac v1.01
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | CiteCodeMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
From the trac log file
File "build/bdist.linux-x86_64/egg/traccitecode/citecode.py", line 137, in <module> ImportError: cannot import name tag
Attachments (0)
Change History (4)
comment:1 Changed 8 years ago by
Owner: | changed from tkob-trac to Ryan J Ollos |
---|---|
Status: | new → accepted |
Summary: | Rev# 16376 broke compatability with trac v1.01 → r16376 broke compatibility with trac v1.01 |
comment:2 Changed 8 years ago by
comment:4 Changed 8 years ago by
Note: See
TracTickets for help on using
tickets.
The changeset contains change from genshi.builder.tag to trac.util.html.tag (because newer version of Trac is dropping genshi?) and it looks like Trac 1.0 does not have the latter.
However, since LineNumberAnnotator, which uses tag, is created for compatibility reason, as the comment says, I think it makes sense to stick to genshi here.
'1.2 branch' would be able to drop LineNumberAnnotator.
@rjollos Any thoughts?