source: trunk/ChangeLog @ 393

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

Preparing for new bugfix release 1.4.9

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