source: trunk/ChangeLog @ 423

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

added default values for log variables

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