Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#1354 closed defect (fixed)

Milestone detail view/edit broken

Reported by: jason@… Owned by: Christopher Lenz
Priority: normal Milestone: 0.9
Component: roadmap Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christopher Lenz)

As of svn trunk revision 1436, the milestone viewer appears to be broken (e.g., urls like: …/milestone/0.1) I get an oops page with this message:

Trac detected an internal error: global name 'urllib' is not defined

With this traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 168, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 296, in dispatch_request
    parse_path_info(req.args, path_info)
  File "/usr/lib/python2.3/site-packages/trac/Module.py", line 111, in parse_path_info
    set_if_missing(args, 'id', urllib.unquote(match.group(1)))
NameError: global name 'urllib' is not defined

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 19 years ago

Description: modified (diff)
Status: newassigned

comment:2 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1439].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz 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.