Changes between Version 4 and Version 5 of MasterTicketsPlugin


Ignore:
Timestamp:
Oct 17, 2007, 8:44:08 AM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Add info about Genshi dependency

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v4 v5  
    99
    1010'''NOTE 2'''
    11 Trac 0.11 revision 5945 currently breaks Trac together with this plugin.
    12 {{{
    13 Traceback (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():
    24 KeyError: 'mastertickets'
    25 }}}
     11The 0.11 version requires a version of Genshi from trunk (or >=0.5 once that is released).
    2612
    2713Just 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.