Changes between Version 29 and Version 30 of TimeVisualizerPlugin


Ignore:
Timestamp:
Aug 6, 2015, 9:05:36 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TimeVisualizerPlugin

    v29 v30  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Plugin to render burndown SVG =
    4 
    5 '''Author:''' [wiki:mape] (thtv08 _at_ gmail.com)
     3= Plugin to render burndown SVG images
    64
    75'''Links:'''
     
    119| [browser:timevisualizerplugin browse]
    1210
    13 '''Description:''' This component draws customizable burndown graphs from ticket history provided by TimingAndEstimationPlugin. Dynamic graphs can be easily embedded to wiki pages.
     11== Description
    1412
    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!
     13This component draws customizable burndown graphs from ticket history provided by TimingAndEstimationPlugin. Dynamic graphs can be easily embedded to wiki pages.
    1614
    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.
     15Developed and tested with Trac 0.10.4, Python 2.4, sqlite, mod_python and Apache on Windows. The 0.6 version works on Trac 0.11.
    1816
    19 '''Feedback:''' [wiki:TimeVisualizerPlugin/FeedBack Feel free to give feedback]
    20 == Installation ==
     17== Bugs/Feature Requests
    2118
    22  1. get source installation & install it
    23 {{{
     19Existing bugs and feature requests for TimeVisualizerPlugin are [query:?status=new&status=assigned&status=reopened&group=&component=TimeVisualizerPlugin&order=priority here].
     20
     21If you have any issues, create a [/newticket?component=TimeVisualizerPlugin new ticket].
     22
     23[[TicketQuery(component=TimeVisualizerPlugin,group=type,format=progress)]]
     24
     25== Installation
     26
     27'''Dependencies:''' TimingAndEstimationPlugin was needed in 0.4 and earlier versions to feed database with estimates and totalhours custom tickets. Browser must render SVG natively and support the html tag iframe. Latest Firefox, Opera and Safari browser versions should work.
     28
     29 1. Get source installation & install it
     30{{{#!sh
    2431svn co http://trac-hacks.org/svn/timevisualizerplugin/branches/TimeVisualizer_0.6
    2532cd TimeVisualizer_0.6
    2633python setup.py install
    2734}}}
    28  2. Edit trac.ini and modify components section:
    29 {{{
     35 2. Edit your `trac.ini` file and modify components section:
     36{{{#!ini
    3037[components]
    3138<...other components...>
    3239tractimevisualizerplugin.* = enabled
    3340}}}
    34  3. Restart server to propagate changes
     41 3. Restart server to propagate changes.
    3542
    3643For details, see browser:/timevisualizerplugin/branches/TimeVisualizer_0.6/release_notes.txt
    3744
    38 == Usage ==
     45== Usage
    3946
    4047To test graphs & filtering, access "http://server:port/path_to_trac_env/tractimevisualizer". It will render hours from whole project life cycle.
    4148
    42 More practical is to get graphs from some certain time frame and filter hours based on milestone and/or component. This is achieved with macro !BurnDown (ya, I wrote this plugin to replace ScrumBurndownPlugin because its graph was so limiting and I don't like plugins that modify database schema).
     49More practical is to get graphs from some certain time frame and filter hours based on milestone and/or component. This is achieved with macro !BurnDown (wrote this plugin to replace ScrumBurndownPlugin because its graphing capabilities were limited and it modifies the database schema).
    4350
    4451In my example project, I have wiki page with following content:
     
    5865For more, see browser:/timevisualizerplugin/branches/TimeVisualizer_0.6/release_notes.txt
    5966
    60 == Recent Changes ==
     67== Feedback
     68
     69[wiki:TimeVisualizerPlugin/FeedBack Feel free to give feedback]
     70
     71== Recent Changes
    6172
    6273[[ChangeLog(timevisualizerplugin, 5)]]
    6374
    64 == Author/Contributors ==
     75== Author/Contributors
    6576
    66 '''Author:''' mape [[BR]]
     77'''Author:''' [wiki:mape] (thtv08 _at_ gmail.com) [[BR]]
    6778'''Maintainer:''' [[Maintainer]] [[BR]]
    6879'''Contributors:''' [[BR]]