Changes between Version 16 and Version 17 of TimeVisualizerPlugin


Ignore:
Timestamp:
Feb 26, 2008, 9:31:12 PM (16 years ago)
Author:
Markus Pelkonen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TimeVisualizerPlugin

    v16 v17  
    1313'''Description:''' This component draws customizable burndown graphs from ticket history provided by TimingAndEstimationPlugin. Dynamic graphs can be easily embedded to wiki pages.
    1414
    15 '''Compability''': Developed and tested with Trac 0.10.4, Python 2.4, sqlite, mod_python & apache on Windows. Plugin might work also with Trac 0.11.
     15'''Compability''': Developed and tested with Trac 0.10.4, Python 2.4, sqlite, mod_python & apache on Windows. 0.6 version works on Trac 0.11!
    1616
    17 '''Dependencies:''' TimingAndEstimationPlugin is needed to feed database with estimates and totalhours custom tickets. Browser must render SVG natively & support html tag iframe (in case of problems, try Firefox 2)
     17'''Dependencies:''' TimingAndEstimationPlugin was needed in 0.4 and earlier versions to feed database with estimates and totalhours custom tickets. Browser must render SVG natively & support html tag iframe. Latest Firefox, Opera & Safari should work.
    1818
    1919'''Feedback:''' [wiki:TimeVisualizerPlugin/FeedBack Feel free to give feedback]
     
    2222 1. get source installation & install it
    2323{{{
    24 svn co http://trac-hacks.org/svn/timevisualizerplugin/trunk timevisualizerplugin
    25 cd timevisualizerplugin
     24svn co http://trac-hacks.org/svn/timevisualizerplugin/tags/TimeVisualizer_0.6
     25cd TimeVisualizer_0.6
    2626python setup.py install
    2727}}}
     
    3333}}}
    3434 3. Restart server to propagate changes
     35
     36For details, see browser:/timevisualizerplugin/tags/TimeVisualizer_0.6/release_notes.txt
    3537
    3638== Usage ==
     
    5254[[Image(TracTimeVisualizerPlugin_ss1.PNG)]]
    5355
     56For more, see browser:/timevisualizerplugin/tags/TimeVisualizer_0.6/release_notes.txt
     57
    5458== Recent Changes ==
    5559
    56 [[ChangeLog(timevisualizerplugin, 3)]]
     60[[ChangeLog(timevisualizerplugin, 5)]]
    5761