Changes between Version 47 and Version 48 of TimingAndEstimationPlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TimingAndEstimationPlugin

    v47 v48  
    3030  * '''No Really, GO READ [trac:TracPlugins]'''
    3131 1. Be sure that the plugin is enabled. Add "timingandestimationplugin.* = enabled" to trac.ini (in the [components] subheading).
     32  * Alternatively, this can be enabled in the Web Admin section of the website as well
    3233 1. Run `$ trac-admin /path/to/projenv upgrade`
    3334  * You should get a message like this:
     
    6869== Supported Versions ==
    6970
    70 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.  We have been working on improving support for the postgres/mysql backends, but I do not currently have postgres to test on, so this is a user driven process.  ''I believe that the postgre backend is fairly stable now''.
     71Currently 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.
    7172
    72 ''Currently this plugin does not support Genshi.  I will try to get to this at somepoint, but for now Clearsilver is a requirement.''
     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
    7377
    74 '''Because we are using ITicketChangeListener this plugin is only compatable with Trac >= .10'''
     78== Getting the Plugin ==
    7579
    76 == Download ==
     80Download 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]
    7783
    78 Download the zipped source from [download:timingandestimationplugin here].
     84Download 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].
    7987
    80 == Source ==
    81 
    82 You can check out TimingAndEstimationPlugin from [http://trac-hacks.org/svn/timingandestimationplugin/trunk here] using Subversion, or [source:timingandestimationplugin/trunk browse the source] with Trac.
     88Browse the source using Trac:
     89 * [source:timingandestimationplugin/branches/trac0.10 Version of this Plugin Trac0.10].
     90 * [source:timingandestimationplugin/branches/trac0.11 Version of this Plugin Trac0.11].
    8391
    8492In 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])
     
    106114'''Author:''' [wiki:bobbysmith007] [[BR]]
    107115'''Contributors:'''
     116 * Alessio Massaro
     117   * trac-hacks wiki:masariello
     118   * Helped Get Reports working in postgres and started moving toward generic work rather than hours
     119 * kkurzweil@lulu.com
     120   * helped postegresql db backend compatiblity
     121 * Jonas Borgstrom : http://trac.edgewall.org/wiki/JonasBorgstrom
     122   * made it so that base_url was unnecessary