Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1368 closed defect (fixed)

Error accesing the Timeline ("name" not defined)

Reported by: Juanma Barranquero Owned by: Christopher Lenz
Priority: normal Milestone: 0.9
Component: timeline Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Using the cutting edge from HEAD, I get an error ("name" not defined) on accessing the timeline. Seems like this trivial typo:

  • trac/Timeline.py

     
    219219                files.append('<span class="diff-%s">%s</span>'
    220                              % (class_map.get(change, 'mod'), name))
     220                             % (class_map.get(change, 'mod'), path))
    221221            item['node_list'] = ', '.join(files) + ': '

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 19 years ago

Milestone: 0.9
Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

Oops, my fault.

comment:2 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1455].

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.