source: trunk/ChangeLog @ 280

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

debian/changelog, ChangeLog?:

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