source: trunk/ChangeLog @ 426

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

set date for the release

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