source: trunk/ChangeLog @ 653

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

added two patches:

1) applied lower to an object instead of string, closes #340
2) bug in custom field initialization, see #340

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