source: trunk/ChangeLog @ 363

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

Automaticaly determine trac version. There is no need for trac_version in /etc/email2trac.conf

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