source: trunk/ChangeLog @ 496

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

applied patch that fixes some dicussion plugin problems, closes #231

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