source: trunk/ChangeLog @ 358

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

Just some reformatiing

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