Modify ↓
#1354 closed defect (fixed)
Milestone detail view/edit broken
| Reported by: | 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 )
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 , 21 years ago
| Description: | modified (diff) |
|---|---|
| Status: | new → assigned |
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in [1439].