source: trunk/ChangeLog @ 303

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

New version and set release date

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