source: trunk/ChangeLog @ 668

Last change on this file since 668 was 668, checked in by bas, 9 years ago

suppoer discussionplugin 0.9dev, older versions are noi supported anymore, see #365

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