Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6143


Ignore:
Timestamp:
Oct 8, 2007, 10:18:27 AM (17 years ago)
Author:
Christian Boos
Comment:

Another symptom of the changeset info being used but not provided (probably due to a permission check).

Note: see get_changes in trac/versioncontrol/web_ui/util.py.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6143

    • Property Owner changed from Jonas Borgström to Christian Boos
    • Property Component generalversion control
    • Property Milestone not applicable0.10.5
  • Ticket #6143 – Description

    initial v1  
    55
    66Python Traceback
    7 
     7{{{
    88Traceback (most recent call last):
    99  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
     
    2020    return changes[a['rev']]['date_seconds']
    2121KeyError: 'date_seconds'
    22 
     22}}}