source: trunk/ChangeLog @ 429

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

Updated version to 1.5.1

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