Modify ↓
Opened 18 years ago
Closed 18 years ago
#762 closed defect (worksforme)
Toc error -1
Reported by: | anonymous | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | high | Component: | TocMacro |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
With upgrade to Trac 0.10, the TocMacro stop to work.
The follow error is showed: Error: Macro TOC(heading=Conteúdo) failed
-1
Below a debug log...
2006-10-04 12:15:41,757 Trac[formatter] DEBUG: Executing Wiki macro TOC by provider <tractoc.macro.TracTocMacro object at 0xb7a89f4c> 2006-10-04 12:15:41,761 Trac[formatter] ERROR: Macro TOC(heading=Conteúdo) failed Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 439, in _macro_formatter return macro.process(self.req, args, True) File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 112, in process text = self.processor(req, text) File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 100, in _macro_processor return self.macro_provider.render_macro(req, self.name, text) File "build/bdist.linux-i686/egg/tractoc/macro.py", line 188, in render_macro File "build/bdist.linux-i686/egg/tractoc/macro.py", line 25, in format File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 822, in format result = re.sub(self.wiki.rules, self.replace, line) File "/usr/lib/python2.3/sre.py", line 143, in sub return _compile(pattern, 0).sub(repl, string, count) File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 768, in replace replacement = self.handle_match(fullmatch) File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 764, in handle_match return internal_handler(match, fullmatch) File "build/bdist.linux-i686/egg/tractoc/macro.py", line 53, in _heading_formatter KeyError: -1
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
Owner: | changed from Alec Thomas to Noah Kantrowitz |
---|
comment:2 Changed 18 years ago by
Severity: | normal → blocker |
---|
comment:4 Changed 18 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Well, that was probably the 0.9 version of the TocMacro. It has since be fixed to properly support unicode.
Note: See
TracTickets for help on using
tickets.
i can confirm this error. toc for trac 0.10 is not working.