Changes between Initial Version and Version 1 of ValuePropagationPlugin


Ignore:
Timestamp:
Nov 1, 2010, 7:11:13 PM (13 years ago)
Author:
Chris Nelson
Comment:

New hack ValuePropagationPlugin, created by ChrisNelson

Legend:

Unmodified
Added
Removed
Modified
  • ValuePropagationPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Value Propagation Plugin =
     4
     5== Description ==
     6
     7A configurable ticket change listener plugin that can update other fields or fields on other tickets when a ticket changes.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for ValuePropagationPlugin are
     12[report:9?COMPONENT=ValuePropagationPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=ValuePropagationPlugin&owner=ChrisNelson new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:valuepropagationplugin here].
     20
     21== Source ==
     22
     23You can check out ValuePropagationPlugin from [http://trac-hacks.org/svn/valuepropagationplugin here] using Subversion, or [source:valuepropagationplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27[value_propagation]
     28r1.fields = estimatedhours, hours
     29r1.link = parents
     30r1.method.estimatedhours = sum
     31r1.method.hours = sum
     32r1.type = link
     33
     34
     35== Recent Changes ==
     36
     37[[ChangeLog(valuepropagationplugin, 3)]]
     38
     39== Author/Contributors ==
     40
     41'''Author:''' [wiki:ChrisNelson] [[BR]]
     42'''Maintainer:''' [wiki:ChrisNelson] [[BR]]
     43'''Contributors:'''