source: trunk/ChangeLog @ 276

Last change on this file since 276 was 276, checked in by bas, 15 years ago

email2trac.py.in:

  • updated default trac version for email2trac to 0.11

debian/changelog, ChangeLog?, email2trac.spec:

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