source: trunk/ChangeLog @ 366

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

Fixed an important error in ticket_update_by_subject. email2trac crashed when this option was enabled

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