Changeset 509 for trunk/ChangeLog


Ignore:
Timestamp:
01/12/11 10:38:58 (13 years ago)
Author:
bas
Message:

added a new parameter: inline_properties_first_wins, closes #216

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r508 r509  
    7474
    7575   * Added a notifcation function that always send an email to the reporter if
    76      the ticket is updated via email: closes: #178, #229
    77         - always_notify_reporter : 1 (default: 0)
     76     the ticket is updated via email. This independed of trac.ini setting
     77     , closes: #178, #229
     78        - notify_reporter: 1 (default: 0)
    7879        - notify_reporter_black_list : basv@sara.nl (default: 0)
    7980     Author: hju add jochenkuhl dot de
     81     Applied by: Bas van der Vlies
     82
     83 
     84   * Added a new parameter for processing inline properties: (closes #216)
     85       -  inline_properties_first_wins: 1 (default: 0)
     86     
     87     When an email has two of the same inline entries:
     88        {{{
     89        @status: closed
     90        @status: accepted
     91        }}}
     92      Only the first one is used '@status: closed'
     93
     94     Author: Konstantin Ryabitsev <icon add mricon dot com>
    8095     Applied by: Bas van der Vlies
    8196
Note: See TracChangeset for help on using the changeset viewer.