Edgewall Software

Changes between Version 2 and Version 3 of TimeTracking


Ignore:
Timestamp:
May 8, 2005, 10:10:27 PM (19 years ago)
Author:
steffenp@…
Comment:

updated url

Legend:

Unmodified
Added
Removed
Modified
  • TimeTracking

    v2 v3  
    1818This patch touches quite a few spots though:
    1919
     20 * Patch Trac to provide a progress bar in the Roadmap view
    2021 * Modify trac.ini for each project to add custom fields
    21  * Patch Trac to provide a progress bar in the Roadmap view
    2222 * Add a ticket query
    2323 * Use a Subversion commit hook to log spent time
    2424
    2525Here is a [http://steffenpingel.de/trac/trac-roadmap.png screen shot of the roadmap] and a [http://steffenpingel.de/trac/trac-timetracking-report.png screen shot of the ticket report].
     26
     27===== Patching Trac =====
     28
     29Download and apply the latest [http://steffenpingel.de/patches/trac/ time tracking patch]:
     30
     31 * Checkout the latest Trac from the Subversion trunk
     32 * Run {{{patch -p0 < trac-time-tracking-r1612.diff}}} from the checked out directory
     33 * Reinstall Trac (run {{{./setup.py install}}})
    2634
    2735===== Modifying trac.ini =====
     
    4048tt_remaining.label = Time remaining
    4149}}}
    42 
    43 ===== Patching Trac =====
    44 
    45 Download and apply the following [http://steffenpingel.de/trac/trac-time-tracking-r1579.diff Patch]:
    46 
    47  * Checkout the latest Trac from the Subversion trunk
    48  * Run {{{patch -p0 < trac-time-tracking-r1579.diff}}} from the checked out directory
    49  * Reinstall Trac (run {{{./setup.py install}}})
    5050
    5151===== Adding the query =====