Edgewall Software

Ticket #4365 (closed task: wontfix)

Opened 21 months ago

Last modified 12 months ago

SilverCity on t.e.o needs to be updated

Reported by: Tim Hatch <trac@…> Owned by: jonas
Priority: high Milestone:
Component: project Version: 0.10.2
Severity: normal Keywords:
Cc:

Description

For example http://trac.edgewall.org/browser/trunk/trac/mimeview/tests/api.py?rev=3025 produces a traceback. The root cause is a SilverCity autolink bug which I reported upstream mid-Nov, and I believe is now fixed in the released 0.97: see http://sourceforge.net/forum/forum.php?forum_id=637878 for release note.

I am aware that Clearsilver/SilverCity in general has a limited lifespan due to Pygments now being supported, but this issue prevents viewing source on t.e.o and is hopefully a simple fix (just upgrade the package).

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 244, in dispatch
    req.display(template, content_type or 'text/html')
  File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 358, in display
    data = self.hdf.render(template, form_token)
  File "/usr/lib/python2.4/site-packages/trac/web/clearsilver.py", line 296, in render
    injector.feed(template.render())
  File "/usr/lib/python2.4/HTMLParser.py", line 108, in feed
    self.goahead(0)
  File "/usr/lib/python2.4/HTMLParser.py", line 150, in goahead
    k = self.parse_endtag(i)
  File "/usr/lib/python2.4/HTMLParser.py", line 314, in parse_endtag
    self.error("bad end tag: %r" % (rawdata[i:j],))
  File "/usr/lib/python2.4/HTMLParser.py", line 115, in error
    raise HTMLParseError(message, self.getpos())
HTMLParseError: bad end tag: '</a">', at line 182, column 147

Attachments

Change History

Changed 19 months ago by cboos

  • priority changed from normal to high
  • type changed from defect to task
  • milestone set to none

Symptom reported again in #4691.

Changed 15 months ago by anonymous

  • priority changed from high to highest
  • version changed from 0.10.2 to 0.9
  • type changed from task to enhancement
  • milestone changed from not applicable to 1.0

Changed 15 months ago by eblot

  • priority changed from highest to high
  • version changed from 0.9 to 0.10.2
  • type changed from enhancement to task
  • milestone 1.0 deleted

Reverting "anonymous'" changes.

Changed 12 months ago by anonymous

Should this be 0.10.5 or is it going to become a wontfix since 0.11 moves to using Pygments?

Changed 12 months ago by cboos

  • status changed from new to closed
  • resolution set to wontfix

wontfix is the more realistic option here ;-)

Add/Change #4365 (SilverCity on t.e.o needs to be updated)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.