Changes between Initial Version and Version 1 of SumFieldsPlugin


Ignore:
Timestamp:
Jun 8, 2010, 7:27:48 PM (14 years ago)
Author:
Rob Guttman
Comment:

New hack SumFieldsPlugin, created by robguttman

Legend:

Unmodified
Added
Removed
Modified
  • SumFieldsPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Sum Fields Plugin =
     4
     5== Description ==
     6
     7Sums specified fields in custom queries.  Specify list of fields to sum in {{{trac.ini}}}:
     8
     9{{{
     10[sumfields]
     11fields = effort, actual_effort
     12}}}
     13
     14This is a !JavaScript solution (and my first published plugin) - would be interested in learning better/simpler ways to achieving this functionality.
     15
     16== Bugs/Feature Requests ==
     17
     18Existing bugs and feature requests for SumFieldsPlugin are
     19[report:9?COMPONENT=SumFieldsPlugin here].
     20
     21If you have any issues, create a
     22[http://trac-hacks.org/newticket?component=SumFieldsPlugin&owner=robguttman new ticket].
     23
     24== Download ==
     25
     26Download the zipped source from [download:sumfieldsplugin here].
     27
     28== Source ==
     29
     30You can check out SumFieldsPlugin from [http://trac-hacks.org/svn/sumfieldsplugin here] using Subversion, or [source:sumfieldsplugin browse the source] with Trac.
     31
     32== Example ==
     33
     34Useful as flexible means to sum story points or comparable numeric data for any arbitrary group of tickets such as milestones, owners, etc.
     35
     36== Recent Changes ==
     37
     38[[ChangeLog(sumfieldsplugin, 3)]]
     39
     40== Author/Contributors ==
     41
     42'''Author:''' [wiki:robguttman] [[BR]]
     43'''Maintainer:''' [wiki:robguttman] [[BR]]
     44'''Contributors:'''