source: trunk/ChangeLog @ 350

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

Rewrite of delete_spam

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