source: trunk/ChangeLog @ 304

Last change on this file since 304 was 304, checked in by bas, 13 years ago

Prevent setting the reporter to the ticket email address

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