source: trunk/ChangeLog @ 552

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

updated changelog

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