source: trunk/ChangeLog @ 389

Last change on this file since 389 was 388, checked in by bas, 14 years ago

Enabled workflow and notification for 0.12

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