source: trunk/ChangeLog @ 512

Last change on this file since 512 was 512, checked in by bas, 13 years ago

some more typo fixes

  • Property svn:mime-type set to text/x-trac-wiki
File size: 37.8 KB
RevLine 
[511]12.0.1 (2011-02-12)
[482]2   * An email adress can match multiple trac accounts, closes #218
3     Author: Konstantin Ryabitsev <icon add mricon dot com>
[484]4
5   * Added check to detect valid users when smtp_default_domain in
6     trac.ini is set, closes #219
7     Author: sto add iti dot upv dot es
8     Applied by: Bas van der Vlies with some minor changes
9
[485]10   * Support for parentdir. Can be used to avoid sections for each project
11     or if all projects have a common parent directory, you can leave out
[503]12     the project drectory setting for each project, eg:
13      * parentdir: /data/trac/oss/projects
[485]14
15     If an section defines a project directory then this can NOT be overriden
16     by the parendir declatation.
17
18     This closes #217
19
20     Author: sto add iti dot upv dot es
21     Applied by: Bas van der Vlies with some minor changes
22
[486]23   * email2trac: Used the wrong code to check number of ticket changes,
24     closes #223.
25     Author: stas dot agarkov add gmail dot com
26     Applied by: Bas van der Vlies
[485]27
[487]28   * email2trac: An enhancement to "update-by-subject", closes #188 Features:
29      - Does a better job parsing out all the permutations of "Re: FW: Re: AW: Subject"
30      - Modifies the subject to drop the prefixes
31     Author: Konstantin Ryabitsev <icon add mricon dot com>
32     Applied by: Bas van der Vlies
33
[489]34   * When platform is Windows and log_type is not set, use 'eventlog' as default log_type
35     instead of 'syslog', closes #225
36     Reported by: jkreider add clarkinc dot biz
37     Author: Bas van der Vlies
38
[492]39   * Applied a patch so we allow more ticket fields to be used for inline properties, eg:
[495]40       - @custom_reports: vu
[492]41     closes #227
42     Author: thomas dot moschny add gmx dot de
43     Applied by: Bas van der Vlies
44
[493]45   * Fixed some bugs in function update_ticket_fields:
46       - Can not clear values, repoterd by thomas dot moschny add gmx dot de
[503]47     closes #228
[493]48       - Values were updated regardless if there are not allowed for the ticket
[503]49     field.
[493]50     Author: Bas van der Vlies
51
[495]52   * Attachments without a name where named 'None' instead of 'untitled-part',
53     closes #230
54     Reported by: hju add jochenkuhl dot de
55     Author: Bas van der Vlies
56
[496]57   * Fixed some errors in Discussion plugin support, closes #231
58     Author: Dennis (dmcrxi add Princeton dot EDU)
59     Applied by: Bas van der Vlies
60
[501]61   * Added html conversion via external commmand: eg email2trac.conf
62      - html2text_cmd: /usr/bin/html2text -nobs
[503]63      - html2text_cmd: /usr/bin/w3m -dump
64      - html2text_cmd: /usr/bin/lynx -dump
65      - html2text_cmd: /usr/bin/links -dump
[501]66     closes #218
67     Author: Bas van der Vlies
68     Applied by: Bas van der Vlies
69
[506]70   * Fixed mailto link for trac 0.11 and 0.12. Use the mailto tag in stead of
71     an html tag. The html tag does not work for trac 0.12
72     Reported by: Wim Rijks
73     Author: Bas van der Vlies
[508]74
[512]75   * Added a notification function that always send an email to the reporter if
[509]76     the ticket is updated via email. This independed of trac.ini setting
77     , closes: #178, #229
78        - notify_reporter: 1 (default: 0)
[508]79        - notify_reporter_black_list : basv@sara.nl (default: 0)
80     Author: hju add jochenkuhl dot de
81     Applied by: Bas van der Vlies
82
[509]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        {{{
[512]89        @status: closed
90        @status: accepted
91        }}}
[509]92      Only the first one is used '@status: closed'
93
94     Author: Konstantin Ryabitsev <icon add mricon dot com>
95     Applied by: Bas van der Vlies
96
[479]971.6.0 (2010-8-10)
[473]98   * Fixed an Unicode error in strip_quotes
99     Author: Bas van der Vlies
[465]100
[473]101   * The attachment filename may not contain '\n' and '\r' characters.
102     Reported by: Jean-Paul Duyx <jean-paul dot duyx at vancis dot nl>
103     Fixed by; Bas van der Vlies
[471]104
105   * Applied a patch to support workflow for all transitions. It will
106     also honour the permission model if set, closes #198
107     an example how to use it:
[503]108    email2trac.conf:
[471]109                [project]
[503]110            workflow_closed: reopen
111            xworkflow_infoneeded: provideinfo
[471]112
[503]113    trac.ini:
114    [ticket-workflow]
115    reopen = closed -> reopened
116    reopen.permissions = TICKET_CREATE
117    reopen.operations = del_resolution
[471]118
[503]119    provideinfo = infoneeded -> moreinfo
120    provideinfo.permissions = TICKET_CREATE
121    provideinfo.name = info provided
122
[471]123     Authors: kroseneg add schmidham dot net and Bas van der Vlies
124
[473]125   * The trac default value for resolution is fixed. The trac.ini value
126     for this is skipped and this resolution settings is only allowed in
127     email2trac.conf, closes #84
128
129     Reported by: hju add jochenkuhl dot de
130     Fixed by: Bas van der Vlies
[475]131
132   * Honor the trac permission model if set, Use
133    TICKET_APPEND and TICKET_CHGPROP instead of TICKET_MODIFY.
134    closes #214
135
136    Reported by: Konstantin Ryabitsev <icon add mricon dot com>
137    Fixed by: Bas van der Vlies
138   
[458]1392010-07-23
[429]140    * logging of spam message was wrong. Fixed it,
141       - set.logger.info must be self.logger.info
142    Author: Bas van der Vlies
[432]143
144    * logging of notification error was wrong. Fixed it, closes #212
145       - set.logger.error must be self.logger.error
146    Reported by:  adam dot lucke at srd-berlin dot de
147    Author: Bas van der Vlies
[443]148
[456]149    * Mail was lost when 'ticket_update' was disabled and a ticket
150      reply was detected.
151    Author: Bas van der Vlies
152
[443]153    * Removed a lot of obsolete code due to using UserDict
154    Author: Bas van der Vlies
[429]155 
[426]1562010-07-21
[400]157    * added a new option 'ticket_permission_system'. Can be set to:
[399]158      - trac: Then it will check if the report has the right trac
159        permission to create or modify a ticket. closes #202
160
161      - update_restricted_to_participants: A ticket update is allowed only if:
162        1) the updater is the reporter,
163        2) the updater is in the CC
164        3) the updater has trac permission to update the ticket.
165        If the update is denied, a new ticket will be generated instead as to
166        not loose the issue . closes #203
167
168    Authors:  kris add tsampa dot org & Bas van der Vlies
169
[413]170
171   * Switch for logging to the python logging module and add some new
172     options to control the behaviour inspired by the trac logging module:
[423]173      - log_type, default syslog
174      - log_level, default info
175      - log_format, email2trac <project name>
176      - log_file, none
[413]177
[424]178     Can be set to the same values as trac logging
179
[417]180     Author: Bas van der Vlies
181
182   * removed trac 0.9 support
[413]183     
[426]1842010-07-12
[393]185  * Do not check if notification is enabled, let Trac determine if a
186    notfication is enabled and which interface/plugin is used, eg:
[395]187    announcerplugin
[393]188
[395]189    Author: Bas van der Vlies
[393]190
[390]1912010-07-06
192  * Fixed several errors in ticket update:
193     - Changed the regex expression. It must end with ':'.   
194     - The email was lost if the ticket id was unknown. If ticket
195       id is unknown a new ticket will be created.
196
197    Reported by: SARA grid team
198    Fixed by: Bas van der Vlies
199       
200
201
[386]2022010-06-28
203  * Ticket update for version 0.12 did not work, closes #209
204    Author: mark underscore kids add yahoo dot com
205    Applied by: Bas van der Vlies
[388]206
207  * enabled workflow and notification for trac version 0.12
208    Author: Bas van der Vlies
209
[384]2102010-06-23
211  * A better fix for attachments with special characters, closes #206
212    Reported by: karsten dot rohrbach add wibas dot de
213    Fixed by: Bas van der Vlies
214
2152010-06-22
[380]216  * When debug is enabled email2trac chokes on non-ascii (utf8)
217    characters in ticket fields, closes #205
218    Reported by: eirik dot schwenke add nsd dot uib dot no
219    Fixed by: Bas van der Vlies
220
221  * Email2trac crashes when attachment filename contains non-ascii       
222    characters, closes #206
223    Reported by: karsten dot rohrbach add wibas dot de
224    Fixed by: Bas van der Vlies
225
[372]2262010-06-09
[370]227  * Support added for trac version 0.12, closes #201
228    Reported by: mark_kids add yahoo dot com
229    Fixed by: Bas van der Vlies
230   
[366]2312010-05-25
232  * delete_spam still used the trac_version in email2trac.comf
233    Fixed by: Bas van der Vlies
234
235  * email2trac crashed when ticket_update_by_subject was enabled.
236    Fixed by: Bas van der Vlies
237
[363]2382010-05-20
[349]239  * email2trac crashed if there are '/' and '\' characters in a filename.
240    These characters are now being replace by '_', closes #196
241    Reported by: jcuppen add hethooghuis dot nl
242    Fixed by: Bas van der Vlies
[347]243
[349]244  * Problems with attachments were not reported for ticket updates
245    Fixed by: Bas van der Vlies
[347]246
[350]247  * delete_spam changes:
248     - only support trac version greater then 0.10
249     - added -n/--dry-run option
250     - added -v/--verbose option
251
252    Author: Bas van der Vlies
253
[352]254  * Enhancement for ticket prefixes (email2trac.conf). The ticket
[357]255    fields status and resolution are not forbidden any more. closes #195
[352]256    Author: Konstantin Ryabitsev <icon add mricon dot com>
257    Applied by: Bas van der Vlies
258
[357]259  * Added a new option. It is all in the name:
260      * ticket_update_by_subject, default value is off
[360]261      * ticket_update_by_subject_lookback, default 30 days
[357]262
263    When this option is enabled and there is no ticket number found
264    in a reply mail. It will try to find a ticket summary that matches
265    the mail subject line. If found then append the mail to this
266    ticket, closes #188
267    Author: Konstantin Ryabitsev <icon add mricon dot com> & Bas van der Vlies
268    Applied by: Bas van der Vlies
[360]269
270  * Added DiscussionPlugin support, closes 197. For description see:
271     - https://trac-hacks.org/wiki/DiscussionPlugin
272
273   Author: ibarton add fit dot vutbr dot cz (alias Blackhex)
274   Applied by with some modification: Bas van der Vlies
275
[363]276  * Trac version is now automatically determined. No need anymore for
277    trac_version in /etc/email2trac.conf
278    Author: Bas van der Vlies
279
[345]2802010-03-20
281
282  * Fixed a bug reporter was always set to the default value specified
283    in trac.ini.
284
285    Reported by: Jean-Paul Duyx <jean-paul dot duyx at sara dot nl>
286    Fixed by: Bas van der Vlies
287
288  * If reported field is overriden then use it for all trac functions
289    including notification, closes #187
290
291    Reported by: shildebrand at venturebeat dot com
292    Fixed by: Bas van der Vlies
293
[333]2942010-03-24
295
296  * Added configure option '--with-install_user=<name>', default user is 'root'.
297    The specified user is used for installation so we can install the
298    package as non-root user, closes #182.
299
300    Reported by: shildebrand at venturebeat dot com
301    Fixed by: Bas van der Vlies
302
303  * Re-arranged some code so that we can override ticket fields in
304    email2trac.conf, eg:
305     - default_reporter : email2trac
306
307    Will set the reporter ticket field to email2trac for all mail, closes #182
308
309    Reported by: shildebrand at venturebeat dot com
310    Fixed by: Bas van der Vlies
311
312  * Fixed a bug when there is no subject field in the message, closes #179
313    The fix in the 1.2.0 version did not work.
314    Reported by: xurizaemon and John Donners (SARA)
315    Fixed by: Bas van der Vlies
316
317  * We do not write any files when dry run mode is enabled.
318    Fixed by: Bas van der Vlies
319
[337]320  * Fixed several issues when DEBUG is enabled with printing non-ascii
[333]321    characters, see #184
322    Reported by: hju add jochenkuhl dot de
323    Fixed by: Bas van der Vlies
324
[323]3252010-02-24
[322]326  * Added an option to run_email2trac to set the PYTHON_EGG_CACHE
327    environment variable (-e|--eggcache), closes #174
328    Author: pepl at cpan dot org
329    Applied by: Bas van der Vlies
330
331  * Ticket fields can be set inline an email: closes #171, #88
332     - controlled by parameter 'inline_properties', default behaviour off
333     - see https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracParse#Updateticketfields
334
335    Author: samuel at hoffstaetter dot com
336    Applied by: Bas van der Vlies
337
338  * Fixed a bug when there is no subject field in the message, closes #179
339    Reported by: xurizaemon
340    Fixed by: Bas van der Vlies
341
342  * Added unicode support attachment filenames, closes #177
343    Reported by: obwandner add concertare dot de
344    Fixed by: Bas van der Vlies
345
346  * Email to blog did not work at all. It works but it can not handle
347    attachments. see #175.
348    Reported by: oland dot wells add gmail.com
349    Patches    : Bas van der Vlies
350
351  * Show errors when we can not include attachments in the ticket, see #165
352    Requested by: hju add jochenkuhl dot de and  dereks add cool-st dot com
353    Fixed by: Bas van der Vlies
354
355  * Added a new option 'email_triggers_workflow'. When a ticket is closed and
356    an update is received via email. The ticket will be reopened or triggers
357    a ticket workflow. This action can be skipped if we set the
358    email_triggers_workflow option to 0. The default value is 1, closes #180
359    Author: zac add sprackettd dot com
360    Applied by: Bas van der Vlies
361
[303]3622010-01-11
[290]363  * Workflow option did not work, closes #157
364    Reported by: thomas dot moschny at gmx dot de
365    Fixed  by: Bas van der Vlies & Thomas Moschny
366
367  * When a ticket is updated via email. We must set a changelog id,
368    closes #156
369    Reported by: Chris dot Nelson at SIXNET dot com
370    Fixed by: Bas van der Vlies
371
372 * Changed all 'str =' assignments to 's =' to solve conflicts with
373   the builtin str function
[298]374   Fixed by: Bas van der Vlies
[290]375
[298]376 * Python egg cache enviroment setting was ignored by email2trac.
377   closes #163
378   Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
379   Applied by: Bas van der Vlies
380
381 * Disabled code so the following line will not be displayed anymore
382   as comment in a ticket:
[303]383     - This message has x attachment(s)
[298]384   Suggested by: dereks at realloc dot net, closes ticket #165
385   Fixed by    : Bas van der Vlies
386
387
388 * Added a new parameter strip_content_types. So we can strip attachments
389   based on content type, eg:
[303]390     - strip_content_types: application/pgp-signature, application/mac-binhex40
[298]391
392   Will strip attachments that has these content_types.
393   Authors:  otto at bergerdata dot de and Bas van der Vlies
394
395 * FIxed an error when files where added with characters that needed to be
396   escaped. Both email2trac and trac escaped the filenames. We removed the
397   code from email2trac an let trac handle the escaping, closes #149
398
399   Reported by: hju att jochenkuhl dot de
400   Fixed by: Bas van der Vlies
401
402 * Added a new parameter:
[303]403     - subject_field_separator, default value is &
[298]404
405   This is used to set tickets fields via the subject line. It used to
406   be , .For backwards compatibility we introduced this parameter.
407   closes #166
408   Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
409   Fixed by    : Bas van der Vlies
410
[303]411 * Prevent mail loop. We could set the CC ticket field to
412   the ticket email address.
413    - For a new ticket and reply_all is set.
414    - If the ticket CC field is updated via the subject line.
[304]415
416   Also prevent setting the reporter address to the ticket email
417   address.
418
[303]419   closes #172
420   Reported by: otto at bergerdata dot de
421   Fixed vy   : Bas van der Vlies
422
423
424
425
[285]4262009-09-02
[278]427  * Implemented a new feature to drop the HTML version of multipart/alternative
[279]428    message part. Such a message part contains the same info. The info is sent
[280]429    in different formats and the client can decide which version to use.
[279]430    closes #30
[278]431
[283]432    to enable in email2trac.conf:
433        - drop_alternative_html_version: 1
434
[278]435    Implemented by: Bas van der Vlies
436
[276]4372009-08-20
[271]438  * updated aclocal.m4 to support python versions 2.5 and 2.6, closes #137
439  * use the email addres in the reporter field, closes #136
[269]440  * Fixed an error in blog update function
441
[271]442    All Fixes by: Bas van der Vlies
[269]443
[274]444  * if alternate notify template is set then also set ticket id. It will show
445    up as ticket change, closes #142
446    Reported by: hju att jochenkuhl dot de
447    Fixed by: Bas van der Vlies
448
[272]449  * Error in urllib.quote(filename) could not handle unicode
450    filenames, closes #138
451    Reported by: debacle at debian dot org
452    Applied  by: Bas van der Vlies
453
[274]454  * Fixed an error when debug is on and the body message contains unicode
455    strings, closes #144
456    Reported by: trumbitta at gmail dot com
457    Applied by: Bas van der Vlies
458
[276]459 * default trac version for email2trac is now updated to 0.11
460
[263]4612009-04-09
[256]462  * Fixed in parsing the reflow parameter, closes #123
463    Reported by: tomasz dot sterna at sensisoft dot com
464    Fixed by: Bas van der Vlies
465
[259]466   * implemented workflow for tickets that are reopend, closes #70
467     Reported by: hju att jochenkuhl dot de
468     Author by: Bas van der Vlies
469
[267]470   * added FullBlogPlugin support. So we can update/create the blogs
471     via email, #116
472     mail with subject line: <blog:.*> will create/update a blog entry.
[260]473     Authors: Bas van der Vlies & lucas dot eisenzimmer at t-systems-mms dot com
[261]474   
[262]475   * email2trac require at least python version 2.4, closes #131
476     Reported by: otto at bergerdata dot de
477     Fixed by: Bas van der Vlies
[260]478
[262]479   * We can now set ticket fields for a new ticket via the 'subject' line:
480       - Subject: <description> #?<field=value>[,<field=value>]*
481     closes #130
482     
483     Requested by: Steve
484     Implemented by: Bas van der Vlies
485
[254]4862009-01-30
[249]487  * applied patch exit with non-zero return code on failure, closes #117
488    Author: admin-egon at ikw dot uos dot de
489    Applied by : Bas van der Vlies
490
[251]491  * Ticket update with attachments did not work, closes #120
492    Reported by: Alexander Verkooijen (alexander at sara dot nl)
493    Fixed by: Bas van der Vlies
494
495  * Removed obsolete code
496    Author :  Bas van der Vlies
497
498  * When email address is known then the author name and email address
499    is used from the preference tab.  The match is case insensitive,
500    closes #118
501    Reported by: Pusateri, Matthew <Matthew dot Pusateri at tekelec dot com
502    Fixed by: Bas van der Vlies
503
[254]504  * Ticket id is not reported as ticket change, eg:
505    {{{
506        *   id  set to 118
507    }}}
[251]508    Author :  Bas van der Vlies
509
[246]5102009-01-19
[232]511  * applied patch to support RFC 3676 (format=flowed), closes #94, #99
[231]512    This patch adds a new option: reflow (default: False/0)
513    Author: ben at fetchsoftworks dot com
514    Applied by : Bas van der Vlies
515
516  * Fixed a bug in reply_all option, closes #95
517    Reported by: gmcgrath at princeton dot edu
518    Fixed by: Bas van der Vlies
519
[233]520  * Applied a patch for default values for custom ticket fields, closes #101
521    Author: ben at fetchsoftworks dot com
522    Applied by: Bas van der Vlies
523
[245]524  * Fixed a bug that a ticket was not updated when we only update ticket
525    field(s) via email (empty body email), closes #113
[241]526    Reported by: winnie at debian dot org
527    Fixed by: Bas van der Vlies
528 
[245]529  * Better support for inline attachments and multiple body parts, closes #105,
530    #80. Inline images in email are also shown in the ticket with the trac
531    [[Image(..)]] macro.
[241]532    Author: ben at fetchsoftworks dot com
533
[246]534  * More versatile support for Apple attachments. closes #106
[245]535    for explanation read:
536    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#AppleAttachmentsoptions
[241]537    Author: ben at fetchsoftworks dot com
538
[245]539  * Applied a patch that solves problems with Window attachments, closes #110,
540    #93.
[242]541    Author: martin.poeschmann add eiskonzept dot com   
542    Applied by: Bas van der Vlies
543
[228]5442008-10-13
[213]545  * Fixed a bug in email_header formating. When an email2trac ticket
546    was updated via the web interface it would trigger a description
547    field update.
548
549    Fixed by: Bas van der Vlies
550
[216]551  * Reopen closed ticket if an update is received via email, closes #70
552    Requested by: Garrett McGrath gmcgrath add princeton dot edu
553    Fixed by: Bas van der Vlies
554
555
[217]556  * The [DEFAULT] section did not work any more due to change to internal
557    trac parser, closes ticket #73
558    Reported by: email2trac at bulk dot squeakyblue dot com
559    Fixed by: Bas van der Vlies
[218]560   
561  * black_list paramter must be comma-separated as mentioned in the
[225]562    documentation (#75) and removed the default value
563    "MAILER-DAEMON@" (#74)
[218]564    Reported by: email2trac at bulk dot squeakyblue dot com
565    Fixed by: Bas van der Vlies
[217]566
[219]567  * If a blank email is sent with just an attachment, a blank
568    comment is appended to the comments. fixed closes #89
[217]569
[219]570    Reported/Fixed by: ???
571    Applied by: Bas van der Vlies
572
[223]573  * added white_list parameter.  If set then only mail is accepted if
574    sender matches.
575    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
576
[226]577  * added recipient_list parameter.  If set then only mail is accepted if
578    to-field matches. This only uses when people use a drop box to accept
[231]579    email for several email addresses, (closes #77)
[226]580    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
[223]581
[225]582  * alternate notify template did not work for trac version 0.11
583    (#90).
[223]584    Reported/Fixed by: hju at jochenkuhl dot de
585    Applied by       : Bas van der Vlies
586
587  * added 'alternate_notify_template_update'. When set this notify
[225]588    template name will be used for ticket updates (#90).
[223]589    Author: Bas van der Vlies, hju at jochenkuhl dot de
590   
591   
[210]5922008-05-30
[205]593  * Fixed debian control file. Package can be build on any platform and
594    not only on i386 platforms:
[198]595
[205]596    Author: Christian Iversen ci add sikkerhed dot org
597    Applied by: Bas van der Vlies
[198]598
[205]599  * We now use the trac configuration parser routine
600    Author: andrei2102 add gmail dot com
601    Applied by: Bas van der Vlies
[200]602
[205]603  * Added new command line option -n/--dry-run. This option only show
604    what commands will be executed.
605    Author: Bas van der Vlies
[202]606
[205]607  * the default values for tickets can now also be set in
608   'email2trac.conf'. So you can use different values when an email
609    is converted to a ticket. The ticket value is set to this rules
610     - email2trac.conf
611     - trac.ini
[202]612
[205]613    email2trac.conf use same format as trac.ini, eg email2trac.conf:
614      [project]
615      default_component : test
[202]616
[205]617    closes request #55, for more info see:
618    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration
[204]619
[205]620     Requested by: greg dot deakyne at etapestry dot com
621     Implemented by: Bas van der Vlies
[204]622
[205]623  * Fixed a bug in ticket_update. It failed when project did not have
624    ticket component field,  closes bug #62
625    Reported by: gernot dot hillier add siemens dot com
626    Fixed by: Bas van der Vlies
[204]627         
[205]628  * run_email2trac.c:
629     - can no longer segfault after a failed malloc.
630     - after set*id failure, you'll get a diagnostic (or at least
631       nonzero exit status) and it won't attempt the exec.
[202]632
[205]633    Author: Jim Meyering jim add meyering dot net
[207]634    Applied by: Bas van der Vlies
[203]635
[207]636  * Made some approvements to spam function:
637     - If the he X-Spam-Score header is present, but has no value
638        email2trac will crash, closes #63
639
640     - Added config option which header field we must check
641       for determing if mail is Spam, eg:
642        - spam_header : X-Spam-Level (default: X-Spam-Score)
643 
644    Author: email2trac at bulk dot squeakyblue dot com
645    Applied by: Bas van der Vlies
646
[208]647
648  * black_list  is now a configuration option and is used to deny
649    email addesses, default value is: MAILER-DAEMON@
650
651    Can specifiy more then one email adress seperated by ',', eg:
652    black_list : basv@sara.nl, walter@sara.nl
653
[210]654    closes #39, #56
[207]655   
[208]656    Author: Bas van der Vlies
[210]657
658  * if mailto_link + german umlaut problem is fixed, closes #60
659    Reported by: alex at pirsig dot net
660    Fixed by: Bas van der Vlies
[208]661   
[207]662
[194]6632008-02-04
[189]664        * Added version check and exit if we do not support the trac version
665          closes bug #23
666          Reported By: Marc Zahnlecker m.zahnlecker at lxbyte dot de
[187]667
[192]668          Fixed By: Bas van der Vlies
669
[190]670        * Added check if syslog module is available. If it is not available
671          disable the syslog functionality.
[192]672          Author: michael.th add gmx dot net
[190]673
[192]674          Implemented by: Bas van der Vlies
675
[191]676        * Added strip_quotes function, default settings:
677                strip_quotes: <int> (default: 0)
678                mail_quote: <quote chars> (default: "> ")
[192]679          Author: nicolasm @ opera dot com
[191]680
[192]681          Implemented by: Bas van der Vlies
682
683        * Added patch to make notify email work with trac 0.11 dev.
684          Author: tbaschak add ktc dot mb dot ca       
685          Author: andrei2102 add gmail dot com
686
687          Implemented by: Bas van der Vlies
[194]688
689        * greedy matching in Subject line, We must stop after the first ':'
690          else we get wrong values for ticket fields when we update a ticket
691          via mail, closes ticket #37
692          Reported by: dmaziuk at bmrb dot wisc dot edu
693          Fixed    by: Bas van der Vlies
694
695        * added IGNORECASE flag to regular expression for black list. This
696          is a quick fix, still want to implement this as configuration
697          option, closed bug #39
698
699          Reported By: jodok at lovelysystems dot com
700          Fixed by   : Bas van der Vlies
701
702        * When a known user mails a ticket. We will set the Reporter to
703          its login name, closes bug #33, #41
704
705          Also add configuration option:
706                ignore_trac_user_settings : 0 (default value)
707
708          This option will skip the email address to trac user login name
709          mapping.
710
711          Reported by: anonymous
712          Fixed by   : Bas van der Vlies
713
714       
715        * SPAM detection was only for new mails not for ticket updates,
716          closed ticket #44
717
718          Reported by: Bas van der Vlies
719          Fixed by   : Bas van der Vlies
720         
[192]721           
[184]7222007-07-18
[163]723
724        * Implemented python_egg_cache environment variable. Some trac
725          installations may depend on it, closes ticket #10, eg:
726                python_egg_cache : /var/cache/eggcache
727
728          Reported By: Anonymous
[177]729          Fixed by   : Bas van der Vlies <basv@sara.nl>
[163]730
[170]731        * Implemented update ticket fields via email subject line, eg:
732                Re: [email2trac] #7?owner=bas,priority=minor: Error in parsing
733
734                - Sets the owner of the ticket to: bas
735                - Sets the priority of the ticket to: minor
[171]736         
737          For some ticket fields there are only a limited number of allowed
738          values. The supplied value will be checked against this list. If it
[179]739          is not vaild value the field update will be ignored.
[170]740
[177]741          Requested by  : trac at yadan dotnet, Jan Parchmann, see ticket #7
742          Implemented by: Bas van der Vlies <basv@sara.nl>
[170]743
[172]744        * Dropped support for version trac version 0.8. Removed all 0.8
[177]745          specific code. 
746          Fixed by: Bas van der Vlies <basv@sara.nl>
[170]747
[173]748        * Added a new config parameter: tmpdir: /var/tmp, default is '/tmp'
749          All functions now use this new parameter and use OS independent
750          path functions.
[177]751          Implemented by: Bas van der Vlies <basv@sara.nl>
[173]752
[175]753        * fixed and a creating directory problem email2trac.spec file
754          Fixed by: artrus at netzero dot net
755
[176]756        * set_owner function is obsolete. When component is set the trac code
757          will set the owner to the component owner.
[177]758          Fixed by    : Bas van der Vlies <basv@sara.nl>
[176]759
[177]760        * Also show email headers in a ticket update.
761          Requested by: Ramon Bastiaans
762          Fixed by    : Bas van der Vlies <basv@sara.nl>
763
[182]764        * A date patch so it works with trac version 0.11 for ticket updates.
765          Also applied for other trac versions.
766          Thanks to: tbaschak at ktc dot mb dot ca
767
[161]7682007-04-27
[150]769
[154]770        * Added check to catch an error when attachment size
[151]771          is too large, bug #1153
772          Author: Bas van der Vlies
[150]773
[151]774        * Wrap long line into user given length, use_textwrap: 72. Wraps lines
775          greater then 72 chars, #1123
776          Author: Bas van der Vlies &
777                  Rainer Sokoll (r.sokoll at intershop dot de)
778
779        * Fixed a dutch spelling, #1295
780          Author: Rainer Sokoll (r.sokoll at intershop dot de)
781
[149]782        * email2trac.py : blacklist (don't create ticket) mail from
783          MAILER-DAEMON to avoid loops
[152]784          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
785
[149]786        * msg.bad.txt : add an example of message from MAILER-DAEMON
[152]787          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
[149]788
[146]7892006-12-08
[135]790        * email2trac.py:
791          - Added verbatim_format option default is: 1
[139]792          Added by : Bas van der Vlies
793
[136]794          - Added strip_signature option default is: 0
[139]795          Added by : Bas van der Vlies
[135]796
[139]797          - Fixed some unicode errors, thanks to japanes SPAM.
798            If we can not unicode email message then display which
799            charset must be installed in ticket description. Else we
800            trac crashed with unicode errors ;-(
801          Fixed by: Bas van der Vlies
802
[142]803          - Fixed statements: str + unicode, raises an exception if
804            non-ascii value in unicode object.
805
806          - Forgot to unicode the author. So we got an error if we use
807            the mailto_link option in email2trac.conf.
[141]808          Fixed by: Bas van der Vlies
809
[139]810        * delete_spam.py:
811          - Now works for version 0.10 with new API-functions
812          Fixed by: Bas van der Vlies
813
[144]814        * Makefile.in
815          - Added install-conf. Install email2trac.conf if there is none
816            installed.
817          Fixed by: Bas van der Vlies
818
[132]8192006-10-27
[125]820
[129]821        * run_email2trac.c.
822       
823          - Setgid() must be called before setuid().
[125]824          Reported by:  Anonymous
825          Fixed    by:  Bas van der Vlies
[126]826
[129]827        * email2trac.py,
828       
829          - Fixed an error in Ticket Update. When ticket
[128]830          does not exists, proceed as if it is a new ticket
831          Fixed    by:  Bas van der Vlies
832
[129]833          - Fixed a strang bug in 0.9 version, if ticket update
834          is enabled and email has attachment(s). We are not allowed to
835          set the description and author field of the attachment else
836          the comment text is lost ;-(
[128]837          Fixed    by:  Bas van der Vlies
[129]838
839          - Fixed an error if enable_syslog and drop_spam is set. We get
840          an exception in the syslog if we use sys.exit(0), replaced by
841          return.
842          Fixed    by:  Bas van der Vlies
843
844        * delete_spam.py.
[124]845       
[129]846          - Trac version 0.10 made it easier to delete tickets.
847          Fixed    by:  Bas van der Vlies
848       
[121]8492006-10-10
[117]850        * Fixed race conditions in delete_spam.py and added some
851          debug code.
852          Fixed by   : Bas van der Vlies
[120]853
[117]854        * Added author and description field when attachment is
855          added to ticket. This is for trac version greater than
856          0.8.
857          Fixed by   : Bas van der Vlies
858          Thanks to Matthew Good for the hint
[120]859
[118]860        * Added drop_spam option, default = 0. If set then
861          mail marked as Spam is not accepted.
[120]862          Added by   : Bas van der Vlies
[117]863
[121]864        * Do not send notification if message is marked as Spam
865          and drop_spam is not set.
[120]866          Fixed by   : Bas van der Vlies
867
[113]8682006-10-02
[111]869        * Fixes possible segmentation faults in run_email2trac.c
870          Reported by: bcornec
871          Fixed by   : Bas van der Vlies
872
873        * Can set DEBUG level while configuring package, eg:
874          DEBUG=1 ./configure ( default : 0)
875          Reported by: syd at plug dot ca
876          Fixed By   : Bas van der Vlies
877
878        * delete_spam.py did not delete everything from the SQL tables
879          Reported by: brent at rcfile dot org
880          Fixed by   : Bas van der Vlies
881
[113]882        * Do not send notification when message is marked as Spam
[112]883          Fixed by   : Bas van der Vlies
884         
[106]8852006-08-28
[105]886        * fixes an error in the 'reply_all' setting
887          Thanks to and Patch by: ncarlson@ibsys.com
888
[106]889        * Added RPM spec file
890          Thanks to:  Jon Topper <jon@topper.me.uk>
891
[101]8922006-07-14
[95]893        * Use X11R5 install-sh to install email2trac components to hide
[98]894          native install program differences.
895          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
[95]896
[98]897        * Fixed an error in saving attachments for new tickets for trac
898          versions greater then 0.9.
899          Fixed by: Bas van der Vlies
900
901        * When something went wrong save the offending email for debug
902          purposes.
903          Fixed by: Bas van der Vlies
904
[99]905        * delete_spam.py
906           - did not clean up the attachment table. So we got nasty new
907             mails with fake attachments.
908           - It works now for versions higher then 0.8
[100]909
910        * Finally understand the unicode/encode functions and hopefully
911          fixed the errors.
912          Fixed by: Bas van der Vlies
[103]913
914        * Remove the temporarly created attachment files.
915          Fixed by: Bas van der Vlies
[99]916       
[92]9172006-07-06
[95]918        * Fixed an error in already added attachments. Do not close
[85]919          the database connection.
920          Fixed by: Walter de Jong en Bas van der Vlies
921
[95]922        * Added enable_syslog option. If enabled log errors to syslog
[89]923          instead of stderr. If enabled no errors are send back to the
924          user.
[87]925          Implemented by: Bas van der Vlies
926
[95]927        * Fixed an error with updating tickets with attachments for trac
[87]928          versions 0.9 and 0.10. Field "id" is not known when a existing
929          ticket is fetched (Error = KeyError: 'id')
930          Fixed By: See tickets #258 and #449 on trac-hacks
931
[95]932        * Fixed and spell error, self.mail_addr must be self.email_addr
[88]933          Fixed by: Bas van der Vlies
934
[95]935        * Catch a LookupError in unicode/encode conversion in function
[91]936          get_body_text()
[89]937          Fixed by: Bas van der Vlies
938
[95]939        * Description field was always changed when updating the ticket
[90]940          via the web. Asked the mailing list for a solution and got one
941          ;-)
942          Patch/Suggestion by: Christian Boos
943          Applied by: Bas van der Vlies
944
[95]945        * Fixed an encoding problem when email_header is set to 1
[91]946          Fixed by: Bas van der Vlies
947
[95]948        * Fixed a bug in to_unicode() function.
[92]949          Fixed by: Bas van der Vlies
950
[95]951        * Fixed an unicodedata.normalize TypeError bug for filenames in the
[92]952          attachment function
953          Fixed by: Bas van der Vlies
954
955
[81]9562006-06-02
[95]957        * Added ticketing merging. To enable it there are two options for
[76]958          both options enable 'ticket_update' in email2trac.conf
[81]959          1 - Configure trac notification, eg:
[95]960                * (ticket address: ticket@test.nl)
[81]961                [notification]
962                smtp_enabled = true
963                smtp_always_cc = test@test.nl
964                smtp_server = localhost
[82]965                smtp_from =  ticket@test.nl
[76]966                always_notify_reporter = true
967
968          2 - Use the mailto_cc in email2trac.conf if you want to sent
[81]969              an email to the user and the trac ticket email address.
[76]970
971          With both options you get the right format of the subject line.
972
[95]973        * Use the short options for the install command. So it works for
[76]974          MacOSx Reported by: Nathaniel Irons.
[81]975
[95]976        * Updated inline documentation by Nathaniel Irons.
[76]977                 
[68]9782006-05-16
[95]979        * Fixed a bug when there was no plain text body.
[63]980          Reported by: Greg Deakyne
[95]981        * Fixed a small bug if default component owner is unknown.
[63]982          Just fill in some bogus info.
[95]983        * Use the short options for the install command. So it works for
[64]984          MacOSx
985          Reported by: Nathaniel Irons
[95]986        * Messages that has X-Virus-found in header are marked as SPAM
[68]987          Implemented by: Walter de Jong
[95]988        * Some modules are changed for version 0.10, Added and made some
[68]989          minor changes: Patch supplied by: Markus Tacker 
[95]990        * Ported delete_spam.py to version 0.9 and higher:
[69]991          Reported by: Nathaniel Irons
[63]992
[64]993
[58]9942006-03-08
995        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
996          removed it.
997          Reported by: mi-trachacks@moensolutions.com   
998          Fixed by: Bas van der Vlies
[95]999        * Fixed an exception error in delete_spam.py
[58]1000          when shutil has not enough priveledges to remove the
1001          attachments it is reported
1002          Fixed by: Bas van der Vlies
[95]1003        * email2trac.py: When you include the body tag, some
[58]1004          mailers (like Thunderbird) will leave out the signature.
1005          Therefore this version leaves out the body tag.
1006          Fixed by: Walter de Jong
[95]1007        * Added msg.txt for testing
[58]1008          Fixed by: Bas van der Vlies
1009
[46]10102006-02-01  Bas van der Vlies <basv@sara.nl>:
1011        * Added Tikcet notification, send email when there is
1012          a new ticket. Depends on notification setting in
1013          trac.ini.
1014          Implemented by: Kilian Cavalotti
[52]1015        * Can use different template for ticket notification,
1016          eg: alternate_notify_template: "a_tkt.css"
1017          Implemented by: Kilian Cavalotti
[46]1018        * Added reply_all config parameter. If set put all
1019          CC-addresses from orginal mail in ticket CC-field.
1020          Suggested by: Kilian Cavalotti
1021        * Text in ticket description is also properly UTF-8
1022          encoded
1023          Implemented by: Kilian Cavalotti
1024        * Removed reply_address from config file. Is not
1025          necessary anymore. See Ticket notification.
1026        * Added support for known users. If email address is
1027          known then use the trac known username instead
1028          of the email-address (only for trac version > 0.9)
1029          Implemented by: Kilian Cavalotti
[48]1030        * Fixed an error in saving attachments for version < 0.9.
1031          Sometimes we got bogus attachments.
1032          Fixed by: Walter de Jong
[50]1033        * Added support to make an debian package
1034          Implemented by: Bas van der Vlies
[46]1035
[36]10362006-01-21  Bas van der Vlies <basv@sara.nl>:
1037        * Fixed run_email2trac.c, did not work
1038        * Added TRAC_SCRIPT_NAME to Makefile.in to
1039          solve run_email2trac problem
1040
1041        Both errors reported by: kilian.cavalotti@lip6.fr
1042
[33]10432006-01-20  Bas van der Vlies <basv@sara.nl>:
1044        * A warning error is fixed by kilian.cavalotti@lip6.fr
1045        * Several errors in make install ;-(, reported by
1046          tacker
1047
[23]10482006-01-15  Bas van der Vlies <basv@sara.nl>:
1049        * Added configure script.
1050
[18]10512006-01-10  Bas van der Vlies <basv@sara.nl>:
1052        * Removed project_root from source and config file
1053        * Adjust code so we can use mulitple stanza's in config file, eg:
1054          [bas]
1055          project: /data/trac/bas
1056          spam_level: 3
1057
1058          use option "-p|--project bas" to select the stanza
1059
[5]10602006-01-04  Bas van der Vlies <basv@sara.nl>:
1061
1062        * Fixed getopt for -f option
1063        * Added suppport for different TRAC versions (0.8 and 0.9)
1064
10652006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
1066
1067        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
1068       
1069        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
1070
1071        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
1072
1073        * email2trac.py (TicketEmailParser.debug_attachments): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
1074
1075        * email2trac.py (TicketEmailParser.parse): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
1076
10772005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
1078
1079        * Makefile: add a Makefile to build and install email2trac
1080
1081        * email2trac.py: migrate to Trac 0.9 API
1082
10832005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
1084
1085        * run_email2trac.c: add error messages if DEBUG macro defined
1086
1087        * run_email2trac.c: add error testing and specific return values for each error
1088
1089        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
1090
1091        * run_email2trac.h: include file to define site specific paramaters
1092
10930.2.4 01/11/2005
1094        Added email_header option if set then show TO/CC fields in
1095        description of the ticket.
1096
1097        Fixed an error in the mailto URL. This was an old error that
1098        supposed to be fixed but reoccured in this version.
1099       
11000.2.3 31/10/2005
1101        Fixed a bug with base64 encoded attachments/emails
1102        Fixed by: Walter de Jong
1103
11040.2.2 10/10/2005
1105        according to RFC 2368 (titled "the mailto URL scheme") the mailto
1106        URL can only work with short &body messages. It fails with long
1107        messages and the link won't work. Therefore the mail body is
1108        no longer copied into the mail reply.
1109
11100.2.1 10/07/2005
1111        body of reply email looks better
1112
1113
11140.2   10/07/2005
1115        mailto is replaced by a html mailto to line. If
1116        you reply to the ticket via this link then an
1117        email client is started with some default values:
1118                To: <reporter>
1119                Subject: Re: <orginal subject>
1120                Body: email_comment <orginal text>
1121
1122        email2trac.conf:
1123                email_comment: # (default:  >)
1124
1125               
1126
Note: See TracBrowser for help on using the repository browser.