Changes between Version 124 and Version 125 of TimingAndEstimationPlugin


Ignore:
Timestamp:
Oct 4, 2017, 8:24:36 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TimingAndEstimationPlugin

    v124 v125  
    1212== Description
    1313
    14 This plugin adds estimation and time tracking to Trac. It basically adds !CustomFields and !CustomReports and an interface for filling the dynamic variables for the report. This plugin requires Javascript enabled to work.
     14This plugin adds estimation and time tracking to Trac. It basically adds !CustomFields and !CustomReports and an interface for filling the dynamic variables for the report. This plugin requires Javascript to be enabled.
    1515
    1616=== Supported Versions
     
    1818This plugin has been tested on:
    1919 * Python >= 2.5 and perhaps more recent versions of Pythons will work on older Trac versions.
    20  * Trac >= 0.10: because we are using ITicketChangeListener this plugin is only compatible with Trac >= 0.10
     20 * Trac >= 0.10: because we are using ITicketChangeListener this plugin is only compatible with Trac >= 0.10.
    2121 * Database, should support all three major open source databases:
    2222  * SQLite3 >= 3.6.8, required for SAVEPOINT calls to work
     
    153153== Related Plugins
    154154
    155  * The TracHoursPlugin is a different plugin trying to accomplish the same thing as TimingAndEstimationPlugin, but in a different way.
    156  * EstimationToolsPlugin - makes pretty pictures based on estimated hours field (which this plugin can provide).
    157  * The ScrumBurndownPlugin makes use of this plugin to provide a javascripted daily burndown chart, useful in the agile development methodology known as Scrum.
    158  * RoadmapHoursPlugin - Makes the roadmap / Milstone views be based on the hours provided by TimingAndEstimationPlugin.
     155 * TracHoursPlugin is a different plugin trying to accomplish the same thing as TimingAndEstimationPlugin, but in a different way.
     156 * EstimationToolsPlugin makes pretty pictures based on estimated hours field (which this plugin can provide).
     157 * ScrumBurndownPlugin makes use of this plugin to provide a javascripted daily burndown chart, useful in the agile development methodology known as Scrum.
     158 * RoadmapHoursPlugin makes the roadmap and milestone views be based on the hours provided by TimingAndEstimationPlugin.
    159159 * ScrumPlugin - a Radical reworking of the ScrumBurndownPlugin and TimingAndEstimationPlugin.
    160160 * WorkLogPlugin gives an interface that allows you to record time in a work log type format (start and stop tasks).
    161  * TracSlimTimerPlugin - Trac and [http://slimtimer.com/ SlimTimer] integration.
    162  * TimeVisualizerPlugin the same as ScrumBurndownPlugin except is much more flexible and doesn't change db in any way (just reads history data provided by TimingAndEstimationPlugin & Trac itself). For details see [browser:timevisualizerplugin/branches/TimeVisualizer_0.4/doc/InitialDesignGoals InitialDesignGoals].
    163  * TaskjugglerPlugin - Export data from Trac to Taskjuggler - uses the same custom fields as TandE.
     161 * TracSlimTimerPlugin integrates Trac and [http://slimtimer.com/ SlimTimer].
     162 * TimeVisualizerPlugin is the same as ScrumBurndownPlugin, except is much more flexible and doesn't change the database in any way, but rather reads history data provided by TimingAndEstimationPlugin and Trac itself. For details see [browser:timevisualizerplugin/branches/TimeVisualizer_0.4/doc/InitialDesignGoals InitialDesignGoals].
     163 * TaskjugglerPlugin exports data from Trac to Taskjuggler and uses the same custom fields as this plugin.
    164164
    165165== Interacting with T&E