source: trunk/ChangeLog @ 484

Last change on this file since 484 was 484, checked in by bas, 13 years ago

Applied a patch to detect valid users if smtp_default_domain is set, see #219

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