Modify ↓
#8286 closed defect (fixed)
MacroList macro broken
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.5 |
Component: | wiki system | Version: | 0.11.4 |
Severity: | minor | Keywords: | macro list, macrolist, genshi template |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
[[MacroList]]
yeilds the following Trac Error:
Genshi UnicodeDecodeError error while rendering template (unknown template location)
I have many plugins and macros installed. Are there any known incompatibilities?
All other macros work.
Trac 11.4 Python 2.6.1 Ubuntu 9.04
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Milestone: | → 0.11.5 |
---|---|
Resolution: | → fixed |
Severity: | normal → minor |
Status: | new → closed |
comment:2 by , 16 years ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
That's probably due to a plugin returning a non-unicode description for its provided macro(s).
We can try to make this more robust, though: should be fixed by r8236.