source: trunk/ChangeLog @ 485

Last change on this file since 485 was 485, checked in by bas, 14 years ago

added parentdir functionality, see #217

  • Property svn:mime-type set to text/x-trac-wiki
File size: 35.0 KB
RevLine 
[482]11.X.X (2010-XX-XX)
2   * An email adress can match multiple trac accounts, closes #218
3     Author: Konstantin Ryabitsev <icon add mricon dot com>
[484]4
5   * Added check to detect valid users when smtp_default_domain in
6     trac.ini is set, closes #219
7     Author: sto add iti dot upv dot es
8     Applied by: Bas van der Vlies with some minor changes
9
[485]10   * Support for parentdir. Can be used to avoid sections for each project
11     or if all projects have a common parent directory, you can leave out
12     the project drectory setting for each project.
13
14     If an section defines a project directory then this can NOT be overriden
15     by the parendir declatation.
16
17     This closes #217
18
19     Author: sto add iti dot upv dot es
20     Applied by: Bas van der Vlies with some minor changes
21
22
[479]231.6.0 (2010-8-10)
[473]24   * Fixed an Unicode error in strip_quotes
25     Author: Bas van der Vlies
[465]26
[473]27   * The attachment filename may not contain '\n' and '\r' characters.
28     Reported by: Jean-Paul Duyx <jean-paul dot duyx at vancis dot nl>
29     Fixed by; Bas van der Vlies
[471]30
31   * Applied a patch to support workflow for all transitions. It will
32     also honour the permission model if set, closes #198
33     an example how to use it:
34        email2trac.conf:
35                [project]
36                workflow_closed: reopen
37                workflow_infoneeded: provideinfo
38
39        trac.ini:
40                [ticket-workflow]
41                reopen = closed -> reopened
42                reopen.permissions = TICKET_CREATE
43                reopen.operations = del_resolution
44               
45                provideinfo = infoneeded -> moreinfo
46                provideinfo.permissions = TICKET_CREATE
47                provideinfo.name = info provided
48
49     Authors: kroseneg add schmidham dot net and Bas van der Vlies
50
[473]51   * The trac default value for resolution is fixed. The trac.ini value
52     for this is skipped and this resolution settings is only allowed in
53     email2trac.conf, closes #84
54
55     Reported by: hju add jochenkuhl dot de
56     Fixed by: Bas van der Vlies
[475]57
58   * Honor the trac permission model if set, Use
59    TICKET_APPEND and TICKET_CHGPROP instead of TICKET_MODIFY.
60    closes #214
61
62    Reported by: Konstantin Ryabitsev <icon add mricon dot com>
63    Fixed by: Bas van der Vlies
64   
[458]652010-07-23
[429]66    * logging of spam message was wrong. Fixed it,
67       - set.logger.info must be self.logger.info
68    Author: Bas van der Vlies
[432]69
70    * logging of notification error was wrong. Fixed it, closes #212
71       - set.logger.error must be self.logger.error
72    Reported by:  adam dot lucke at srd-berlin dot de
73    Author: Bas van der Vlies
[443]74
[456]75    * Mail was lost when 'ticket_update' was disabled and a ticket
76      reply was detected.
77    Author: Bas van der Vlies
78
[443]79    * Removed a lot of obsolete code due to using UserDict
80    Author: Bas van der Vlies
[429]81 
[426]822010-07-21
[400]83    * added a new option 'ticket_permission_system'. Can be set to:
[399]84      - trac: Then it will check if the report has the right trac
85        permission to create or modify a ticket. closes #202
86
87      - update_restricted_to_participants: A ticket update is allowed only if:
88        1) the updater is the reporter,
89        2) the updater is in the CC
90        3) the updater has trac permission to update the ticket.
91        If the update is denied, a new ticket will be generated instead as to
92        not loose the issue . closes #203
93
94    Authors:  kris add tsampa dot org & Bas van der Vlies
95
[413]96
97   * Switch for logging to the python logging module and add some new
98     options to control the behaviour inspired by the trac logging module:
[423]99      - log_type, default syslog
100      - log_level, default info
101      - log_format, email2trac <project name>
102      - log_file, none
[413]103
[424]104     Can be set to the same values as trac logging
105
[417]106     Author: Bas van der Vlies
107
108   * removed trac 0.9 support
[413]109     
[426]1102010-07-12
[393]111  * Do not check if notification is enabled, let Trac determine if a
112    notfication is enabled and which interface/plugin is used, eg:
[395]113    announcerplugin
[393]114
[395]115    Author: Bas van der Vlies
[393]116
[390]1172010-07-06
118  * Fixed several errors in ticket update:
119     - Changed the regex expression. It must end with ':'.   
120     - The email was lost if the ticket id was unknown. If ticket
121       id is unknown a new ticket will be created.
122
123    Reported by: SARA grid team
124    Fixed by: Bas van der Vlies
125       
126
127
[386]1282010-06-28
129  * Ticket update for version 0.12 did not work, closes #209
130    Author: mark underscore kids add yahoo dot com
131    Applied by: Bas van der Vlies
[388]132
133  * enabled workflow and notification for trac version 0.12
134    Author: Bas van der Vlies
135
[384]1362010-06-23
137  * A better fix for attachments with special characters, closes #206
138    Reported by: karsten dot rohrbach add wibas dot de
139    Fixed by: Bas van der Vlies
140
1412010-06-22
[380]142  * When debug is enabled email2trac chokes on non-ascii (utf8)
143    characters in ticket fields, closes #205
144    Reported by: eirik dot schwenke add nsd dot uib dot no
145    Fixed by: Bas van der Vlies
146
147  * Email2trac crashes when attachment filename contains non-ascii       
148    characters, closes #206
149    Reported by: karsten dot rohrbach add wibas dot de
150    Fixed by: Bas van der Vlies
151
[372]1522010-06-09
[370]153  * Support added for trac version 0.12, closes #201
154    Reported by: mark_kids add yahoo dot com
155    Fixed by: Bas van der Vlies
156   
[366]1572010-05-25
158  * delete_spam still used the trac_version in email2trac.comf
159    Fixed by: Bas van der Vlies
160
161  * email2trac crashed when ticket_update_by_subject was enabled.
162    Fixed by: Bas van der Vlies
163
[363]1642010-05-20
[349]165  * email2trac crashed if there are '/' and '\' characters in a filename.
166    These characters are now being replace by '_', closes #196
167    Reported by: jcuppen add hethooghuis dot nl
168    Fixed by: Bas van der Vlies
[347]169
[349]170  * Problems with attachments were not reported for ticket updates
171    Fixed by: Bas van der Vlies
[347]172
[350]173  * delete_spam changes:
174     - only support trac version greater then 0.10
175     - added -n/--dry-run option
176     - added -v/--verbose option
177
178    Author: Bas van der Vlies
179
[352]180  * Enhancement for ticket prefixes (email2trac.conf). The ticket
[357]181    fields status and resolution are not forbidden any more. closes #195
[352]182    Author: Konstantin Ryabitsev <icon add mricon dot com>
183    Applied by: Bas van der Vlies
184
[357]185  * Added a new option. It is all in the name:
186      * ticket_update_by_subject, default value is off
[360]187      * ticket_update_by_subject_lookback, default 30 days
[357]188
189    When this option is enabled and there is no ticket number found
190    in a reply mail. It will try to find a ticket summary that matches
191    the mail subject line. If found then append the mail to this
192    ticket, closes #188
193    Author: Konstantin Ryabitsev <icon add mricon dot com> & Bas van der Vlies
194    Applied by: Bas van der Vlies
[360]195
196  * Added DiscussionPlugin support, closes 197. For description see:
197     - https://trac-hacks.org/wiki/DiscussionPlugin
198
199   Author: ibarton add fit dot vutbr dot cz (alias Blackhex)
200   Applied by with some modification: Bas van der Vlies
201
[363]202  * Trac version is now automatically determined. No need anymore for
203    trac_version in /etc/email2trac.conf
204    Author: Bas van der Vlies
205
[345]2062010-03-20
207
208  * Fixed a bug reporter was always set to the default value specified
209    in trac.ini.
210
211    Reported by: Jean-Paul Duyx <jean-paul dot duyx at sara dot nl>
212    Fixed by: Bas van der Vlies
213
214  * If reported field is overriden then use it for all trac functions
215    including notification, closes #187
216
217    Reported by: shildebrand at venturebeat dot com
218    Fixed by: Bas van der Vlies
219
[333]2202010-03-24
221
222  * Added configure option '--with-install_user=<name>', default user is 'root'.
223    The specified user is used for installation so we can install the
224    package as non-root user, closes #182.
225
226    Reported by: shildebrand at venturebeat dot com
227    Fixed by: Bas van der Vlies
228
229  * Re-arranged some code so that we can override ticket fields in
230    email2trac.conf, eg:
231     - default_reporter : email2trac
232
233    Will set the reporter ticket field to email2trac for all mail, closes #182
234
235    Reported by: shildebrand at venturebeat dot com
236    Fixed by: Bas van der Vlies
237
238  * Fixed a bug when there is no subject field in the message, closes #179
239    The fix in the 1.2.0 version did not work.
240    Reported by: xurizaemon and John Donners (SARA)
241    Fixed by: Bas van der Vlies
242
243  * We do not write any files when dry run mode is enabled.
244    Fixed by: Bas van der Vlies
245
[337]246  * Fixed several issues when DEBUG is enabled with printing non-ascii
[333]247    characters, see #184
248    Reported by: hju add jochenkuhl dot de
249    Fixed by: Bas van der Vlies
250
[323]2512010-02-24
[322]252  * Added an option to run_email2trac to set the PYTHON_EGG_CACHE
253    environment variable (-e|--eggcache), closes #174
254    Author: pepl at cpan dot org
255    Applied by: Bas van der Vlies
256
257  * Ticket fields can be set inline an email: closes #171, #88
258     - controlled by parameter 'inline_properties', default behaviour off
259     - see https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracParse#Updateticketfields
260
261    Author: samuel at hoffstaetter dot com
262    Applied by: Bas van der Vlies
263
264  * Fixed a bug when there is no subject field in the message, closes #179
265    Reported by: xurizaemon
266    Fixed by: Bas van der Vlies
267
268  * Added unicode support attachment filenames, closes #177
269    Reported by: obwandner add concertare dot de
270    Fixed by: Bas van der Vlies
271
272  * Email to blog did not work at all. It works but it can not handle
273    attachments. see #175.
274    Reported by: oland dot wells add gmail.com
275    Patches    : Bas van der Vlies
276
277  * Show errors when we can not include attachments in the ticket, see #165
278    Requested by: hju add jochenkuhl dot de and  dereks add cool-st dot com
279    Fixed by: Bas van der Vlies
280
281  * Added a new option 'email_triggers_workflow'. When a ticket is closed and
282    an update is received via email. The ticket will be reopened or triggers
283    a ticket workflow. This action can be skipped if we set the
284    email_triggers_workflow option to 0. The default value is 1, closes #180
285    Author: zac add sprackettd dot com
286    Applied by: Bas van der Vlies
287
[303]2882010-01-11
[290]289  * Workflow option did not work, closes #157
290    Reported by: thomas dot moschny at gmx dot de
291    Fixed  by: Bas van der Vlies & Thomas Moschny
292
293  * When a ticket is updated via email. We must set a changelog id,
294    closes #156
295    Reported by: Chris dot Nelson at SIXNET dot com
296    Fixed by: Bas van der Vlies
297
298 * Changed all 'str =' assignments to 's =' to solve conflicts with
299   the builtin str function
[298]300   Fixed by: Bas van der Vlies
[290]301
[298]302 * Python egg cache enviroment setting was ignored by email2trac.
303   closes #163
304   Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
305   Applied by: Bas van der Vlies
306
307 * Disabled code so the following line will not be displayed anymore
308   as comment in a ticket:
[303]309     - This message has x attachment(s)
[298]310   Suggested by: dereks at realloc dot net, closes ticket #165
311   Fixed by    : Bas van der Vlies
312
313
314 * Added a new parameter strip_content_types. So we can strip attachments
315   based on content type, eg:
[303]316     - strip_content_types: application/pgp-signature, application/mac-binhex40
[298]317
318   Will strip attachments that has these content_types.
319   Authors:  otto at bergerdata dot de and Bas van der Vlies
320
321 * FIxed an error when files where added with characters that needed to be
322   escaped. Both email2trac and trac escaped the filenames. We removed the
323   code from email2trac an let trac handle the escaping, closes #149
324
325   Reported by: hju att jochenkuhl dot de
326   Fixed by: Bas van der Vlies
327
328 * Added a new parameter:
[303]329     - subject_field_separator, default value is &
[298]330
331   This is used to set tickets fields via the subject line. It used to
332   be , .For backwards compatibility we introduced this parameter.
333   closes #166
334   Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
335   Fixed by    : Bas van der Vlies
336
[303]337 * Prevent mail loop. We could set the CC ticket field to
338   the ticket email address.
339    - For a new ticket and reply_all is set.
340    - If the ticket CC field is updated via the subject line.
[304]341
342   Also prevent setting the reporter address to the ticket email
343   address.
344
[303]345   closes #172
346   Reported by: otto at bergerdata dot de
347   Fixed vy   : Bas van der Vlies
348
349
350
351
[285]3522009-09-02
[278]353  * Implemented a new feature to drop the HTML version of multipart/alternative
[279]354    message part. Such a message part contains the same info. The info is sent
[280]355    in different formats and the client can decide which version to use.
[279]356    closes #30
[278]357
[283]358    to enable in email2trac.conf:
359        - drop_alternative_html_version: 1
360
[278]361    Implemented by: Bas van der Vlies
362
[276]3632009-08-20
[271]364  * updated aclocal.m4 to support python versions 2.5 and 2.6, closes #137
365  * use the email addres in the reporter field, closes #136
[269]366  * Fixed an error in blog update function
367
[271]368    All Fixes by: Bas van der Vlies
[269]369
[274]370  * if alternate notify template is set then also set ticket id. It will show
371    up as ticket change, closes #142
372    Reported by: hju att jochenkuhl dot de
373    Fixed by: Bas van der Vlies
374
[272]375  * Error in urllib.quote(filename) could not handle unicode
376    filenames, closes #138
377    Reported by: debacle at debian dot org
378    Applied  by: Bas van der Vlies
379
[274]380  * Fixed an error when debug is on and the body message contains unicode
381    strings, closes #144
382    Reported by: trumbitta at gmail dot com
383    Applied by: Bas van der Vlies
384
[276]385 * default trac version for email2trac is now updated to 0.11
386
[263]3872009-04-09
[256]388  * Fixed in parsing the reflow parameter, closes #123
389    Reported by: tomasz dot sterna at sensisoft dot com
390    Fixed by: Bas van der Vlies
391
[259]392   * implemented workflow for tickets that are reopend, closes #70
393     Reported by: hju att jochenkuhl dot de
394     Author by: Bas van der Vlies
395
[267]396   * added FullBlogPlugin support. So we can update/create the blogs
397     via email, #116
398     mail with subject line: <blog:.*> will create/update a blog entry.
[260]399     Authors: Bas van der Vlies & lucas dot eisenzimmer at t-systems-mms dot com
[261]400   
[262]401   * email2trac require at least python version 2.4, closes #131
402     Reported by: otto at bergerdata dot de
403     Fixed by: Bas van der Vlies
[260]404
[262]405   * We can now set ticket fields for a new ticket via the 'subject' line:
406       - Subject: <description> #?<field=value>[,<field=value>]*
407     closes #130
408     
409     Requested by: Steve
410     Implemented by: Bas van der Vlies
411
[254]4122009-01-30
[249]413  * applied patch exit with non-zero return code on failure, closes #117
414    Author: admin-egon at ikw dot uos dot de
415    Applied by : Bas van der Vlies
416
[251]417  * Ticket update with attachments did not work, closes #120
418    Reported by: Alexander Verkooijen (alexander at sara dot nl)
419    Fixed by: Bas van der Vlies
420
421  * Removed obsolete code
422    Author :  Bas van der Vlies
423
424  * When email address is known then the author name and email address
425    is used from the preference tab.  The match is case insensitive,
426    closes #118
427    Reported by: Pusateri, Matthew <Matthew dot Pusateri at tekelec dot com
428    Fixed by: Bas van der Vlies
429
[254]430  * Ticket id is not reported as ticket change, eg:
431    {{{
432        *   id  set to 118
433    }}}
[251]434    Author :  Bas van der Vlies
435
[246]4362009-01-19
[232]437  * applied patch to support RFC 3676 (format=flowed), closes #94, #99
[231]438    This patch adds a new option: reflow (default: False/0)
439    Author: ben at fetchsoftworks dot com
440    Applied by : Bas van der Vlies
441
442  * Fixed a bug in reply_all option, closes #95
443    Reported by: gmcgrath at princeton dot edu
444    Fixed by: Bas van der Vlies
445
[233]446  * Applied a patch for default values for custom ticket fields, closes #101
447    Author: ben at fetchsoftworks dot com
448    Applied by: Bas van der Vlies
449
[245]450  * Fixed a bug that a ticket was not updated when we only update ticket
451    field(s) via email (empty body email), closes #113
[241]452    Reported by: winnie at debian dot org
453    Fixed by: Bas van der Vlies
454 
[245]455  * Better support for inline attachments and multiple body parts, closes #105,
456    #80. Inline images in email are also shown in the ticket with the trac
457    [[Image(..)]] macro.
[241]458    Author: ben at fetchsoftworks dot com
459
[246]460  * More versatile support for Apple attachments. closes #106
[245]461    for explanation read:
462    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#AppleAttachmentsoptions
[241]463    Author: ben at fetchsoftworks dot com
464
[245]465  * Applied a patch that solves problems with Window attachments, closes #110,
466    #93.
[242]467    Author: martin.poeschmann add eiskonzept dot com   
468    Applied by: Bas van der Vlies
469
[228]4702008-10-13
[213]471  * Fixed a bug in email_header formating. When an email2trac ticket
472    was updated via the web interface it would trigger a description
473    field update.
474
475    Fixed by: Bas van der Vlies
476
[216]477  * Reopen closed ticket if an update is received via email, closes #70
478    Requested by: Garrett McGrath gmcgrath add princeton dot edu
479    Fixed by: Bas van der Vlies
480
481
[217]482  * The [DEFAULT] section did not work any more due to change to internal
483    trac parser, closes ticket #73
484    Reported by: email2trac at bulk dot squeakyblue dot com
485    Fixed by: Bas van der Vlies
[218]486   
487  * black_list paramter must be comma-separated as mentioned in the
[225]488    documentation (#75) and removed the default value
489    "MAILER-DAEMON@" (#74)
[218]490    Reported by: email2trac at bulk dot squeakyblue dot com
491    Fixed by: Bas van der Vlies
[217]492
[219]493  * If a blank email is sent with just an attachment, a blank
494    comment is appended to the comments. fixed closes #89
[217]495
[219]496    Reported/Fixed by: ???
497    Applied by: Bas van der Vlies
498
[223]499  * added white_list parameter.  If set then only mail is accepted if
500    sender matches.
501    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
502
[226]503  * added recipient_list parameter.  If set then only mail is accepted if
504    to-field matches. This only uses when people use a drop box to accept
[231]505    email for several email addresses, (closes #77)
[226]506    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
[223]507
[225]508  * alternate notify template did not work for trac version 0.11
509    (#90).
[223]510    Reported/Fixed by: hju at jochenkuhl dot de
511    Applied by       : Bas van der Vlies
512
513  * added 'alternate_notify_template_update'. When set this notify
[225]514    template name will be used for ticket updates (#90).
[223]515    Author: Bas van der Vlies, hju at jochenkuhl dot de
516   
517   
[210]5182008-05-30
[205]519  * Fixed debian control file. Package can be build on any platform and
520    not only on i386 platforms:
[198]521
[205]522    Author: Christian Iversen ci add sikkerhed dot org
523    Applied by: Bas van der Vlies
[198]524
[205]525  * We now use the trac configuration parser routine
526    Author: andrei2102 add gmail dot com
527    Applied by: Bas van der Vlies
[200]528
[205]529  * Added new command line option -n/--dry-run. This option only show
530    what commands will be executed.
531    Author: Bas van der Vlies
[202]532
[205]533  * the default values for tickets can now also be set in
534   'email2trac.conf'. So you can use different values when an email
535    is converted to a ticket. The ticket value is set to this rules
536     - email2trac.conf
537     - trac.ini
[202]538
[205]539    email2trac.conf use same format as trac.ini, eg email2trac.conf:
540      [project]
541      default_component : test
[202]542
[205]543    closes request #55, for more info see:
544    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration
[204]545
[205]546     Requested by: greg dot deakyne at etapestry dot com
547     Implemented by: Bas van der Vlies
[204]548
[205]549  * Fixed a bug in ticket_update. It failed when project did not have
550    ticket component field,  closes bug #62
551    Reported by: gernot dot hillier add siemens dot com
552    Fixed by: Bas van der Vlies
[204]553         
[205]554  * run_email2trac.c:
555     - can no longer segfault after a failed malloc.
556     - after set*id failure, you'll get a diagnostic (or at least
557       nonzero exit status) and it won't attempt the exec.
[202]558
[205]559    Author: Jim Meyering jim add meyering dot net
[207]560    Applied by: Bas van der Vlies
[203]561
[207]562  * Made some approvements to spam function:
563     - If the he X-Spam-Score header is present, but has no value
564        email2trac will crash, closes #63
565
566     - Added config option which header field we must check
567       for determing if mail is Spam, eg:
568        - spam_header : X-Spam-Level (default: X-Spam-Score)
569 
570    Author: email2trac at bulk dot squeakyblue dot com
571    Applied by: Bas van der Vlies
572
[208]573
574  * black_list  is now a configuration option and is used to deny
575    email addesses, default value is: MAILER-DAEMON@
576
577    Can specifiy more then one email adress seperated by ',', eg:
578    black_list : basv@sara.nl, walter@sara.nl
579
[210]580    closes #39, #56
[207]581   
[208]582    Author: Bas van der Vlies
[210]583
584  * if mailto_link + german umlaut problem is fixed, closes #60
585    Reported by: alex at pirsig dot net
586    Fixed by: Bas van der Vlies
[208]587   
[207]588
[194]5892008-02-04
[189]590        * Added version check and exit if we do not support the trac version
591          closes bug #23
592          Reported By: Marc Zahnlecker m.zahnlecker at lxbyte dot de
[187]593
[192]594          Fixed By: Bas van der Vlies
595
[190]596        * Added check if syslog module is available. If it is not available
597          disable the syslog functionality.
[192]598          Author: michael.th add gmx dot net
[190]599
[192]600          Implemented by: Bas van der Vlies
601
[191]602        * Added strip_quotes function, default settings:
603                strip_quotes: <int> (default: 0)
604                mail_quote: <quote chars> (default: "> ")
[192]605          Author: nicolasm @ opera dot com
[191]606
[192]607          Implemented by: Bas van der Vlies
608
609        * Added patch to make notify email work with trac 0.11 dev.
610          Author: tbaschak add ktc dot mb dot ca       
611          Author: andrei2102 add gmail dot com
612
613          Implemented by: Bas van der Vlies
[194]614
615        * greedy matching in Subject line, We must stop after the first ':'
616          else we get wrong values for ticket fields when we update a ticket
617          via mail, closes ticket #37
618          Reported by: dmaziuk at bmrb dot wisc dot edu
619          Fixed    by: Bas van der Vlies
620
621        * added IGNORECASE flag to regular expression for black list. This
622          is a quick fix, still want to implement this as configuration
623          option, closed bug #39
624
625          Reported By: jodok at lovelysystems dot com
626          Fixed by   : Bas van der Vlies
627
628        * When a known user mails a ticket. We will set the Reporter to
629          its login name, closes bug #33, #41
630
631          Also add configuration option:
632                ignore_trac_user_settings : 0 (default value)
633
634          This option will skip the email address to trac user login name
635          mapping.
636
637          Reported by: anonymous
638          Fixed by   : Bas van der Vlies
639
640       
641        * SPAM detection was only for new mails not for ticket updates,
642          closed ticket #44
643
644          Reported by: Bas van der Vlies
645          Fixed by   : Bas van der Vlies
646         
[192]647           
[184]6482007-07-18
[163]649
650        * Implemented python_egg_cache environment variable. Some trac
651          installations may depend on it, closes ticket #10, eg:
652                python_egg_cache : /var/cache/eggcache
653
654          Reported By: Anonymous
[177]655          Fixed by   : Bas van der Vlies <basv@sara.nl>
[163]656
[170]657        * Implemented update ticket fields via email subject line, eg:
658                Re: [email2trac] #7?owner=bas,priority=minor: Error in parsing
659
660                - Sets the owner of the ticket to: bas
661                - Sets the priority of the ticket to: minor
[171]662         
663          For some ticket fields there are only a limited number of allowed
664          values. The supplied value will be checked against this list. If it
[179]665          is not vaild value the field update will be ignored.
[170]666
[177]667          Requested by  : trac at yadan dotnet, Jan Parchmann, see ticket #7
668          Implemented by: Bas van der Vlies <basv@sara.nl>
[170]669
[172]670        * Dropped support for version trac version 0.8. Removed all 0.8
[177]671          specific code. 
672          Fixed by: Bas van der Vlies <basv@sara.nl>
[170]673
[173]674        * Added a new config parameter: tmpdir: /var/tmp, default is '/tmp'
675          All functions now use this new parameter and use OS independent
676          path functions.
[177]677          Implemented by: Bas van der Vlies <basv@sara.nl>
[173]678
[175]679        * fixed and a creating directory problem email2trac.spec file
680          Fixed by: artrus at netzero dot net
681
[176]682        * set_owner function is obsolete. When component is set the trac code
683          will set the owner to the component owner.
[177]684          Fixed by    : Bas van der Vlies <basv@sara.nl>
[176]685
[177]686        * Also show email headers in a ticket update.
687          Requested by: Ramon Bastiaans
688          Fixed by    : Bas van der Vlies <basv@sara.nl>
689
[182]690        * A date patch so it works with trac version 0.11 for ticket updates.
691          Also applied for other trac versions.
692          Thanks to: tbaschak at ktc dot mb dot ca
693
[161]6942007-04-27
[150]695
[154]696        * Added check to catch an error when attachment size
[151]697          is too large, bug #1153
698          Author: Bas van der Vlies
[150]699
[151]700        * Wrap long line into user given length, use_textwrap: 72. Wraps lines
701          greater then 72 chars, #1123
702          Author: Bas van der Vlies &
703                  Rainer Sokoll (r.sokoll at intershop dot de)
704
705        * Fixed a dutch spelling, #1295
706          Author: Rainer Sokoll (r.sokoll at intershop dot de)
707
[149]708        * email2trac.py : blacklist (don't create ticket) mail from
709          MAILER-DAEMON to avoid loops
[152]710          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
711
[149]712        * msg.bad.txt : add an example of message from MAILER-DAEMON
[152]713          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
[149]714
[146]7152006-12-08
[135]716        * email2trac.py:
717          - Added verbatim_format option default is: 1
[139]718          Added by : Bas van der Vlies
719
[136]720          - Added strip_signature option default is: 0
[139]721          Added by : Bas van der Vlies
[135]722
[139]723          - Fixed some unicode errors, thanks to japanes SPAM.
724            If we can not unicode email message then display which
725            charset must be installed in ticket description. Else we
726            trac crashed with unicode errors ;-(
727          Fixed by: Bas van der Vlies
728
[142]729          - Fixed statements: str + unicode, raises an exception if
730            non-ascii value in unicode object.
731
732          - Forgot to unicode the author. So we got an error if we use
733            the mailto_link option in email2trac.conf.
[141]734          Fixed by: Bas van der Vlies
735
[139]736        * delete_spam.py:
737          - Now works for version 0.10 with new API-functions
738          Fixed by: Bas van der Vlies
739
[144]740        * Makefile.in
741          - Added install-conf. Install email2trac.conf if there is none
742            installed.
743          Fixed by: Bas van der Vlies
744
[132]7452006-10-27
[125]746
[129]747        * run_email2trac.c.
748       
749          - Setgid() must be called before setuid().
[125]750          Reported by:  Anonymous
751          Fixed    by:  Bas van der Vlies
[126]752
[129]753        * email2trac.py,
754       
755          - Fixed an error in Ticket Update. When ticket
[128]756          does not exists, proceed as if it is a new ticket
757          Fixed    by:  Bas van der Vlies
758
[129]759          - Fixed a strang bug in 0.9 version, if ticket update
760          is enabled and email has attachment(s). We are not allowed to
761          set the description and author field of the attachment else
762          the comment text is lost ;-(
[128]763          Fixed    by:  Bas van der Vlies
[129]764
765          - Fixed an error if enable_syslog and drop_spam is set. We get
766          an exception in the syslog if we use sys.exit(0), replaced by
767          return.
768          Fixed    by:  Bas van der Vlies
769
770        * delete_spam.py.
[124]771       
[129]772          - Trac version 0.10 made it easier to delete tickets.
773          Fixed    by:  Bas van der Vlies
774       
[121]7752006-10-10
[117]776        * Fixed race conditions in delete_spam.py and added some
777          debug code.
778          Fixed by   : Bas van der Vlies
[120]779
[117]780        * Added author and description field when attachment is
781          added to ticket. This is for trac version greater than
782          0.8.
783          Fixed by   : Bas van der Vlies
784          Thanks to Matthew Good for the hint
[120]785
[118]786        * Added drop_spam option, default = 0. If set then
787          mail marked as Spam is not accepted.
[120]788          Added by   : Bas van der Vlies
[117]789
[121]790        * Do not send notification if message is marked as Spam
791          and drop_spam is not set.
[120]792          Fixed by   : Bas van der Vlies
793
[113]7942006-10-02
[111]795        * Fixes possible segmentation faults in run_email2trac.c
796          Reported by: bcornec
797          Fixed by   : Bas van der Vlies
798
799        * Can set DEBUG level while configuring package, eg:
800          DEBUG=1 ./configure ( default : 0)
801          Reported by: syd at plug dot ca
802          Fixed By   : Bas van der Vlies
803
804        * delete_spam.py did not delete everything from the SQL tables
805          Reported by: brent at rcfile dot org
806          Fixed by   : Bas van der Vlies
807
[113]808        * Do not send notification when message is marked as Spam
[112]809          Fixed by   : Bas van der Vlies
810         
[106]8112006-08-28
[105]812        * fixes an error in the 'reply_all' setting
813          Thanks to and Patch by: ncarlson@ibsys.com
814
[106]815        * Added RPM spec file
816          Thanks to:  Jon Topper <jon@topper.me.uk>
817
[101]8182006-07-14
[95]819        * Use X11R5 install-sh to install email2trac components to hide
[98]820          native install program differences.
821          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
[95]822
[98]823        * Fixed an error in saving attachments for new tickets for trac
824          versions greater then 0.9.
825          Fixed by: Bas van der Vlies
826
827        * When something went wrong save the offending email for debug
828          purposes.
829          Fixed by: Bas van der Vlies
830
[99]831        * delete_spam.py
832           - did not clean up the attachment table. So we got nasty new
833             mails with fake attachments.
834           - It works now for versions higher then 0.8
[100]835
836        * Finally understand the unicode/encode functions and hopefully
837          fixed the errors.
838          Fixed by: Bas van der Vlies
[103]839
840        * Remove the temporarly created attachment files.
841          Fixed by: Bas van der Vlies
[99]842       
[92]8432006-07-06
[95]844        * Fixed an error in already added attachments. Do not close
[85]845          the database connection.
846          Fixed by: Walter de Jong en Bas van der Vlies
847
[95]848        * Added enable_syslog option. If enabled log errors to syslog
[89]849          instead of stderr. If enabled no errors are send back to the
850          user.
[87]851          Implemented by: Bas van der Vlies
852
[95]853        * Fixed an error with updating tickets with attachments for trac
[87]854          versions 0.9 and 0.10. Field "id" is not known when a existing
855          ticket is fetched (Error = KeyError: 'id')
856          Fixed By: See tickets #258 and #449 on trac-hacks
857
[95]858        * Fixed and spell error, self.mail_addr must be self.email_addr
[88]859          Fixed by: Bas van der Vlies
860
[95]861        * Catch a LookupError in unicode/encode conversion in function
[91]862          get_body_text()
[89]863          Fixed by: Bas van der Vlies
864
[95]865        * Description field was always changed when updating the ticket
[90]866          via the web. Asked the mailing list for a solution and got one
867          ;-)
868          Patch/Suggestion by: Christian Boos
869          Applied by: Bas van der Vlies
870
[95]871        * Fixed an encoding problem when email_header is set to 1
[91]872          Fixed by: Bas van der Vlies
873
[95]874        * Fixed a bug in to_unicode() function.
[92]875          Fixed by: Bas van der Vlies
876
[95]877        * Fixed an unicodedata.normalize TypeError bug for filenames in the
[92]878          attachment function
879          Fixed by: Bas van der Vlies
880
881
[81]8822006-06-02
[95]883        * Added ticketing merging. To enable it there are two options for
[76]884          both options enable 'ticket_update' in email2trac.conf
[81]885          1 - Configure trac notification, eg:
[95]886                * (ticket address: ticket@test.nl)
[81]887                [notification]
888                smtp_enabled = true
889                smtp_always_cc = test@test.nl
890                smtp_server = localhost
[82]891                smtp_from =  ticket@test.nl
[76]892                always_notify_reporter = true
893
894          2 - Use the mailto_cc in email2trac.conf if you want to sent
[81]895              an email to the user and the trac ticket email address.
[76]896
897          With both options you get the right format of the subject line.
898
[95]899        * Use the short options for the install command. So it works for
[76]900          MacOSx Reported by: Nathaniel Irons.
[81]901
[95]902        * Updated inline documentation by Nathaniel Irons.
[76]903                 
[68]9042006-05-16
[95]905        * Fixed a bug when there was no plain text body.
[63]906          Reported by: Greg Deakyne
[95]907        * Fixed a small bug if default component owner is unknown.
[63]908          Just fill in some bogus info.
[95]909        * Use the short options for the install command. So it works for
[64]910          MacOSx
911          Reported by: Nathaniel Irons
[95]912        * Messages that has X-Virus-found in header are marked as SPAM
[68]913          Implemented by: Walter de Jong
[95]914        * Some modules are changed for version 0.10, Added and made some
[68]915          minor changes: Patch supplied by: Markus Tacker 
[95]916        * Ported delete_spam.py to version 0.9 and higher:
[69]917          Reported by: Nathaniel Irons
[63]918
[64]919
[58]9202006-03-08
921        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
922          removed it.
923          Reported by: mi-trachacks@moensolutions.com   
924          Fixed by: Bas van der Vlies
[95]925        * Fixed an exception error in delete_spam.py
[58]926          when shutil has not enough priveledges to remove the
927          attachments it is reported
928          Fixed by: Bas van der Vlies
[95]929        * email2trac.py: When you include the body tag, some
[58]930          mailers (like Thunderbird) will leave out the signature.
931          Therefore this version leaves out the body tag.
932          Fixed by: Walter de Jong
[95]933        * Added msg.txt for testing
[58]934          Fixed by: Bas van der Vlies
935
[46]9362006-02-01  Bas van der Vlies <basv@sara.nl>:
937        * Added Tikcet notification, send email when there is
938          a new ticket. Depends on notification setting in
939          trac.ini.
940          Implemented by: Kilian Cavalotti
[52]941        * Can use different template for ticket notification,
942          eg: alternate_notify_template: "a_tkt.css"
943          Implemented by: Kilian Cavalotti
[46]944        * Added reply_all config parameter. If set put all
945          CC-addresses from orginal mail in ticket CC-field.
946          Suggested by: Kilian Cavalotti
947        * Text in ticket description is also properly UTF-8
948          encoded
949          Implemented by: Kilian Cavalotti
950        * Removed reply_address from config file. Is not
951          necessary anymore. See Ticket notification.
952        * Added support for known users. If email address is
953          known then use the trac known username instead
954          of the email-address (only for trac version > 0.9)
955          Implemented by: Kilian Cavalotti
[48]956        * Fixed an error in saving attachments for version < 0.9.
957          Sometimes we got bogus attachments.
958          Fixed by: Walter de Jong
[50]959        * Added support to make an debian package
960          Implemented by: Bas van der Vlies
[46]961
[36]9622006-01-21  Bas van der Vlies <basv@sara.nl>:
963        * Fixed run_email2trac.c, did not work
964        * Added TRAC_SCRIPT_NAME to Makefile.in to
965          solve run_email2trac problem
966
967        Both errors reported by: kilian.cavalotti@lip6.fr
968
[33]9692006-01-20  Bas van der Vlies <basv@sara.nl>:
970        * A warning error is fixed by kilian.cavalotti@lip6.fr
971        * Several errors in make install ;-(, reported by
972          tacker
973
[23]9742006-01-15  Bas van der Vlies <basv@sara.nl>:
975        * Added configure script.
976
[18]9772006-01-10  Bas van der Vlies <basv@sara.nl>:
978        * Removed project_root from source and config file
979        * Adjust code so we can use mulitple stanza's in config file, eg:
980          [bas]
981          project: /data/trac/bas
982          spam_level: 3
983
984          use option "-p|--project bas" to select the stanza
985
[5]9862006-01-04  Bas van der Vlies <basv@sara.nl>:
987
988        * Fixed getopt for -f option
989        * Added suppport for different TRAC versions (0.8 and 0.9)
990
9912006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
992
993        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
994       
995        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
996
997        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
998
999        * 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)
1000
1001        * 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)
1002
10032005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
1004
1005        * Makefile: add a Makefile to build and install email2trac
1006
1007        * email2trac.py: migrate to Trac 0.9 API
1008
10092005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
1010
1011        * run_email2trac.c: add error messages if DEBUG macro defined
1012
1013        * run_email2trac.c: add error testing and specific return values for each error
1014
1015        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
1016
1017        * run_email2trac.h: include file to define site specific paramaters
1018
10190.2.4 01/11/2005
1020        Added email_header option if set then show TO/CC fields in
1021        description of the ticket.
1022
1023        Fixed an error in the mailto URL. This was an old error that
1024        supposed to be fixed but reoccured in this version.
1025       
10260.2.3 31/10/2005
1027        Fixed a bug with base64 encoded attachments/emails
1028        Fixed by: Walter de Jong
1029
10300.2.2 10/10/2005
1031        according to RFC 2368 (titled "the mailto URL scheme") the mailto
1032        URL can only work with short &body messages. It fails with long
1033        messages and the link won't work. Therefore the mail body is
1034        no longer copied into the mail reply.
1035
10360.2.1 10/07/2005
1037        body of reply email looks better
1038
1039
10400.2   10/07/2005
1041        mailto is replaced by a html mailto to line. If
1042        you reply to the ticket via this link then an
1043        email client is started with some default values:
1044                To: <reporter>
1045                Subject: Re: <orginal subject>
1046                Body: email_comment <orginal text>
1047
1048        email2trac.conf:
1049                email_comment: # (default:  >)
1050
1051               
1052
Note: See TracBrowser for help on using the repository browser.