Edgewall Software

Changes between Version 20 and Version 21 of TimeTracking


Ignore:
Timestamp:
Dec 5, 2005, 11:13:22 PM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TimeTracking

    v20 v21  
    148148
    149149This closes ticket #1, increases the time spent by 1 hour and decreases the remaining time by 1 hour.
     150
     151= Unsupported? =
     152
     153==== [ticket:2442 Ticket #2442 (defect)] ====
     154
     155I tried adding the 0.9 mod today and hit a little static in the above. First, of course the .diff doesn't work for 0.9.1. Rolled back and followed steps above but the roadmap breaks with:
     156
     157{{{
     158Traceback (most recent call last):
     159  File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 131, in run
     160    dispatch_request(req.path_info, req, env)
     161  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
     162    dispatcher.dispatch(req)
     163  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
     164    resp = chosen_handler.process_request(req)
     165  File "/usr/lib/python2.3/site-packages/trac/ticket/roadmap.py", line 213, in process_request
     166    [ 'owner', 'tt_estimated', 'tt_remaining', 'tt_spent' ])
     167  File "/usr/lib/python2.3/site-packages/trac/ticket/roadmap.py", line 66, in get_tickets_for_milestone
     168    ticket = {
     169TypeError: tuple indices must be integers
     170}}}
     171
     172Using SQLite 3.2.7. I have not added estimates to every existing ticket ... would hope that's not necessary ... anyone else struck this?
     173
     174'''cmlenz response to this ticket:''' TimeTracking is an '''unsupported patch''' that hasn't been updated by whoever first wrote it. Ticket closed, Resolution invalid.