source: trunk/ChangeLog @ 482

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

updated changelog

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