Edgewall Software
Modify

Ticket #4365 (closed task: wontfix)

Opened 5 years ago

Last modified 4 years 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:
Release Notes:
API Changes:

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

comment:1 Changed 5 years ago by cboos

  • Milestone set to none
  • Priority changed from normal to high
  • Type changed from defect to task

Symptom reported again in #4691.

comment:2 Changed 5 years ago by anonymous

  • Milestone changed from not applicable to 1.0
  • Priority changed from high to highest
  • Type changed from task to enhancement
  • Version changed from 0.10.2 to 0.9

comment:3 Changed 5 years ago by eblot

  • Milestone 1.0 deleted
  • Priority changed from highest to high
  • Type changed from enhancement to task
  • Version changed from 0.9 to 0.10.2

Reverting "anonymous'" changes.

comment:4 Changed 4 years ago by anonymous

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

comment:5 Changed 4 years ago by cboos

  • Resolution set to wontfix
  • Status changed from new to closed

wontfix is the more realistic option here ;-)

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.