Changes between Version 31 and Version 32 of TimeVisualizerPlugin


Ignore:
Timestamp:
Mar 22, 2016, 9:52:25 PM (8 years ago)
Author:
figaro
Comment:

From http to https

Legend:

Unmodified
Added
Removed
Modified
  • TimeVisualizerPlugin

    v31 v32  
    3131 1. Get source files and install it:
    3232 {{{#!sh
    33 svn co http://trac-hacks.org/svn/timevisualizerplugin/branches/TimeVisualizer_0.6
     33svn co https://trac-hacks.org/svn/timevisualizerplugin/branches/TimeVisualizer_0.6
    3434cd TimeVisualizer_0.6
    3535python setup.py install
     
    4949To test graphs and filtering, access "http://server:port/path_to_trac_env/tractimevisualizer". It will render the hours from the whole project's life cycle.
    5050
    51 More practical is to get graphs from some a certain time frame and filter the hours based on milestone and/or component. This is achieved with macro !BurnDown. I wrote this plugin to replace ScrumBurndownPlugin because its graphing capabilities were limited and it modifies the database schema.
     51More practical is to get graphs from a certain time frame and filter the hours based on milestone and/or component. This is achieved with macro !BurnDown. I wrote this plugin to replace ScrumBurndownPlugin, because its graphing capabilities were limited and it modifies the database schema.
    5252
    5353In my example project, I have a wiki page with following content: