source: trunk/ChangeLog @ 345

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

New version 1.3.2

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