Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3025 closed defect (worksforme)

clicking timeline changeset link errors!

Reported by: anonymous Owned by: Jonas Borgström
Priority: high Milestone:
Component: version control/changeset view Version: devel
Severity: critical Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Alec Thomas)

Python traceback

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 131, in run
    dispatch_request(req.path_info, req, env)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 142, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 110, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py", line 216, in process_request
    diff_args, diff_options)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py", line 274, in _render_html
    for name, value, wikiflag, htmlclass in chgset.properties():
TypeError: iteration over non-sequence

Attachments (0)

Change History (4)

comment:1 by anonymous, 18 years ago

Summary: Trac detected an internal error:iteration over non-sequenceclicking timeline changeset link errors!

comment:2 by Alec Thomas, 18 years ago

Description: modified (diff)

comment:3 by Christian Boos, 18 years ago

Resolution: worksforme
Status: newclosed

You should try to upgrade to the latest trunk.

(Changeset.properties was renamed to Changeset.get_properties in r2990, so I think you're using an "old" dev release…)

comment:4 by Christopher Lenz, 18 years ago

Milestone: 0.10

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.