source: trunk/ChangeLog @ 298

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

preparing for 1.1.0 release

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