source: trunk/ChangeLog @ 347

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

email2trac.py.in:

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