source: trunk/ChangeLog @ 271

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

preparing for new version 0.82

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