source: trunk/ChangeLog @ 352

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

Applied patch for ticket prefix enhancement, closes #195

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