source: trunk/ChangeLog @ 644

Last change on this file since 644 was 644, checked in by bas, 10 years ago

fixed a bug in get_sender_info function, closes #333

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