source: trunk/ChangeLog @ 395

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

changed some changelogs description.

email2trac.py.in:

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