source: trunk/ChangeLog @ 473

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

updated some version info

  • Property svn:mime-type set to text/x-trac-wiki
File size: 34.0 KB
RevLine 
[471]12010-XX-XX
[473]2   * Fixed an Unicode error in strip_quotes
3     Author: Bas van der Vlies
[465]4
[473]5   * The attachment filename may not contain '\n' and '\r' characters.
6     Reported by: Jean-Paul Duyx <jean-paul dot duyx at vancis dot nl>
7     Fixed by; Bas van der Vlies
[471]8
9   * Applied a patch to support workflow for all transitions. It will
10     also honour the permission model if set, closes #198
11     an example how to use it:
12        email2trac.conf:
13                [project]
14                workflow_closed: reopen
15                workflow_infoneeded: provideinfo
16
17        trac.ini:
18                [ticket-workflow]
19                reopen = closed -> reopened
20                reopen.permissions = TICKET_CREATE
21                reopen.operations = del_resolution
22               
23                provideinfo = infoneeded -> moreinfo
24                provideinfo.permissions = TICKET_CREATE
25                provideinfo.name = info provided
26
27     Authors: kroseneg add schmidham dot net and Bas van der Vlies
28
[473]29   * The trac default value for resolution is fixed. The trac.ini value
30     for this is skipped and this resolution settings is only allowed in
31     email2trac.conf, closes #84
32
33     Reported by: hju add jochenkuhl dot de
34     Fixed by: Bas van der Vlies
35     
[458]362010-07-23
[429]37    * logging of spam message was wrong. Fixed it,
38       - set.logger.info must be self.logger.info
39    Author: Bas van der Vlies
[432]40
41    * logging of notification error was wrong. Fixed it, closes #212
42       - set.logger.error must be self.logger.error
43    Reported by:  adam dot lucke at srd-berlin dot de
44    Author: Bas van der Vlies
[443]45
[456]46    * Mail was lost when 'ticket_update' was disabled and a ticket
47      reply was detected.
48    Author: Bas van der Vlies
49
[443]50    * Removed a lot of obsolete code due to using UserDict
51    Author: Bas van der Vlies
[429]52 
[426]532010-07-21
[400]54    * added a new option 'ticket_permission_system'. Can be set to:
[399]55      - trac: Then it will check if the report has the right trac
56        permission to create or modify a ticket. closes #202
57
58      - update_restricted_to_participants: A ticket update is allowed only if:
59        1) the updater is the reporter,
60        2) the updater is in the CC
61        3) the updater has trac permission to update the ticket.
62        If the update is denied, a new ticket will be generated instead as to
63        not loose the issue . closes #203
64
65    Authors:  kris add tsampa dot org & Bas van der Vlies
66
[413]67
68   * Switch for logging to the python logging module and add some new
69     options to control the behaviour inspired by the trac logging module:
[423]70      - log_type, default syslog
71      - log_level, default info
72      - log_format, email2trac <project name>
73      - log_file, none
[413]74
[424]75     Can be set to the same values as trac logging
76
[417]77     Author: Bas van der Vlies
78
79   * removed trac 0.9 support
[413]80     
[426]812010-07-12
[393]82  * Do not check if notification is enabled, let Trac determine if a
83    notfication is enabled and which interface/plugin is used, eg:
[395]84    announcerplugin
[393]85
[395]86    Author: Bas van der Vlies
[393]87
[390]882010-07-06
89  * Fixed several errors in ticket update:
90     - Changed the regex expression. It must end with ':'.   
91     - The email was lost if the ticket id was unknown. If ticket
92       id is unknown a new ticket will be created.
93
94    Reported by: SARA grid team
95    Fixed by: Bas van der Vlies
96       
97
98
[386]992010-06-28
100  * Ticket update for version 0.12 did not work, closes #209
101    Author: mark underscore kids add yahoo dot com
102    Applied by: Bas van der Vlies
[388]103
104  * enabled workflow and notification for trac version 0.12
105    Author: Bas van der Vlies
106
[384]1072010-06-23
108  * A better fix for attachments with special characters, closes #206
109    Reported by: karsten dot rohrbach add wibas dot de
110    Fixed by: Bas van der Vlies
111
1122010-06-22
[380]113  * When debug is enabled email2trac chokes on non-ascii (utf8)
114    characters in ticket fields, closes #205
115    Reported by: eirik dot schwenke add nsd dot uib dot no
116    Fixed by: Bas van der Vlies
117
118  * Email2trac crashes when attachment filename contains non-ascii       
119    characters, closes #206
120    Reported by: karsten dot rohrbach add wibas dot de
121    Fixed by: Bas van der Vlies
122
[372]1232010-06-09
[370]124  * Support added for trac version 0.12, closes #201
125    Reported by: mark_kids add yahoo dot com
126    Fixed by: Bas van der Vlies
127   
[366]1282010-05-25
129  * delete_spam still used the trac_version in email2trac.comf
130    Fixed by: Bas van der Vlies
131
132  * email2trac crashed when ticket_update_by_subject was enabled.
133    Fixed by: Bas van der Vlies
134
[363]1352010-05-20
[349]136  * email2trac crashed if there are '/' and '\' characters in a filename.
137    These characters are now being replace by '_', closes #196
138    Reported by: jcuppen add hethooghuis dot nl
139    Fixed by: Bas van der Vlies
[347]140
[349]141  * Problems with attachments were not reported for ticket updates
142    Fixed by: Bas van der Vlies
[347]143
[350]144  * delete_spam changes:
145     - only support trac version greater then 0.10
146     - added -n/--dry-run option
147     - added -v/--verbose option
148
149    Author: Bas van der Vlies
150
[352]151  * Enhancement for ticket prefixes (email2trac.conf). The ticket
[357]152    fields status and resolution are not forbidden any more. closes #195
[352]153    Author: Konstantin Ryabitsev <icon add mricon dot com>
154    Applied by: Bas van der Vlies
155
[357]156  * Added a new option. It is all in the name:
157      * ticket_update_by_subject, default value is off
[360]158      * ticket_update_by_subject_lookback, default 30 days
[357]159
160    When this option is enabled and there is no ticket number found
161    in a reply mail. It will try to find a ticket summary that matches
162    the mail subject line. If found then append the mail to this
163    ticket, closes #188
164    Author: Konstantin Ryabitsev <icon add mricon dot com> & Bas van der Vlies
165    Applied by: Bas van der Vlies
[360]166
167  * Added DiscussionPlugin support, closes 197. For description see:
168     - https://trac-hacks.org/wiki/DiscussionPlugin
169
170   Author: ibarton add fit dot vutbr dot cz (alias Blackhex)
171   Applied by with some modification: Bas van der Vlies
172
[363]173  * Trac version is now automatically determined. No need anymore for
174    trac_version in /etc/email2trac.conf
175    Author: Bas van der Vlies
176
[345]1772010-03-20
178
179  * Fixed a bug reporter was always set to the default value specified
180    in trac.ini.
181
182    Reported by: Jean-Paul Duyx <jean-paul dot duyx at sara dot nl>
183    Fixed by: Bas van der Vlies
184
185  * If reported field is overriden then use it for all trac functions
186    including notification, closes #187
187
188    Reported by: shildebrand at venturebeat dot com
189    Fixed by: Bas van der Vlies
190
[333]1912010-03-24
192
193  * Added configure option '--with-install_user=<name>', default user is 'root'.
194    The specified user is used for installation so we can install the
195    package as non-root user, closes #182.
196
197    Reported by: shildebrand at venturebeat dot com
198    Fixed by: Bas van der Vlies
199
200  * Re-arranged some code so that we can override ticket fields in
201    email2trac.conf, eg:
202     - default_reporter : email2trac
203
204    Will set the reporter ticket field to email2trac for all mail, closes #182
205
206    Reported by: shildebrand at venturebeat dot com
207    Fixed by: Bas van der Vlies
208
209  * Fixed a bug when there is no subject field in the message, closes #179
210    The fix in the 1.2.0 version did not work.
211    Reported by: xurizaemon and John Donners (SARA)
212    Fixed by: Bas van der Vlies
213
214  * We do not write any files when dry run mode is enabled.
215    Fixed by: Bas van der Vlies
216
[337]217  * Fixed several issues when DEBUG is enabled with printing non-ascii
[333]218    characters, see #184
219    Reported by: hju add jochenkuhl dot de
220    Fixed by: Bas van der Vlies
221
[323]2222010-02-24
[322]223  * Added an option to run_email2trac to set the PYTHON_EGG_CACHE
224    environment variable (-e|--eggcache), closes #174
225    Author: pepl at cpan dot org
226    Applied by: Bas van der Vlies
227
228  * Ticket fields can be set inline an email: closes #171, #88
229     - controlled by parameter 'inline_properties', default behaviour off
230     - see https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracParse#Updateticketfields
231
232    Author: samuel at hoffstaetter dot com
233    Applied by: Bas van der Vlies
234
235  * Fixed a bug when there is no subject field in the message, closes #179
236    Reported by: xurizaemon
237    Fixed by: Bas van der Vlies
238
239  * Added unicode support attachment filenames, closes #177
240    Reported by: obwandner add concertare dot de
241    Fixed by: Bas van der Vlies
242
243  * Email to blog did not work at all. It works but it can not handle
244    attachments. see #175.
245    Reported by: oland dot wells add gmail.com
246    Patches    : Bas van der Vlies
247
248  * Show errors when we can not include attachments in the ticket, see #165
249    Requested by: hju add jochenkuhl dot de and  dereks add cool-st dot com
250    Fixed by: Bas van der Vlies
251
252  * Added a new option 'email_triggers_workflow'. When a ticket is closed and
253    an update is received via email. The ticket will be reopened or triggers
254    a ticket workflow. This action can be skipped if we set the
255    email_triggers_workflow option to 0. The default value is 1, closes #180
256    Author: zac add sprackettd dot com
257    Applied by: Bas van der Vlies
258
[303]2592010-01-11
[290]260  * Workflow option did not work, closes #157
261    Reported by: thomas dot moschny at gmx dot de
262    Fixed  by: Bas van der Vlies & Thomas Moschny
263
264  * When a ticket is updated via email. We must set a changelog id,
265    closes #156
266    Reported by: Chris dot Nelson at SIXNET dot com
267    Fixed by: Bas van der Vlies
268
269 * Changed all 'str =' assignments to 's =' to solve conflicts with
270   the builtin str function
[298]271   Fixed by: Bas van der Vlies
[290]272
[298]273 * Python egg cache enviroment setting was ignored by email2trac.
274   closes #163
275   Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
276   Applied by: Bas van der Vlies
277
278 * Disabled code so the following line will not be displayed anymore
279   as comment in a ticket:
[303]280     - This message has x attachment(s)
[298]281   Suggested by: dereks at realloc dot net, closes ticket #165
282   Fixed by    : Bas van der Vlies
283
284
285 * Added a new parameter strip_content_types. So we can strip attachments
286   based on content type, eg:
[303]287     - strip_content_types: application/pgp-signature, application/mac-binhex40
[298]288
289   Will strip attachments that has these content_types.
290   Authors:  otto at bergerdata dot de and Bas van der Vlies
291
292 * FIxed an error when files where added with characters that needed to be
293   escaped. Both email2trac and trac escaped the filenames. We removed the
294   code from email2trac an let trac handle the escaping, closes #149
295
296   Reported by: hju att jochenkuhl dot de
297   Fixed by: Bas van der Vlies
298
299 * Added a new parameter:
[303]300     - subject_field_separator, default value is &
[298]301
302   This is used to set tickets fields via the subject line. It used to
303   be , .For backwards compatibility we introduced this parameter.
304   closes #166
305   Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
306   Fixed by    : Bas van der Vlies
307
[303]308 * Prevent mail loop. We could set the CC ticket field to
309   the ticket email address.
310    - For a new ticket and reply_all is set.
311    - If the ticket CC field is updated via the subject line.
[304]312
313   Also prevent setting the reporter address to the ticket email
314   address.
315
[303]316   closes #172
317   Reported by: otto at bergerdata dot de
318   Fixed vy   : Bas van der Vlies
319
320
321
322
[285]3232009-09-02
[278]324  * Implemented a new feature to drop the HTML version of multipart/alternative
[279]325    message part. Such a message part contains the same info. The info is sent
[280]326    in different formats and the client can decide which version to use.
[279]327    closes #30
[278]328
[283]329    to enable in email2trac.conf:
330        - drop_alternative_html_version: 1
331
[278]332    Implemented by: Bas van der Vlies
333
[276]3342009-08-20
[271]335  * updated aclocal.m4 to support python versions 2.5 and 2.6, closes #137
336  * use the email addres in the reporter field, closes #136
[269]337  * Fixed an error in blog update function
338
[271]339    All Fixes by: Bas van der Vlies
[269]340
[274]341  * if alternate notify template is set then also set ticket id. It will show
342    up as ticket change, closes #142
343    Reported by: hju att jochenkuhl dot de
344    Fixed by: Bas van der Vlies
345
[272]346  * Error in urllib.quote(filename) could not handle unicode
347    filenames, closes #138
348    Reported by: debacle at debian dot org
349    Applied  by: Bas van der Vlies
350
[274]351  * Fixed an error when debug is on and the body message contains unicode
352    strings, closes #144
353    Reported by: trumbitta at gmail dot com
354    Applied by: Bas van der Vlies
355
[276]356 * default trac version for email2trac is now updated to 0.11
357
[263]3582009-04-09
[256]359  * Fixed in parsing the reflow parameter, closes #123
360    Reported by: tomasz dot sterna at sensisoft dot com
361    Fixed by: Bas van der Vlies
362
[259]363   * implemented workflow for tickets that are reopend, closes #70
364     Reported by: hju att jochenkuhl dot de
365     Author by: Bas van der Vlies
366
[267]367   * added FullBlogPlugin support. So we can update/create the blogs
368     via email, #116
369     mail with subject line: <blog:.*> will create/update a blog entry.
[260]370     Authors: Bas van der Vlies & lucas dot eisenzimmer at t-systems-mms dot com
[261]371   
[262]372   * email2trac require at least python version 2.4, closes #131
373     Reported by: otto at bergerdata dot de
374     Fixed by: Bas van der Vlies
[260]375
[262]376   * We can now set ticket fields for a new ticket via the 'subject' line:
377       - Subject: <description> #?<field=value>[,<field=value>]*
378     closes #130
379     
380     Requested by: Steve
381     Implemented by: Bas van der Vlies
382
[254]3832009-01-30
[249]384  * applied patch exit with non-zero return code on failure, closes #117
385    Author: admin-egon at ikw dot uos dot de
386    Applied by : Bas van der Vlies
387
[251]388  * Ticket update with attachments did not work, closes #120
389    Reported by: Alexander Verkooijen (alexander at sara dot nl)
390    Fixed by: Bas van der Vlies
391
392  * Removed obsolete code
393    Author :  Bas van der Vlies
394
395  * When email address is known then the author name and email address
396    is used from the preference tab.  The match is case insensitive,
397    closes #118
398    Reported by: Pusateri, Matthew <Matthew dot Pusateri at tekelec dot com
399    Fixed by: Bas van der Vlies
400
[254]401  * Ticket id is not reported as ticket change, eg:
402    {{{
403        *   id  set to 118
404    }}}
[251]405    Author :  Bas van der Vlies
406
[246]4072009-01-19
[232]408  * applied patch to support RFC 3676 (format=flowed), closes #94, #99
[231]409    This patch adds a new option: reflow (default: False/0)
410    Author: ben at fetchsoftworks dot com
411    Applied by : Bas van der Vlies
412
413  * Fixed a bug in reply_all option, closes #95
414    Reported by: gmcgrath at princeton dot edu
415    Fixed by: Bas van der Vlies
416
[233]417  * Applied a patch for default values for custom ticket fields, closes #101
418    Author: ben at fetchsoftworks dot com
419    Applied by: Bas van der Vlies
420
[245]421  * Fixed a bug that a ticket was not updated when we only update ticket
422    field(s) via email (empty body email), closes #113
[241]423    Reported by: winnie at debian dot org
424    Fixed by: Bas van der Vlies
425 
[245]426  * Better support for inline attachments and multiple body parts, closes #105,
427    #80. Inline images in email are also shown in the ticket with the trac
428    [[Image(..)]] macro.
[241]429    Author: ben at fetchsoftworks dot com
430
[246]431  * More versatile support for Apple attachments. closes #106
[245]432    for explanation read:
433    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#AppleAttachmentsoptions
[241]434    Author: ben at fetchsoftworks dot com
435
[245]436  * Applied a patch that solves problems with Window attachments, closes #110,
437    #93.
[242]438    Author: martin.poeschmann add eiskonzept dot com   
439    Applied by: Bas van der Vlies
440
[228]4412008-10-13
[213]442  * Fixed a bug in email_header formating. When an email2trac ticket
443    was updated via the web interface it would trigger a description
444    field update.
445
446    Fixed by: Bas van der Vlies
447
[216]448  * Reopen closed ticket if an update is received via email, closes #70
449    Requested by: Garrett McGrath gmcgrath add princeton dot edu
450    Fixed by: Bas van der Vlies
451
452
[217]453  * The [DEFAULT] section did not work any more due to change to internal
454    trac parser, closes ticket #73
455    Reported by: email2trac at bulk dot squeakyblue dot com
456    Fixed by: Bas van der Vlies
[218]457   
458  * black_list paramter must be comma-separated as mentioned in the
[225]459    documentation (#75) and removed the default value
460    "MAILER-DAEMON@" (#74)
[218]461    Reported by: email2trac at bulk dot squeakyblue dot com
462    Fixed by: Bas van der Vlies
[217]463
[219]464  * If a blank email is sent with just an attachment, a blank
465    comment is appended to the comments. fixed closes #89
[217]466
[219]467    Reported/Fixed by: ???
468    Applied by: Bas van der Vlies
469
[223]470  * added white_list parameter.  If set then only mail is accepted if
471    sender matches.
472    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
473
[226]474  * added recipient_list parameter.  If set then only mail is accepted if
475    to-field matches. This only uses when people use a drop box to accept
[231]476    email for several email addresses, (closes #77)
[226]477    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
[223]478
[225]479  * alternate notify template did not work for trac version 0.11
480    (#90).
[223]481    Reported/Fixed by: hju at jochenkuhl dot de
482    Applied by       : Bas van der Vlies
483
484  * added 'alternate_notify_template_update'. When set this notify
[225]485    template name will be used for ticket updates (#90).
[223]486    Author: Bas van der Vlies, hju at jochenkuhl dot de
487   
488   
[210]4892008-05-30
[205]490  * Fixed debian control file. Package can be build on any platform and
491    not only on i386 platforms:
[198]492
[205]493    Author: Christian Iversen ci add sikkerhed dot org
494    Applied by: Bas van der Vlies
[198]495
[205]496  * We now use the trac configuration parser routine
497    Author: andrei2102 add gmail dot com
498    Applied by: Bas van der Vlies
[200]499
[205]500  * Added new command line option -n/--dry-run. This option only show
501    what commands will be executed.
502    Author: Bas van der Vlies
[202]503
[205]504  * the default values for tickets can now also be set in
505   'email2trac.conf'. So you can use different values when an email
506    is converted to a ticket. The ticket value is set to this rules
507     - email2trac.conf
508     - trac.ini
[202]509
[205]510    email2trac.conf use same format as trac.ini, eg email2trac.conf:
511      [project]
512      default_component : test
[202]513
[205]514    closes request #55, for more info see:
515    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration
[204]516
[205]517     Requested by: greg dot deakyne at etapestry dot com
518     Implemented by: Bas van der Vlies
[204]519
[205]520  * Fixed a bug in ticket_update. It failed when project did not have
521    ticket component field,  closes bug #62
522    Reported by: gernot dot hillier add siemens dot com
523    Fixed by: Bas van der Vlies
[204]524         
[205]525  * run_email2trac.c:
526     - can no longer segfault after a failed malloc.
527     - after set*id failure, you'll get a diagnostic (or at least
528       nonzero exit status) and it won't attempt the exec.
[202]529
[205]530    Author: Jim Meyering jim add meyering dot net
[207]531    Applied by: Bas van der Vlies
[203]532
[207]533  * Made some approvements to spam function:
534     - If the he X-Spam-Score header is present, but has no value
535        email2trac will crash, closes #63
536
537     - Added config option which header field we must check
538       for determing if mail is Spam, eg:
539        - spam_header : X-Spam-Level (default: X-Spam-Score)
540 
541    Author: email2trac at bulk dot squeakyblue dot com
542    Applied by: Bas van der Vlies
543
[208]544
545  * black_list  is now a configuration option and is used to deny
546    email addesses, default value is: MAILER-DAEMON@
547
548    Can specifiy more then one email adress seperated by ',', eg:
549    black_list : basv@sara.nl, walter@sara.nl
550
[210]551    closes #39, #56
[207]552   
[208]553    Author: Bas van der Vlies
[210]554
555  * if mailto_link + german umlaut problem is fixed, closes #60
556    Reported by: alex at pirsig dot net
557    Fixed by: Bas van der Vlies
[208]558   
[207]559
[194]5602008-02-04
[189]561        * Added version check and exit if we do not support the trac version
562          closes bug #23
563          Reported By: Marc Zahnlecker m.zahnlecker at lxbyte dot de
[187]564
[192]565          Fixed By: Bas van der Vlies
566
[190]567        * Added check if syslog module is available. If it is not available
568          disable the syslog functionality.
[192]569          Author: michael.th add gmx dot net
[190]570
[192]571          Implemented by: Bas van der Vlies
572
[191]573        * Added strip_quotes function, default settings:
574                strip_quotes: <int> (default: 0)
575                mail_quote: <quote chars> (default: "> ")
[192]576          Author: nicolasm @ opera dot com
[191]577
[192]578          Implemented by: Bas van der Vlies
579
580        * Added patch to make notify email work with trac 0.11 dev.
581          Author: tbaschak add ktc dot mb dot ca       
582          Author: andrei2102 add gmail dot com
583
584          Implemented by: Bas van der Vlies
[194]585
586        * greedy matching in Subject line, We must stop after the first ':'
587          else we get wrong values for ticket fields when we update a ticket
588          via mail, closes ticket #37
589          Reported by: dmaziuk at bmrb dot wisc dot edu
590          Fixed    by: Bas van der Vlies
591
592        * added IGNORECASE flag to regular expression for black list. This
593          is a quick fix, still want to implement this as configuration
594          option, closed bug #39
595
596          Reported By: jodok at lovelysystems dot com
597          Fixed by   : Bas van der Vlies
598
599        * When a known user mails a ticket. We will set the Reporter to
600          its login name, closes bug #33, #41
601
602          Also add configuration option:
603                ignore_trac_user_settings : 0 (default value)
604
605          This option will skip the email address to trac user login name
606          mapping.
607
608          Reported by: anonymous
609          Fixed by   : Bas van der Vlies
610
611       
612        * SPAM detection was only for new mails not for ticket updates,
613          closed ticket #44
614
615          Reported by: Bas van der Vlies
616          Fixed by   : Bas van der Vlies
617         
[192]618           
[184]6192007-07-18
[163]620
621        * Implemented python_egg_cache environment variable. Some trac
622          installations may depend on it, closes ticket #10, eg:
623                python_egg_cache : /var/cache/eggcache
624
625          Reported By: Anonymous
[177]626          Fixed by   : Bas van der Vlies <basv@sara.nl>
[163]627
[170]628        * Implemented update ticket fields via email subject line, eg:
629                Re: [email2trac] #7?owner=bas,priority=minor: Error in parsing
630
631                - Sets the owner of the ticket to: bas
632                - Sets the priority of the ticket to: minor
[171]633         
634          For some ticket fields there are only a limited number of allowed
635          values. The supplied value will be checked against this list. If it
[179]636          is not vaild value the field update will be ignored.
[170]637
[177]638          Requested by  : trac at yadan dotnet, Jan Parchmann, see ticket #7
639          Implemented by: Bas van der Vlies <basv@sara.nl>
[170]640
[172]641        * Dropped support for version trac version 0.8. Removed all 0.8
[177]642          specific code. 
643          Fixed by: Bas van der Vlies <basv@sara.nl>
[170]644
[173]645        * Added a new config parameter: tmpdir: /var/tmp, default is '/tmp'
646          All functions now use this new parameter and use OS independent
647          path functions.
[177]648          Implemented by: Bas van der Vlies <basv@sara.nl>
[173]649
[175]650        * fixed and a creating directory problem email2trac.spec file
651          Fixed by: artrus at netzero dot net
652
[176]653        * set_owner function is obsolete. When component is set the trac code
654          will set the owner to the component owner.
[177]655          Fixed by    : Bas van der Vlies <basv@sara.nl>
[176]656
[177]657        * Also show email headers in a ticket update.
658          Requested by: Ramon Bastiaans
659          Fixed by    : Bas van der Vlies <basv@sara.nl>
660
[182]661        * A date patch so it works with trac version 0.11 for ticket updates.
662          Also applied for other trac versions.
663          Thanks to: tbaschak at ktc dot mb dot ca
664
[161]6652007-04-27
[150]666
[154]667        * Added check to catch an error when attachment size
[151]668          is too large, bug #1153
669          Author: Bas van der Vlies
[150]670
[151]671        * Wrap long line into user given length, use_textwrap: 72. Wraps lines
672          greater then 72 chars, #1123
673          Author: Bas van der Vlies &
674                  Rainer Sokoll (r.sokoll at intershop dot de)
675
676        * Fixed a dutch spelling, #1295
677          Author: Rainer Sokoll (r.sokoll at intershop dot de)
678
[149]679        * email2trac.py : blacklist (don't create ticket) mail from
680          MAILER-DAEMON to avoid loops
[152]681          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
682
[149]683        * msg.bad.txt : add an example of message from MAILER-DAEMON
[152]684          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
[149]685
[146]6862006-12-08
[135]687        * email2trac.py:
688          - Added verbatim_format option default is: 1
[139]689          Added by : Bas van der Vlies
690
[136]691          - Added strip_signature option default is: 0
[139]692          Added by : Bas van der Vlies
[135]693
[139]694          - Fixed some unicode errors, thanks to japanes SPAM.
695            If we can not unicode email message then display which
696            charset must be installed in ticket description. Else we
697            trac crashed with unicode errors ;-(
698          Fixed by: Bas van der Vlies
699
[142]700          - Fixed statements: str + unicode, raises an exception if
701            non-ascii value in unicode object.
702
703          - Forgot to unicode the author. So we got an error if we use
704            the mailto_link option in email2trac.conf.
[141]705          Fixed by: Bas van der Vlies
706
[139]707        * delete_spam.py:
708          - Now works for version 0.10 with new API-functions
709          Fixed by: Bas van der Vlies
710
[144]711        * Makefile.in
712          - Added install-conf. Install email2trac.conf if there is none
713            installed.
714          Fixed by: Bas van der Vlies
715
[132]7162006-10-27
[125]717
[129]718        * run_email2trac.c.
719       
720          - Setgid() must be called before setuid().
[125]721          Reported by:  Anonymous
722          Fixed    by:  Bas van der Vlies
[126]723
[129]724        * email2trac.py,
725       
726          - Fixed an error in Ticket Update. When ticket
[128]727          does not exists, proceed as if it is a new ticket
728          Fixed    by:  Bas van der Vlies
729
[129]730          - Fixed a strang bug in 0.9 version, if ticket update
731          is enabled and email has attachment(s). We are not allowed to
732          set the description and author field of the attachment else
733          the comment text is lost ;-(
[128]734          Fixed    by:  Bas van der Vlies
[129]735
736          - Fixed an error if enable_syslog and drop_spam is set. We get
737          an exception in the syslog if we use sys.exit(0), replaced by
738          return.
739          Fixed    by:  Bas van der Vlies
740
741        * delete_spam.py.
[124]742       
[129]743          - Trac version 0.10 made it easier to delete tickets.
744          Fixed    by:  Bas van der Vlies
745       
[121]7462006-10-10
[117]747        * Fixed race conditions in delete_spam.py and added some
748          debug code.
749          Fixed by   : Bas van der Vlies
[120]750
[117]751        * Added author and description field when attachment is
752          added to ticket. This is for trac version greater than
753          0.8.
754          Fixed by   : Bas van der Vlies
755          Thanks to Matthew Good for the hint
[120]756
[118]757        * Added drop_spam option, default = 0. If set then
758          mail marked as Spam is not accepted.
[120]759          Added by   : Bas van der Vlies
[117]760
[121]761        * Do not send notification if message is marked as Spam
762          and drop_spam is not set.
[120]763          Fixed by   : Bas van der Vlies
764
[113]7652006-10-02
[111]766        * Fixes possible segmentation faults in run_email2trac.c
767          Reported by: bcornec
768          Fixed by   : Bas van der Vlies
769
770        * Can set DEBUG level while configuring package, eg:
771          DEBUG=1 ./configure ( default : 0)
772          Reported by: syd at plug dot ca
773          Fixed By   : Bas van der Vlies
774
775        * delete_spam.py did not delete everything from the SQL tables
776          Reported by: brent at rcfile dot org
777          Fixed by   : Bas van der Vlies
778
[113]779        * Do not send notification when message is marked as Spam
[112]780          Fixed by   : Bas van der Vlies
781         
[106]7822006-08-28
[105]783        * fixes an error in the 'reply_all' setting
784          Thanks to and Patch by: ncarlson@ibsys.com
785
[106]786        * Added RPM spec file
787          Thanks to:  Jon Topper <jon@topper.me.uk>
788
[101]7892006-07-14
[95]790        * Use X11R5 install-sh to install email2trac components to hide
[98]791          native install program differences.
792          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
[95]793
[98]794        * Fixed an error in saving attachments for new tickets for trac
795          versions greater then 0.9.
796          Fixed by: Bas van der Vlies
797
798        * When something went wrong save the offending email for debug
799          purposes.
800          Fixed by: Bas van der Vlies
801
[99]802        * delete_spam.py
803           - did not clean up the attachment table. So we got nasty new
804             mails with fake attachments.
805           - It works now for versions higher then 0.8
[100]806
807        * Finally understand the unicode/encode functions and hopefully
808          fixed the errors.
809          Fixed by: Bas van der Vlies
[103]810
811        * Remove the temporarly created attachment files.
812          Fixed by: Bas van der Vlies
[99]813       
[92]8142006-07-06
[95]815        * Fixed an error in already added attachments. Do not close
[85]816          the database connection.
817          Fixed by: Walter de Jong en Bas van der Vlies
818
[95]819        * Added enable_syslog option. If enabled log errors to syslog
[89]820          instead of stderr. If enabled no errors are send back to the
821          user.
[87]822          Implemented by: Bas van der Vlies
823
[95]824        * Fixed an error with updating tickets with attachments for trac
[87]825          versions 0.9 and 0.10. Field "id" is not known when a existing
826          ticket is fetched (Error = KeyError: 'id')
827          Fixed By: See tickets #258 and #449 on trac-hacks
828
[95]829        * Fixed and spell error, self.mail_addr must be self.email_addr
[88]830          Fixed by: Bas van der Vlies
831
[95]832        * Catch a LookupError in unicode/encode conversion in function
[91]833          get_body_text()
[89]834          Fixed by: Bas van der Vlies
835
[95]836        * Description field was always changed when updating the ticket
[90]837          via the web. Asked the mailing list for a solution and got one
838          ;-)
839          Patch/Suggestion by: Christian Boos
840          Applied by: Bas van der Vlies
841
[95]842        * Fixed an encoding problem when email_header is set to 1
[91]843          Fixed by: Bas van der Vlies
844
[95]845        * Fixed a bug in to_unicode() function.
[92]846          Fixed by: Bas van der Vlies
847
[95]848        * Fixed an unicodedata.normalize TypeError bug for filenames in the
[92]849          attachment function
850          Fixed by: Bas van der Vlies
851
852
[81]8532006-06-02
[95]854        * Added ticketing merging. To enable it there are two options for
[76]855          both options enable 'ticket_update' in email2trac.conf
[81]856          1 - Configure trac notification, eg:
[95]857                * (ticket address: ticket@test.nl)
[81]858                [notification]
859                smtp_enabled = true
860                smtp_always_cc = test@test.nl
861                smtp_server = localhost
[82]862                smtp_from =  ticket@test.nl
[76]863                always_notify_reporter = true
864
865          2 - Use the mailto_cc in email2trac.conf if you want to sent
[81]866              an email to the user and the trac ticket email address.
[76]867
868          With both options you get the right format of the subject line.
869
[95]870        * Use the short options for the install command. So it works for
[76]871          MacOSx Reported by: Nathaniel Irons.
[81]872
[95]873        * Updated inline documentation by Nathaniel Irons.
[76]874                 
[68]8752006-05-16
[95]876        * Fixed a bug when there was no plain text body.
[63]877          Reported by: Greg Deakyne
[95]878        * Fixed a small bug if default component owner is unknown.
[63]879          Just fill in some bogus info.
[95]880        * Use the short options for the install command. So it works for
[64]881          MacOSx
882          Reported by: Nathaniel Irons
[95]883        * Messages that has X-Virus-found in header are marked as SPAM
[68]884          Implemented by: Walter de Jong
[95]885        * Some modules are changed for version 0.10, Added and made some
[68]886          minor changes: Patch supplied by: Markus Tacker 
[95]887        * Ported delete_spam.py to version 0.9 and higher:
[69]888          Reported by: Nathaniel Irons
[63]889
[64]890
[58]8912006-03-08
892        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
893          removed it.
894          Reported by: mi-trachacks@moensolutions.com   
895          Fixed by: Bas van der Vlies
[95]896        * Fixed an exception error in delete_spam.py
[58]897          when shutil has not enough priveledges to remove the
898          attachments it is reported
899          Fixed by: Bas van der Vlies
[95]900        * email2trac.py: When you include the body tag, some
[58]901          mailers (like Thunderbird) will leave out the signature.
902          Therefore this version leaves out the body tag.
903          Fixed by: Walter de Jong
[95]904        * Added msg.txt for testing
[58]905          Fixed by: Bas van der Vlies
906
[46]9072006-02-01  Bas van der Vlies <basv@sara.nl>:
908        * Added Tikcet notification, send email when there is
909          a new ticket. Depends on notification setting in
910          trac.ini.
911          Implemented by: Kilian Cavalotti
[52]912        * Can use different template for ticket notification,
913          eg: alternate_notify_template: "a_tkt.css"
914          Implemented by: Kilian Cavalotti
[46]915        * Added reply_all config parameter. If set put all
916          CC-addresses from orginal mail in ticket CC-field.
917          Suggested by: Kilian Cavalotti
918        * Text in ticket description is also properly UTF-8
919          encoded
920          Implemented by: Kilian Cavalotti
921        * Removed reply_address from config file. Is not
922          necessary anymore. See Ticket notification.
923        * Added support for known users. If email address is
924          known then use the trac known username instead
925          of the email-address (only for trac version > 0.9)
926          Implemented by: Kilian Cavalotti
[48]927        * Fixed an error in saving attachments for version < 0.9.
928          Sometimes we got bogus attachments.
929          Fixed by: Walter de Jong
[50]930        * Added support to make an debian package
931          Implemented by: Bas van der Vlies
[46]932
[36]9332006-01-21  Bas van der Vlies <basv@sara.nl>:
934        * Fixed run_email2trac.c, did not work
935        * Added TRAC_SCRIPT_NAME to Makefile.in to
936          solve run_email2trac problem
937
938        Both errors reported by: kilian.cavalotti@lip6.fr
939
[33]9402006-01-20  Bas van der Vlies <basv@sara.nl>:
941        * A warning error is fixed by kilian.cavalotti@lip6.fr
942        * Several errors in make install ;-(, reported by
943          tacker
944
[23]9452006-01-15  Bas van der Vlies <basv@sara.nl>:
946        * Added configure script.
947
[18]9482006-01-10  Bas van der Vlies <basv@sara.nl>:
949        * Removed project_root from source and config file
950        * Adjust code so we can use mulitple stanza's in config file, eg:
951          [bas]
952          project: /data/trac/bas
953          spam_level: 3
954
955          use option "-p|--project bas" to select the stanza
956
[5]9572006-01-04  Bas van der Vlies <basv@sara.nl>:
958
959        * Fixed getopt for -f option
960        * Added suppport for different TRAC versions (0.8 and 0.9)
961
9622006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
963
964        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
965       
966        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
967
968        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
969
970        * 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)
971
972        * 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)
973
9742005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
975
976        * Makefile: add a Makefile to build and install email2trac
977
978        * email2trac.py: migrate to Trac 0.9 API
979
9802005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
981
982        * run_email2trac.c: add error messages if DEBUG macro defined
983
984        * run_email2trac.c: add error testing and specific return values for each error
985
986        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
987
988        * run_email2trac.h: include file to define site specific paramaters
989
9900.2.4 01/11/2005
991        Added email_header option if set then show TO/CC fields in
992        description of the ticket.
993
994        Fixed an error in the mailto URL. This was an old error that
995        supposed to be fixed but reoccured in this version.
996       
9970.2.3 31/10/2005
998        Fixed a bug with base64 encoded attachments/emails
999        Fixed by: Walter de Jong
1000
10010.2.2 10/10/2005
1002        according to RFC 2368 (titled "the mailto URL scheme") the mailto
1003        URL can only work with short &body messages. It fails with long
1004        messages and the link won't work. Therefore the mail body is
1005        no longer copied into the mail reply.
1006
10070.2.1 10/07/2005
1008        body of reply email looks better
1009
1010
10110.2   10/07/2005
1012        mailto is replaced by a html mailto to line. If
1013        you reply to the ticket via this link then an
1014        email client is started with some default values:
1015                To: <reporter>
1016                Subject: Re: <orginal subject>
1017                Body: email_comment <orginal text>
1018
1019        email2trac.conf:
1020                email_comment: # (default:  >)
1021
1022               
1023
Note: See TracBrowser for help on using the repository browser.