source: trunk/ChangeLog @ 272

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

email2trac.py.in:

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