source: trunk/ChangeLog @ 486

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

Fixed the calculation of number of ticket changes, closes #223

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