source: trunk/ChangeLog @ 322

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

preparing for new version
-This line, and those below, will be ignored--

M ChangeLog?

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