Changes between Version 2 and Version 3 of FlexibleReporterNotificationPlugin


Ignore:
Timestamp:
Sep 10, 2012, 6:52:34 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Removed dead link. Fixed page formatting.

Legend:

Unmodified
Added
Removed
Modified
  • FlexibleReporterNotificationPlugin

    v2 v3  
    1010
    1111I am publishing this because I feel that if we needed this someone else also might need it.
    12 
    13 More update on our trac environment can be found at http://blogs.circlesource.com/
    14 
    1512
    1613== Bugs/Feature Requests ==
     
    3431Install the plugin in the plugins directory of your Trac implementation.
    3532
    36 Edit the trac.ini file and put the following line under [notification]
     33Edit the trac.ini file by adding the following line:
    3734
     35{{{
     36#!ini
     37[notification]
    3838always_notify_reporter = true
     39reporter_states = new,closed,reopened
     40}}}
    3941
    40 reporter_states = new,closed,reopened
     42The line above specifies the states in which reporter should be notified. In the above example the reporter will be notified only when the ticket is in one of the [new,closed or reopened] states.
    4143
    42          The line above specifies the states in which reporter should be notified. In the above example the reporter will be notified only when the ticket is in one of the [new,closed or reopened] states.
    43 
    44 Note:-
    45            1)always_notify_reporter should be set to true else no notification will be sent to reporter.
    46 
    47            2)Do not leave reporter_states blank.
    48  
    49        
    50 
    51 
    52 
     44Note:
     45 1. `always_notify_reporter` should be set to true else no notification will be sent to reporter.
     46 1. Do not leave reporter_states blank.
    5347
    5448== Recent Changes ==