source: trunk/ChangeLog @ 535

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

updated changelog entries

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