source: trunk/ChangeLog @ 283

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

Added some for info to changelogs

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