id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 7250,"[Patch] Wiki to HTML rendering of Description, and more robustness for Description and Comment rendering",pipern,Robert Corsaro,"If the change comment for a ticket include hyperlinks, then it failed with this exception: {{{ ... File ""...trac/wiki/formatter.py"", line 1147, in handle_match return internal_handler(match, fullmatch) File ""...trac/wiki/formatter.py"", line 529, in _shref_formatter return self._make_link(ns, target, match, match, fullmatch) File ""...trac/wiki/formatter.py"", line 590, in _make_link return self._make_ext_link(ns+':'+target, label) File ""...trac/wiki/formatter.py"", line 653, in _make_ext_link (self.req or self.env).abs_href.base AttributeError: 'str' object has no attribute 'base' }}} because we were passing in a string for abs_href to Mock req. I've changed that to pass in the real env.abs_href, and also started to render the Description as HTML too. Patch attached. ",defect,closed,normal,AnnouncerPlugin,normal,fixed,patch,,0.12