source: trunk/ChangeLog @ 360

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

Added an extra option ticket_update_by_subject_lookback in combo with
ticket_update_by_subject. Default value is 30 days, see #188

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