Changes between Version 73 and Version 74 of TimingAndEstimationPlugin


Ignore:
Timestamp:
Jul 4, 2008, 6:07:47 PM (16 years ago)
Author:
Russ Tyndall
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TimingAndEstimationPlugin

    v73 v74  
    2020== Supported Versions ==
    2121
    22 Currently this has been tested on Python >=2.4 (it will not run on 2.3 because I am using generator expressions in a few places). and Trac .10dev with sqlite >= 3.2.3 backend.  This plugin should also support mysql and postgresql DB backends.
    23 
    24  * 0.11: genshi head, instead of the version trac11 installs by default.
    25  * '''Because we are using ITicketChangeListener this plugin is only compatable with Trac >= .10'''
     22Currently this has been tested on:
     23 *  Python >=2.3
     24 * Trac > .10
     25   * '''Because we are using ITicketChangeListener this plugin is only compatable with Trac >= .10'''
    2626   * if you wish to use Trac < .10, I suggest checking out: http://trac.edgewall.org/wiki/TimeTracking
    27 
     27 * sqlite >= 3.2.3 backend.  This plugin should also support mysql and postgresql DB backends.
     28 
    2829== Getting the Plugin ==
    2930