source: trunk/ChangeLog @ 375

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

Release a new version 1.4.3 that support trac 0.12

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