Changes between Version 49 and Version 50 of TimingAndEstimationPlugin


Ignore:
Timestamp:
Jun 13, 2007, 3:07:18 PM (17 years ago)
Author:
Russ Tyndall
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TimingAndEstimationPlugin

    v49 v50  
    1818
    1919'''Because we are using ITicketChangeListener this plugin is only compatible with Trac >= .10'''
     20
     21== Supported Versions ==
     22
     23Currently this has been tested on Python 2.4 (I think it should run on 2.3 as well though) and Trac .10dev with sqlite >= 3.2.3 backend.  This plugin should also support mysql and postgresql DB backends.
     24
     25 * ''Genshi is supported in the Trac 0.11 branch of this plugin.''
     26 * ''Clearsilver is a requirement for running the Trac 0.10 version of this plugin .''
     27 * '''Because we are using ITicketChangeListener this plugin is only compatable with Trac >= .10'''
     28   * if you wish to use Trac < .10, I suggest checking out: http://trac.edgewall.org/wiki/TimeTracking
     29
     30== Getting the Plugin ==
     31
     32Download the source using Svn at:
     33 * [http://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.10 SVN Trac0.10 branch]
     34 * [http://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.11 SVN Trac0.11 branch]
     35
     36Download the zipped source :
     37 * [download:timingandestimationplugin/branches/trac0.10 Zipped source for plugin for Trac0.10].
     38 * [download:timingandestimationplugin/branches/trac0.11 Zipped source for plugin for Trac0.11].
     39
     40Browse the source using Trac:
     41 * [source:timingandestimationplugin/branches/trac0.10 Version of this plugin for Trac0.10].
     42 * [source:timingandestimationplugin/branches/trac0.11 Version of this plugin for Trac0.11].
     43
     44In the repository there is a [browser:timingandestimationplugin/scripts scripts folder] that contains some various python files that I have written to perform billing queries across an entire directory of tracs and email the results to a specified address.  As is these are written to work in my setup and some paths at the top of each file will probably need to be changed.  These are mostly included because I wrote them for myself and thought others might want to perform similar tasks. (See: [wiki:TimingAndEstimationScriptHelp script help])
     45
     46
    2047
    2148== Documents ==
     
    6794[http://trac-hacks.org/newticket?component=TimingAndEstimationPlugin&owner=bobbysmith007 new ticket].
    6895
    69 == Supported Versions ==
    70 
    71 Currently this has been tested on Python 2.4 (I think it should run on 2.3 as well though) and Trac .10dev with sqlite >= 3.2.3 backend.  This plugin should also support mysql and postgresql DB backends.
    72 
    73  * ''Genshi is supported in the Trac 0.11 branch of this plugin.''
    74  * ''Clearsilver is a requirement for running the Trac 0.10 version of this plugin .''
    75  * '''Because we are using ITicketChangeListener this plugin is only compatable with Trac >= .10'''
    76    * if you wish to use Trac < .10, I suggest checking out: http://trac.edgewall.org/wiki/TimeTracking
    77 
    78 == Getting the Plugin ==
    79 
    80 Download the source using Svn at:
    81  * [http://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.10 SVN Trac0.10 branch]
    82  * [http://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.11 SVN Trac0.11 branch]
    83 
    84 Download the zipped source :
    85  * [download:timingandestimationplugin/branches/trac0.10 Zipped source for plugin for Trac0.10].
    86  * [download:timingandestimationplugin/branches/trac0.11 Zipped source for plugin for Trac0.11].
    87 
    88 Browse the source using Trac:
    89  * [source:timingandestimationplugin/branches/trac0.10 Version of this plugin for Trac0.10].
    90  * [source:timingandestimationplugin/branches/trac0.11 Version of this plugin for Trac0.11].
    91 
    92 In the repository there is a [browser:timingandestimationplugin/scripts scripts folder] that contains some various python files that I have written to perform billing queries across an entire directory of tracs and email the results to a specified address.  As is these are written to work in my setup and some paths at the top of each file will probably need to be changed.  These are mostly included because I wrote them for myself and thought others might want to perform similar tasks. (See: [wiki:TimingAndEstimationScriptHelp script help])
    93 
    9496== Uninstall Help ==
    9597There is not a lot here, but ticket:995 is the best source of information for people uninstalling the plugin.