Edgewall Software

Changes between Version 28 and Version 29 of TimeTracking


Ignore:
Timestamp:
Dec 8, 2005, 2:31:23 PM (18 years ago)
Author:
steffenp@…
Comment:

scaled images

Legend:

Unmodified
Added
Removed
Modified
  • TimeTracking

    v28 v29  
    66
    77 * Extending the data model  (for Trac 0.8)
    8  * Using custom ticket fields (for Trac 0.9)
     8 * Using custom ticket fields (for Trac 0.9.x)
    99
    1010This patch is unofficial, please do not report bugs through the Trac ticket system. Instead contact the trac user mailing list or [mailto:steffenp@gmx.de Steffen Pingel].
     
    2525 * Use a Subversion commit hook to log spent time
    2626
    27 Here is a screen shot of the roadmap and of the ticket report:
    28  [http://projects.edgewall.com/trac/attachment/wiki/TimeTracking/trac-roadmap.png?format=raw Roadmap]
    29 [http://projects.edgewall.com/trac/attachment/wiki/TimeTracking/trac-timetracking-report.png?format=raw Ticket Query]
     27===== Screenshots =====
     28
     29Here is a screen shot of the roadmap (click to enlarge):
     30
     31[[Image(trac-roadmap-thumb.png, 400px, display:block,margin-left:auto,margin-right:auto)]]
     32
     33And of the ticket report:
     34
     35[[Image(trac-timetracking-report-thumb.png, 400px, display:block,margin-left:auto,margin-right:auto)]]
    3036
    3137===== Patching Trac =====
     
    3440
    3541 * Download and unzip/untar Trac
    36  * Run {{{patch -p0 < trac-time-tracking-0.9.2.diff}}} from the created trac-0.9 directory
    37  * Reinstall Trac (run {{{./setup.py install}}})
     42 * Run patch from the created trac-0.9 directory:
     43{{{
     44patch -p0 < trac-time-tracking-0.9.2.diff
     45}}}
     46
     47 * Reinstall Trac:
     48{{{
     49./setup.py install
     50}}}
    3851
    3952===== Modifying trac.ini =====