source: trunk/ChangeLog @ 432

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

preparing for a new bugfix release for 1.5

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