source: trunk/ChangeLog @ 291

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

email2trac.py.in:

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