source: trunk/ChangeLog @ 638

Last change on this file since 638 was 638, checked in by bas, 11 years ago

added support for trac 1.1, closes #322

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