[Trac-tickets] [The Trac Project] #1276: Error accessing the
timeline
The Trac Project
noreply at edgewall.com
Thu Mar 10 06:05:22 EST 2005
#1276: Error accessing the timeline
----------------------+-----------------------------------------------------
Id: 1276 | Status: new
Component: timeline | Modified: Thu Mar 10 06:05:21 2005
Severity: major | Milestone:
Priority: normal | Version: devel
Owner: jonas | Reporter: Juanma Barranquero
----------------------+-----------------------------------------------------
While testing the current devel version from the repository, I get an
error on accessing the Timeline:
{{{
Oops...
Trac detected an internal error:
global name 'row_node' is not defined
[...]
Traceback (most recent call last):
File "C:\bin\python\lib\site-packages\trac\web\modpython_frontend.py",
line 179, in handler
dispatch_request(mpr.path_info, mpr, env)
File "C:\bin\python\lib\site-packages\trac\web\main.py", line 319, in
dispatch_request
module.run(req)
File "C:\bin\python\lib\site-packages\trac\Module.py", line 49, in run
self.render(req)
File "C:\bin\python\lib\site-packages\trac\Timeline.py", line 153, in
render
item = render_func(req, item)
File "C:\bin\python\lib\site-packages\trac\Timeline.py", line 205, in
_render_changeset
if not self.authzperm.has_permission(row_node['name']):
NameError: global name 'row_node' is not defined
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1276>
The Trac Project <>
More information about the Trac-Tickets
mailing list