Changes between Version 72 and Version 73 of TimingAndEstimationPlugin


Ignore:
Timestamp:
May 11, 2008, 11:43:08 AM (16 years ago)
Author:
anonymous
Comment:

remove hardcoded urls parts

Legend:

Unmodified
Added
Removed
Modified
  • TimingAndEstimationPlugin

    v72 v73  
    88
    99[[TOC]]
    10 
    1110
    1211
     
    2322Currently 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.
    2423
    25  * ''Genshi is supported in the Trac 0.11 branch of this plugin. However, you must upgrade to genshi head (instead of the version trac11 installs by default).''
    26  * ''Clearsilver is a requirement for running the Trac 0.10 version of this plugin .''
     24 * 0.11: genshi head, instead of the version trac11 installs by default.
    2725 * '''Because we are using ITicketChangeListener this plugin is only compatable with Trac >= .10'''
    2826   * if you wish to use Trac < .10, I suggest checking out: http://trac.edgewall.org/wiki/TimeTracking
     
    3129
    3230Download 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]
     31 * [/svn/timingandestimationplugin/branches/trac0.10 SVN Trac0.10 branch]
     32 * [/svn/timingandestimationplugin/branches/trac0.11 SVN Trac0.11 branch]
    3533
    3634Download the zipped source :
     
    4745 * [source:timingandestimationplugin/branches/trac0.11 Version of this plugin for Trac0.11].
    4846
    49 
    50 
    51 
    5247In the repository there is a script folder [browser:timingandestimationplugin/branches/trac0.10/scripts 0.10]/[browser:timingandestimationplugin/branches/trac0.11/scripts 0.11] 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])
    53 
    54 
    5548
    5649== Documents ==
    5750 * [TimeEstimationAndQuotingSpecification Initial Plugin Specification]
    5851 * [TimeEstimationUserManual User Manual]
    59  * See [http://trac-hacks.org/wiki/TimingAndEstimationPlugin#PostInstallationConfigurationOptions Post Installation Configuration Options] for information about this plugins SVN Post Commit Hook
     52 * See [TimingAndEstimationPlugin#PostInstallationConfigurationOptions Post Installation Configuration Options] for information about this plugins SVN Post Commit Hook
    6053
    6154 * [TimeEstimationAndQuotingNewFeaturesSpecification New Features Specification ]
     
    136129'''Author:''' [wiki:bobbysmith007] [[BR]]
    137130'''Contributors:'''
    138  * Alessio Massaro
    139    * trac-hacks wiki:masariello
     131 * Alessio Massaro: wiki:masariello
    140132   * Helped Get Reports working in postgres and started moving toward generic work rather than hours
    141133 * kkurzweil@lulu.com
    142134   * helped postegresql db backend compatiblity
    143  * Jonas Borgstrom : http://trac.edgewall.org/wiki/JonasBorgstrom
     135 * Jonas Borgstrom : t:wiki:JonasBorgstrom
    144136   * made it so that base_url was unnecessary
    145137 * [wiki:coling Colin Guthrie]