source: trunk/ChangeLog @ 579

Last change on this file since 579 was 579, checked in by bas, 12 years ago

Update Changelog

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