source: trunk/ChangeLog @ 289

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

delete some blank lines

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