source: trunk/ChangeLog @ 465

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

remove \r and \n characters from attachment filenames

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