source: trunk/ChangeLog @ 357

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

ChangeLog?

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