Changes between Version 2 and Version 3 of MasterTicketsPlugin


Ignore:
Timestamp:
Sep 7, 2007, 7:21:43 AM (17 years ago)
Author:
Erik Andersson
Comment:

made note about compatibility problems with trac 0.11 r5945

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v2 v3  
    77have the time to invest in a backport. Please do not file tickets against the 0.10 version, as I
    88will close all of them as `wontfix`. Instructions to install the 0.11 version will follow shortly.
     9
     10'''NOTE 2'''
     11Trac 0.11 revision 5945 currently brakes Trac together with this plugin.
     12{{{
     13Traceback (most recent call last):
     14  File "/misc/svkcheckout/trac/branches/cap-hacks/trac/web/api.py", line 342, in send_error
     15    'text/html')
     16  File "/misc/svkcheckout/trac/branches/cap-hacks/trac/web/chrome.py", line 577, in render_template
     17    stream |= self._filter_stream(req, method, filename, stream, data)
     18  File "/usr/lib/python2.4/site-packages/Genshi-0.5dev_r630-py2.4.egg/genshi/core.py", line 122, in __or__
     19    return Stream(_ensure(function(self)))
     20  File "/misc/svkcheckout/trac/branches/cap-hacks/trac/web/chrome.py", line 641, in inner
     21    data)
     22  File "/usr/lib/python2.4/site-packages/TracMasterTickets-2.0-py2.4.egg/mastertickets/web_ui.py", line 50, in filter_stream
     23    for field, value in data['mastertickets']['field_values'].iteritems():
     24KeyError: 'mastertickets'
     25}}}
    926
    1027Just put the ticket numbers that a given ticket is blocking in the `Blocking` field. Enter just the number, no leading `#`. Separate multiple numbers with commas.