Changeset 194 for trunk/ChangeLog
- Timestamp:
- 02/04/08 11:27:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r192 r194 1 200 7-XX-XX1 2008-02-04 2 2 * Added version check and exit if we do not support the trac version 3 3 closes bug #23 … … 24 24 25 25 Implemented by: Bas van der Vlies 26 27 * greedy matching in Subject line, We must stop after the first ':' 28 else we get wrong values for ticket fields when we update a ticket 29 via mail, closes ticket #37 30 Reported by: dmaziuk at bmrb dot wisc dot edu 31 Fixed by: Bas van der Vlies 32 33 * added IGNORECASE flag to regular expression for black list. This 34 is a quick fix, still want to implement this as configuration 35 option, closed bug #39 36 37 Reported By: jodok at lovelysystems dot com 38 Fixed by : Bas van der Vlies 39 40 * When a known user mails a ticket. We will set the Reporter to 41 its login name, closes bug #33, #41 42 43 Also add configuration option: 44 ignore_trac_user_settings : 0 (default value) 45 46 This option will skip the email address to trac user login name 47 mapping. 48 49 Reported by: anonymous 50 Fixed by : Bas van der Vlies 51 52 53 * SPAM detection was only for new mails not for ticket updates, 54 closed ticket #44 55 56 Reported by: Bas van der Vlies 57 Fixed by : Bas van der Vlies 58 26 59 27 60 2007-07-18
Note: See TracChangeset
for help on using the changeset viewer.