source: trunk/ChangeLog @ 399

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

Updated version info

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