source: trunk/ChangeLog @ 636

Last change on this file since 636 was 636, checked in by bas, 11 years ago

ticket cc fields ignored on ticket update, closes #324

  • Property svn:mime-type set to text/plain
File size: 48.4 KB
Line 
12.X.X
2  * Also made delete_spam virtual env aware
3    Fixed by: Bas van der Vlies
4
5  * cc_fields ignored existing ticket CC field on ticket update, closes #324
6    Author: tboudreau add us dot ntt dot net
7    Applied by: Bas van der Vlies
8
92.7.0
10  * use self.env.get_read_db for trac version > 0.11. self.env.get_db_cnx is obsolete. TRAC
11    api documentation.
12    Fixed by: Bas van der Vlies
13
14  * fixed an UnicodeDecodeError when checking attachments filenames.
15    Fixed by: Bas van der Vlies
16
17  * Added support for installing trac in a virtual environment. You can
18    set a default virtualenv path add configuration time, eg:
19      - ./configure --with-virtualenv=/data/virtualenvs/trac
20   
21    Or set/override at runtime: eg:
22     - ./email2trac.py --virtualenv=/data/virtualenvs/trac
23    Author:  Bas van der Vlies & Dennis Stam (Suggestion)
24
25  * Added support for Trac Agilo installations, closes #316, #306
26     - email2trac.py -A or email2trac --agilo
27    Author: smcclure add racemi dot com
28    Applied by: Bas van der Vlies
29
302.6.2
31  * Removed '--Orignal message---' from strip_signature_regex. It is not a
32    signature but a quote. Thanks to Walter Lioen (SARA)
33    Fixed by: Bas van der Vlies
34
35  * Added support fot trac 1.0, closes #302, #303
36    Reported by: thomas dot schabetsberger add webtek dot at
37    Fixed by: Bas van der Vlies
38
392.6.0 (Dedicated to Ian Verhey (RIP) )
40
41  * License changed from GNU Public License to Apache License, Version 2.0.
42    Now the software can be included in Apache projects like bloodhound,
43    closes #292
44
45    Requested by:  gary dot martin add wandisco dot com
46
47  * Catch an error when no valid trac installation can be found,
48    closes #294
49    Reported by: m dot frigui add cacom dot fr
50    Fixed by: Bas van der Vlies
51
52  * Ticket update honors the reply_all setting and sets the ticket cc
53    field if there are cc-addresses in the email, closes #293
54
55    Reported by: Sergey V.Levin <slevin add adriver dot ru >
56
57    Fixed by: Bas van der Vlies
58
59  * Reporter email address was not skipped and therefor added to cc field
60    when reply_all was set.
61    Author:  Bas van der Vlies
62
63  * Default setting for resolution can only be set in email2trac.conf. Skip the trac default
64    setting, closes #299
65    Reported by: ruediger dot kupper add gmail dot com
66    Fixed by: Bas van der Vlies
67
68  * Attachments on Windows are not save due the fact that  os.pathconf is not supported. Set
69    filename max length to 240 chars on windows, closes #300
70    Reported by: Anonymous
71    Fixed by: Bas van der Vlies
72
73  * Added a new option 'only_strip_on_update', default value is False. Only call the functions
74    strip_quotes and strip_signature for ticket updates, closes #192
75    Requested by, Patch:  Konstantin Ryabitsev <icon add mricon dot com>
76    Appplied by: Bas van der Vlies
77
78  * Added a new option 'strip_signature_regex', default value:
79      * strip_signature_regex : ^-----Original Message-----$|^-- $
80    This will strip signatures form the email messages. People can set their own regular
81    expressions, closes #296, #155
82    Author: steverweber add gmail dot com
83    Applied by: Bas van der Vlies
84
85  * email_quote can now handle regular expresions, default is:
86        email_quote : ^> .*
87    We now use the re.match function instead of line.startswith, closes #173
88    Suggested/Patch by: samuel add hoffstaetter dot com
89    Applied by: Bas van der Vlies
90
912.5.0
92  * BLOG improvements by Thomas Moschny, closes #287,#235,#175:
93   - Tries to use the 'Date:' email header to set the date of the blog
94     post or comment.
95   - Allows overriding author and categories via subject parameters or
96     inline properties (see below).
97   - Does not add the 'blog_' prefix to the default (short-) name of a
98     blog entry anymore, as it would be rather redundant.
99   - Allows selecting a custom short name for the blog entry instead of
100     a default date-based short name. The custom short name may not
101     contain spaces. (Note that the TracFullBlogPlugin imposes
102     additional rules for valid short names.)
103   - Bugfix: Fixes crash wile processing mails with attachments (#175).
104   - Properly adds attachments to blog entries (#175).
105
106    Author: Thomas Moschny
107    Applied by: Bas van der Vlies
108
109  * Added new parameters:
110     - white_list_registered_users
111     - white_list_file
112 
113   white_list_registered_users: 
114    This will allow registered user to create or update a ticket even
115    when they are not added to the 'white_list' in the configuration
116    file.
117
118   white_list_file:
119    This will read allowed users from a file. One email address per line.
120
121   Suggested by: randy add psg dot com, closes ticket #288
122   Author: Bas van der Vlies
123
1242.4.7
125  * Some blog improvements. Removes 'blog:' from subject line and honors the
126    -n/--dry-run flag, closes #235
127    Author: Thomas Moschny
128    Applied by: Bas van der Vlies
129 
130  * Added Astaro firewall spam handling. Check X-Spam-Flag and X-Spam-Result
131    message header flags. see:
132     * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644916
133    Author: W. Martin Borgert" <debacle at debian dot org>
134    Applied by: Bas van der Vlies
135
136  * mailto link contained the wrong encoded subject line, charset was not
137    stripped.
138    Reported by: Walter Lioen (SARA)
139    Fixed by: Bas van der Vlies
140
1412.4.5
142  * Allow regular expressions for recipient_list (multiple to-addresses),
143    white_list and black_list. Each address is checked againt this regular
144    expression, closes #272
145    examples:
146     * recipient_list : sara.nl (to-address contains sara.nl)
147     * recipient_list : ^basv@sara.nl$ (to-address equals basv@sara.nl)
148    Reported by: anonymous
149    Fixed by: Bas van der Vlies
150
151
152  * Enhanced run_email2trac to support supplementary groups (initgroups).
153    configure will check if the OS support initgroups function call,
154    closes #274
155    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
156    Applied by: Bas van der Vlies
157
158  * Fixed an error in parsing the From address. Email address was wrong if
159    email name contained a charset definition. There error was triggered
160    if 'mailto_link: 1' is set. Resulting in an unicode error.
161    Author: Bas van der Vlies
162
1632.4.2
164  * Fixed an error for text/plain attachments that are not specified as
165    inline. These attachments were not attached to the ticket and were
166    skipped, closes #270
167    Reported by: hju add jochenkuhl dot de
168    Fixed by: Bas van der Vlies
169
170  * Use all 'to-field' addresses in message for recipient_list instead of only one, closes #268
171    Reported by: anonymous
172    Fixed by: Bas van der Vlies
173
1742.4.0
175  * Fixed an error in ticket_update_fields. Always check if given ticket
176    field is a valid ticket field for trac. The error could be triggered
177    by:
178      * ticket_update_by_subject
179      * inline_properties
180
181    Reported by: Maarten van Ingen (SARA)
182    Fixed by: Bas van der Vlies
183
184  * Fixed a typo in logging an error: email_to_unicode
185    Fixed by: Bas van der Vlies
186
187  * Closed tickets for trac version >= 0,12 where not re-opened if there was
188    no workflow defined in email2trac.conf, see #247
189 
190    Reported by: Sergey V.Levin <slevin add adriver dot ru >
191    Fixed by: Bas van der Vlies & Sergey V.Levin
192
193  * enhanced save_email_for_debug(). Store also the project name in the
194    filename and easily see the difference between the raw message and
195    the body/attachments files.
196    Author: Bas van der Vlies
197
198  * Ticket update by subject did not work for trac version below 0.12
199    Reported by: naumann add tu-berlin dot de
200    Fixed by: Bas van der Vlies
201
202  * Fixed an error in the logging environment for Windows oses, closes #251
203    Reported by:  kofal002 add umn dot edu
204    Fixed by: Bas van der Vlies
205
206  * Ticket_update_by_subject enhancement. If multiple tickets are found
207    with the same subject then we try a author/reporter match. If fails
208    use most recent ticket entry, closes #253
209    Reported by: kofal002 att umn dot edu
210    Fixed by: Bas van der Vlies
211
212  * Log trac error if opening of trac project environment failse, closes #256
213    Reported by: edward dot b dot matheson at nasa.gov
214    Fixed by: Bas van der Vlies
215
216  * If a status is using upper case character(s) (i.e waitingExternal)
217    email2trac does not find the appropiate workflow entry in the
218    email2trac.conf, closes #264
219    Author: hju add jochenkuhl dot de
220    Applied by: Bas van der Vlies
221
222  * Process all workflows not only the default trac workflow. Workflow is now
223    enabled for new tickets and ticket updates.
224    eg: AdvancedTicketWorkflowPlugin, closes #226,#252
225    Suggestion by: Holger Jürgs <hjuergs add jochenkuhl dot de>
226    Reported by: Frédéric DUARTE <f dot duarte add akka dot eu>
227                 kofal002 att umn dot edu
228    Fixed by: Bas van der Vlies
229
230  * permission check fails when PrivateTicketsPlugin is installed, closes #262
231    Reported by: glenn
232    Fixed by: Bas van der Vlies
233
234  * Added support for trac version 0.13, closes #250
235    Reported by: simeonov add gmail dot com
236    Fixed by: Bas van der Vlies
237
238  * Problem with long attachment's filenames on native language. This is a trac
239    bug, see:
240      * http://trac.edgewall.org/ticket/10313,
241    The email2trac solution is to truncate the filename if it is longer then
242    the allow NAME_MAX for the os (usually 255), closes #247.
243    Reported by: Sergey V.Levin <slevin add adriver dot ru >
244    Fixed by: Bas van der Vlies & Sergey V.Levin
245
246  * Replaced printing of subject line to repr() instead of unicode string.
247    Some versions if python logging module could crash, closes #267
248    Reported by: hju add jochenkuhl dot de
249    Fixed by: Bas van der Vlies
250   
2512.1.0 (2011-6-6)
252  * Convert all email addresses and author names to lower case in compare
253    functions.  closes #242.
254    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
255    Applied by: Bas van der Vlies
256
257  * Added timestamp when log_file stderr or file is used. Move log level of
258    reporting subject line to info instead of debug, closes #236
259    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
260    Applied by: Bas van der Vlies
261
262  * Small fix in mailto link. Uses 'cc' instead of 'Cc'
263    Author: Sil Westerveld (SARA)
264    Applied by: Bas van der Vlies
265
266  * The time format for subject mapping was wrong (ticket_update_by_subject).
267    So all tickets matched. Converted it to use microseconds instead of
268    seconds.
269    Reported by: Walter Lioen (SARA)
270    Author: Bas van der Vlies & Dennis Stam
271
272  * Fixed an error in the setup the logging environment for Windows oses.
273    Reported by: Mike Henke <henkemike at gmail dot com>
274    Author: Bas van der Vlies
275
2762.0.2 (2011-02-13)
277   * Use tempfile.mkstemp instead of tempfile.mktemp
278     Reported by: Dennis Stam (SARA)
279     Author: Bas van der Vlies
280
2812.0.1 (2011-02-12)
282   * An email address can match multiple trac accounts, closes #218
283     Author: Konstantin Ryabitsev <icon add mricon dot com>
284
285   * Added check to detect valid users when smtp_default_domain in
286     trac.ini is set, closes #219
287     Author: sto add iti dot upv dot es
288     Applied by: Bas van der Vlies with some minor changes
289
290   * Support for parentdir. Can be used to avoid sections for each project
291     or if all projects have a common parent directory, you can leave out
292     the project directory setting for each project, eg:
293      * parentdir: /data/trac/oss/projects
294
295     If an section defines a project directory then this can NOT be overridden
296     by the parendir declaration.
297
298     This closes #217
299
300     Author: sto add iti dot upv dot es
301     Applied by: Bas van der Vlies with some minor changes
302
303   * email2trac: Used the wrong code to check number of ticket changes,
304     closes #223.
305     Author: stas dot agarkov add gmail dot com
306     Applied by: Bas van der Vlies
307
308   * email2trac: An enhancement to "update-by-subject", closes #188 Features:
309      - Does a better job parsing out all the permutations of "Re: FW: Re: AW: Subject"
310      - Modifies the subject to drop the prefixes
311     Author: Konstantin Ryabitsev <icon add mricon dot com>
312     Applied by: Bas van der Vlies
313
314   * When platform is Windows and log_type is not set, use 'eventlog' as default log_type
315     instead of 'syslog', closes #225
316     Reported by: jkreider add clarkinc dot biz
317     Author: Bas van der Vlies
318
319   * Applied a patch so we allow more ticket fields to be used for inline properties, eg:
320       - @custom_reports: vu
321     closes #227
322     Author: thomas dot moschny add gmx dot de
323     Applied by: Bas van der Vlies
324
325   * Fixed some bugs in function update_ticket_fields:
326       - Can not clear values, reported by thomas dot moschny add gmx dot de
327     closes #228
328       - Values were updated regardless if there are not allowed for the ticket
329     field.
330     Author: Bas van der Vlies
331
332   * Attachments without a name where named 'None' instead of 'untitled-part',
333     closes #230
334     Reported by: hju add jochenkuhl dot de
335     Author: Bas van der Vlies
336
337   * Fixed some errors in Discussion plugin support, closes #231
338     Author: Dennis (dmcrxi add Princeton dot EDU)
339     Applied by: Bas van der Vlies
340
341   * Added html conversion via external command: eg email2trac.conf
342      - html2text_cmd: /usr/bin/html2text -nobs
343      - html2text_cmd: /usr/bin/w3m -dump
344      - html2text_cmd: /usr/bin/lynx -dump
345      - html2text_cmd: /usr/bin/links -dump
346     closes #218
347     Author: Bas van der Vlies
348     Applied by: Bas van der Vlies
349
350   * Fixed mailto link for trac 0.11 and 0.12. Use the mailto tag in stead of
351     an html tag. The html tag does not work for trac 0.12
352     Reported by: Wim Rijks
353     Author: Bas van der Vlies
354
355   * Added a notification function that always send an email to the reporter if
356     the ticket is updated via email. This independent of trac.ini setting
357     , closes: #178, #229
358        - notify_reporter: 1 (default: 0)
359        - notify_reporter_black_list : basv@sara.nl (default: 0)
360     Author: hju add jochenkuhl dot de
361     Applied by: Bas van der Vlies
362
363 
364   * Added a new parameter for processing inline properties: (closes #216)
365       -  inline_properties_first_wins: 1 (default: 0)
366     
367     When an email has two of the same inline entries:
368        {{{
369        @status: closed
370        @status: accepted
371        }}}
372      Only the first one is used '@status: closed'
373
374     Author: Konstantin Ryabitsev <icon add mricon dot com>
375     Applied by: Bas van der Vlies
376
3771.6.0 (2010-8-10)
378   * Fixed an Unicode error in strip_quotes
379     Author: Bas van der Vlies
380
381   * The attachment filename may not contain '\n' and '\r' characters.
382     Reported by: Jean-Paul Duyx <jean-paul dot duyx at vancis dot nl>
383     Fixed by; Bas van der Vlies
384
385   * Applied a patch to support workflow for all transitions. It will
386     also honour the permission model if set, closes #198
387     an example how to use it:
388    email2trac.conf:
389                [project]
390            workflow_closed: reopen
391            xworkflow_infoneeded: provideinfo
392
393    trac.ini:
394    [ticket-workflow]
395    reopen = closed -> reopened
396    reopen.permissions = TICKET_CREATE
397    reopen.operations = del_resolution
398
399    provideinfo = infoneeded -> moreinfo
400    provideinfo.permissions = TICKET_CREATE
401    provideinfo.name = info provided
402
403     Authors: kroseneg add schmidham dot net and Bas van der Vlies
404
405   * The trac default value for resolution is fixed. The trac.ini value
406     for this is skipped and this resolution settings is only allowed in
407     email2trac.conf, closes #84
408
409     Reported by: hju add jochenkuhl dot de
410     Fixed by: Bas van der Vlies
411
412   * Honor the trac permission model if set, Use
413    TICKET_APPEND and TICKET_CHGPROP instead of TICKET_MODIFY.
414    closes #214
415
416    Reported by: Konstantin Ryabitsev <icon add mricon dot com>
417    Fixed by: Bas van der Vlies
418   
4192010-07-23
420    * logging of spam message was wrong. Fixed it,
421       - set.logger.info must be self.logger.info
422    Author: Bas van der Vlies
423
424    * logging of notification error was wrong. Fixed it, closes #212
425       - set.logger.error must be self.logger.error
426    Reported by:  adam dot lucke at srd-berlin dot de
427    Author: Bas van der Vlies
428
429    * Mail was lost when 'ticket_update' was disabled and a ticket
430      reply was detected.
431    Author: Bas van der Vlies
432
433    * Removed a lot of obsolete code due to using UserDict
434    Author: Bas van der Vlies
435 
4362010-07-21
437    * added a new option 'ticket_permission_system'. Can be set to:
438      - trac: Then it will check if the report has the right trac
439        permission to create or modify a ticket. closes #202
440
441      - update_restricted_to_participants: A ticket update is allowed only if:
442        1) the updater is the reporter,
443        2) the updater is in the CC
444        3) the updater has trac permission to update the ticket.
445        If the update is denied, a new ticket will be generated instead as to
446        not loose the issue . closes #203
447
448    Authors:  kris add tsampa dot org & Bas van der Vlies
449
450
451   * Switch for logging to the python logging module and add some new
452     options to control the behaviour inspired by the trac logging module:
453      - log_type, default syslog
454      - log_level, default info
455      - log_format, email2trac <project name>
456      - log_file, none
457
458     Can be set to the same values as trac logging
459
460     Author: Bas van der Vlies
461
462   * removed trac 0.9 support
463     
4642010-07-12
465  * Do not check if notification is enabled, let Trac determine if a
466    notfication is enabled and which interface/plugin is used, eg:
467    announcerplugin
468
469    Author: Bas van der Vlies
470
4712010-07-06
472  * Fixed several errors in ticket update:
473     - Changed the regex expression. It must end with ':'.   
474     - The email was lost if the ticket id was unknown. If ticket
475       id is unknown a new ticket will be created.
476
477    Reported by: SARA grid team
478    Fixed by: Bas van der Vlies
479       
480
481
4822010-06-28
483  * Ticket update for version 0.12 did not work, closes #209
484    Author: mark underscore kids add yahoo dot com
485    Applied by: Bas van der Vlies
486
487  * enabled workflow and notification for trac version 0.12
488    Author: Bas van der Vlies
489
4902010-06-23
491  * A better fix for attachments with special characters, closes #206
492    Reported by: karsten dot rohrbach add wibas dot de
493    Fixed by: Bas van der Vlies
494
4952010-06-22
496  * When debug is enabled email2trac chokes on non-ascii (utf8)
497    characters in ticket fields, closes #205
498    Reported by: eirik dot schwenke add nsd dot uib dot no
499    Fixed by: Bas van der Vlies
500
501  * Email2trac crashes when attachment filename contains non-ascii       
502    characters, closes #206
503    Reported by: karsten dot rohrbach add wibas dot de
504    Fixed by: Bas van der Vlies
505
5062010-06-09
507  * Support added for trac version 0.12, closes #201
508    Reported by: mark_kids add yahoo dot com
509    Fixed by: Bas van der Vlies
510   
5112010-05-25
512  * delete_spam still used the trac_version in email2trac.comf
513    Fixed by: Bas van der Vlies
514
515  * email2trac crashed when ticket_update_by_subject was enabled.
516    Fixed by: Bas van der Vlies
517
5182010-05-20
519  * email2trac crashed if there are '/' and '\' characters in a filename.
520    These characters are now being replace by '_', closes #196
521    Reported by: jcuppen add hethooghuis dot nl
522    Fixed by: Bas van der Vlies
523
524  * Problems with attachments were not reported for ticket updates
525    Fixed by: Bas van der Vlies
526
527  * delete_spam changes:
528     - only support trac version greater then 0.10
529     - added -n/--dry-run option
530     - added -v/--verbose option
531
532    Author: Bas van der Vlies
533
534  * Enhancement for ticket prefixes (email2trac.conf). The ticket
535    fields status and resolution are not forbidden any more. closes #195
536    Author: Konstantin Ryabitsev <icon add mricon dot com>
537    Applied by: Bas van der Vlies
538
539  * Added a new option. It is all in the name:
540      * ticket_update_by_subject, default value is off
541      * ticket_update_by_subject_lookback, default 30 days
542
543    When this option is enabled and there is no ticket number found
544    in a reply mail. It will try to find a ticket summary that matches
545    the mail subject line. If found then append the mail to this
546    ticket, closes #188
547    Author: Konstantin Ryabitsev <icon add mricon dot com> & Bas van der Vlies
548    Applied by: Bas van der Vlies
549
550  * Added DiscussionPlugin support, closes 197. For description see:
551     - https://trac-hacks.org/wiki/DiscussionPlugin
552
553   Author: ibarton add fit dot vutbr dot cz (alias Blackhex)
554   Applied by with some modification: Bas van der Vlies
555
556  * Trac version is now automatically determined. No need anymore for
557    trac_version in /etc/email2trac.conf
558    Author: Bas van der Vlies
559
5602010-03-20
561
562  * Fixed a bug reporter was always set to the default value specified
563    in trac.ini.
564
565    Reported by: Jean-Paul Duyx <jean-paul dot duyx at sara dot nl>
566    Fixed by: Bas van der Vlies
567
568  * If reported field is overriden then use it for all trac functions
569    including notification, closes #187
570
571    Reported by: shildebrand at venturebeat dot com
572    Fixed by: Bas van der Vlies
573
5742010-03-24
575
576  * Added configure option '--with-install_user=<name>', default user is 'root'.
577    The specified user is used for installation so we can install the
578    package as non-root user, closes #182.
579
580    Reported by: shildebrand at venturebeat dot com
581    Fixed by: Bas van der Vlies
582
583  * Re-arranged some code so that we can override ticket fields in
584    email2trac.conf, eg:
585     - default_reporter : email2trac
586
587    Will set the reporter ticket field to email2trac for all mail, closes #182
588
589    Reported by: shildebrand at venturebeat dot com
590    Fixed by: Bas van der Vlies
591
592  * Fixed a bug when there is no subject field in the message, closes #179
593    The fix in the 1.2.0 version did not work.
594    Reported by: xurizaemon and John Donners (SARA)
595    Fixed by: Bas van der Vlies
596
597  * We do not write any files when dry run mode is enabled.
598    Fixed by: Bas van der Vlies
599
600  * Fixed several issues when DEBUG is enabled with printing non-ascii
601    characters, see #184
602    Reported by: hju add jochenkuhl dot de
603    Fixed by: Bas van der Vlies
604
6052010-02-24
606  * Added an option to run_email2trac to set the PYTHON_EGG_CACHE
607    environment variable (-e|--eggcache), closes #174
608    Author: pepl at cpan dot org
609    Applied by: Bas van der Vlies
610
611  * Ticket fields can be set inline an email: closes #171, #88
612     - controlled by parameter 'inline_properties', default behaviour off
613     - see https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracParse#Updateticketfields
614
615    Author: samuel at hoffstaetter dot com
616    Applied by: Bas van der Vlies
617
618  * Fixed a bug when there is no subject field in the message, closes #179
619    Reported by: xurizaemon
620    Fixed by: Bas van der Vlies
621
622  * Added unicode support attachment filenames, closes #177
623    Reported by: obwandner add concertare dot de
624    Fixed by: Bas van der Vlies
625
626  * Email to blog did not work at all. It works but it can not handle
627    attachments. see #175.
628    Reported by: oland dot wells add gmail.com
629    Patches    : Bas van der Vlies
630
631  * Show errors when we can not include attachments in the ticket, see #165
632    Requested by: hju add jochenkuhl dot de and  dereks add cool-st dot com
633    Fixed by: Bas van der Vlies
634
635  * Added a new option 'email_triggers_workflow'. When a ticket is closed and
636    an update is received via email. The ticket will be reopened or triggers
637    a ticket workflow. This action can be skipped if we set the
638    email_triggers_workflow option to 0. The default value is 1, closes #180
639    Author: zac add sprackettd dot com
640    Applied by: Bas van der Vlies
641
6422010-01-11
643  * Workflow option did not work, closes #157
644    Reported by: thomas dot moschny at gmx dot de
645    Fixed  by: Bas van der Vlies & Thomas Moschny
646
647  * When a ticket is updated via email. We must set a changelog id,
648    closes #156
649    Reported by: Chris dot Nelson at SIXNET dot com
650    Fixed by: Bas van der Vlies
651
652 * Changed all 'str =' assignments to 's =' to solve conflicts with
653   the builtin str function
654   Fixed by: Bas van der Vlies
655
656 * Python egg cache enviroment setting was ignored by email2trac.
657   closes #163
658   Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
659   Applied by: Bas van der Vlies
660
661 * Disabled code so the following line will not be displayed anymore
662   as comment in a ticket:
663     - This message has x attachment(s)
664   Suggested by: dereks at realloc dot net, closes ticket #165
665   Fixed by    : Bas van der Vlies
666
667
668 * Added a new parameter strip_content_types. So we can strip attachments
669   based on content type, eg:
670     - strip_content_types: application/pgp-signature, application/mac-binhex40
671
672   Will strip attachments that has these content_types.
673   Authors:  otto at bergerdata dot de and Bas van der Vlies
674
675 * FIxed an error when files where added with characters that needed to be
676   escaped. Both email2trac and trac escaped the filenames. We removed the
677   code from email2trac an let trac handle the escaping, closes #149
678
679   Reported by: hju att jochenkuhl dot de
680   Fixed by: Bas van der Vlies
681
682 * Added a new parameter:
683     - subject_field_separator, default value is &
684
685   This is used to set tickets fields via the subject line. It used to
686   be , .For backwards compatibility we introduced this parameter.
687   closes #166
688   Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
689   Fixed by    : Bas van der Vlies
690
691 * Prevent mail loop. We could set the CC ticket field to
692   the ticket email address.
693    - For a new ticket and reply_all is set.
694    - If the ticket CC field is updated via the subject line.
695
696   Also prevent setting the reporter address to the ticket email
697   address.
698
699   closes #172
700   Reported by: otto at bergerdata dot de
701   Fixed vy   : Bas van der Vlies
702
703
704
705
7062009-09-02
707  * Implemented a new feature to drop the HTML version of multipart/alternative
708    message part. Such a message part contains the same info. The info is sent
709    in different formats and the client can decide which version to use.
710    closes #30
711
712    to enable in email2trac.conf:
713        - drop_alternative_html_version: 1
714
715    Implemented by: Bas van der Vlies
716
7172009-08-20
718  * updated aclocal.m4 to support python versions 2.5 and 2.6, closes #137
719  * use the email addres in the reporter field, closes #136
720  * Fixed an error in blog update function
721
722    All Fixes by: Bas van der Vlies
723
724  * if alternate notify template is set then also set ticket id. It will show
725    up as ticket change, closes #142
726    Reported by: hju att jochenkuhl dot de
727    Fixed by: Bas van der Vlies
728
729  * Error in urllib.quote(filename) could not handle unicode
730    filenames, closes #138
731    Reported by: debacle at debian dot org
732    Applied  by: Bas van der Vlies
733
734  * Fixed an error when debug is on and the body message contains unicode
735    strings, closes #144
736    Reported by: trumbitta at gmail dot com
737    Applied by: Bas van der Vlies
738
739 * default trac version for email2trac is now updated to 0.11
740
7412009-04-09
742  * Fixed in parsing the reflow parameter, closes #123
743    Reported by: tomasz dot sterna at sensisoft dot com
744    Fixed by: Bas van der Vlies
745
746   * implemented workflow for tickets that are reopend, closes #70
747     Reported by: hju att jochenkuhl dot de
748     Author by: Bas van der Vlies
749
750   * added FullBlogPlugin support. So we can update/create the blogs
751     via email, #116
752     mail with subject line: <blog:.*> will create/update a blog entry.
753     Authors: Bas van der Vlies & lucas dot eisenzimmer at t-systems-mms dot com
754   
755   * email2trac require at least python version 2.4, closes #131
756     Reported by: otto at bergerdata dot de
757     Fixed by: Bas van der Vlies
758
759   * We can now set ticket fields for a new ticket via the 'subject' line:
760       - Subject: <description> #?<field=value>[,<field=value>]*
761     closes #130
762     
763     Requested by: Steve
764     Implemented by: Bas van der Vlies
765
7662009-01-30
767  * applied patch exit with non-zero return code on failure, closes #117
768    Author: admin-egon at ikw dot uos dot de
769    Applied by : Bas van der Vlies
770
771  * Ticket update with attachments did not work, closes #120
772    Reported by: Alexander Verkooijen (alexander at sara dot nl)
773    Fixed by: Bas van der Vlies
774
775  * Removed obsolete code
776    Author :  Bas van der Vlies
777
778  * When email address is known then the author name and email address
779    is used from the preference tab.  The match is case insensitive,
780    closes #118
781    Reported by: Pusateri, Matthew <Matthew dot Pusateri at tekelec dot com
782    Fixed by: Bas van der Vlies
783
784  * Ticket id is not reported as ticket change, eg:
785    {{{
786        *   id  set to 118
787    }}}
788    Author :  Bas van der Vlies
789
7902009-01-19
791  * applied patch to support RFC 3676 (format=flowed), closes #94, #99
792    This patch adds a new option: reflow (default: False/0)
793    Author: ben at fetchsoftworks dot com
794    Applied by : Bas van der Vlies
795
796  * Fixed a bug in reply_all option, closes #95
797    Reported by: gmcgrath at princeton dot edu
798    Fixed by: Bas van der Vlies
799
800  * Applied a patch for default values for custom ticket fields, closes #101
801    Author: ben at fetchsoftworks dot com
802    Applied by: Bas van der Vlies
803
804  * Fixed a bug that a ticket was not updated when we only update ticket
805    field(s) via email (empty body email), closes #113
806    Reported by: winnie at debian dot org
807    Fixed by: Bas van der Vlies
808 
809  * Better support for inline attachments and multiple body parts, closes #105,
810    #80. Inline images in email are also shown in the ticket with the trac
811    [[Image(..)]] macro.
812    Author: ben at fetchsoftworks dot com
813
814  * More versatile support for Apple attachments. closes #106
815    for explanation read:
816    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#AppleAttachmentsoptions
817    Author: ben at fetchsoftworks dot com
818
819  * Applied a patch that solves problems with Window attachments, closes #110,
820    #93.
821    Author: martin.poeschmann add eiskonzept dot com   
822    Applied by: Bas van der Vlies
823
8242008-10-13
825  * Fixed a bug in email_header formating. When an email2trac ticket
826    was updated via the web interface it would trigger a description
827    field update.
828
829    Fixed by: Bas van der Vlies
830
831  * Reopen closed ticket if an update is received via email, closes #70
832    Requested by: Garrett McGrath gmcgrath add princeton dot edu
833    Fixed by: Bas van der Vlies
834
835
836  * The [DEFAULT] section did not work any more due to change to internal
837    trac parser, closes ticket #73
838    Reported by: email2trac at bulk dot squeakyblue dot com
839    Fixed by: Bas van der Vlies
840   
841  * black_list paramter must be comma-separated as mentioned in the
842    documentation (#75) and removed the default value
843    "MAILER-DAEMON@" (#74)
844    Reported by: email2trac at bulk dot squeakyblue dot com
845    Fixed by: Bas van der Vlies
846
847  * If a blank email is sent with just an attachment, a blank
848    comment is appended to the comments. fixed closes #89
849
850    Reported/Fixed by: ???
851    Applied by: Bas van der Vlies
852
853  * added white_list parameter.  If set then only mail is accepted if
854    sender matches.
855    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
856
857  * added recipient_list parameter.  If set then only mail is accepted if
858    to-field matches. This only uses when people use a drop box to accept
859    email for several email addresses, (closes #77)
860    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
861
862  * alternate notify template did not work for trac version 0.11
863    (#90).
864    Reported/Fixed by: hju at jochenkuhl dot de
865    Applied by       : Bas van der Vlies
866
867  * added 'alternate_notify_template_update'. When set this notify
868    template name will be used for ticket updates (#90).
869    Author: Bas van der Vlies, hju at jochenkuhl dot de
870   
871   
8722008-05-30
873  * Fixed debian control file. Package can be build on any platform and
874    not only on i386 platforms:
875
876    Author: Christian Iversen ci add sikkerhed dot org
877    Applied by: Bas van der Vlies
878
879  * We now use the trac configuration parser routine
880    Author: andrei2102 add gmail dot com
881    Applied by: Bas van der Vlies
882
883  * Added new command line option -n/--dry-run. This option only show
884    what commands will be executed.
885    Author: Bas van der Vlies
886
887  * the default values for tickets can now also be set in
888   'email2trac.conf'. So you can use different values when an email
889    is converted to a ticket. The ticket value is set to this rules
890     - email2trac.conf
891     - trac.ini
892
893    email2trac.conf use same format as trac.ini, eg email2trac.conf:
894      [project]
895      default_component : test
896
897    closes request #55, for more info see:
898    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration
899
900     Requested by: greg dot deakyne at etapestry dot com
901     Implemented by: Bas van der Vlies
902
903  * Fixed a bug in ticket_update. It failed when project did not have
904    ticket component field,  closes bug #62
905    Reported by: gernot dot hillier add siemens dot com
906    Fixed by: Bas van der Vlies
907         
908  * run_email2trac.c:
909     - can no longer segfault after a failed malloc.
910     - after set*id failure, you'll get a diagnostic (or at least
911       nonzero exit status) and it won't attempt the exec.
912
913    Author: Jim Meyering jim add meyering dot net
914    Applied by: Bas van der Vlies
915
916  * Made some approvements to spam function:
917     - If the he X-Spam-Score header is present, but has no value
918        email2trac will crash, closes #63
919
920     - Added config option which header field we must check
921       for determing if mail is Spam, eg:
922        - spam_header : X-Spam-Level (default: X-Spam-Score)
923 
924    Author: email2trac at bulk dot squeakyblue dot com
925    Applied by: Bas van der Vlies
926
927
928  * black_list  is now a configuration option and is used to deny
929    email addesses, default value is: MAILER-DAEMON@
930
931    Can specifiy more then one email adress seperated by ',', eg:
932    black_list : basv@sara.nl, walter@sara.nl
933
934    closes #39, #56
935   
936    Author: Bas van der Vlies
937
938  * if mailto_link + german umlaut problem is fixed, closes #60
939    Reported by: alex at pirsig dot net
940    Fixed by: Bas van der Vlies
941   
942
9432008-02-04
944        * Added version check and exit if we do not support the trac version
945          closes bug #23
946          Reported By: Marc Zahnlecker m.zahnlecker at lxbyte dot de
947
948          Fixed By: Bas van der Vlies
949
950        * Added check if syslog module is available. If it is not available
951          disable the syslog functionality.
952          Author: michael.th add gmx dot net
953
954          Implemented by: Bas van der Vlies
955
956        * Added strip_quotes function, default settings:
957                strip_quotes: <int> (default: 0)
958                mail_quote: <quote chars> (default: "> ")
959          Author: nicolasm @ opera dot com
960
961          Implemented by: Bas van der Vlies
962
963        * Added patch to make notify email work with trac 0.11 dev.
964          Author: tbaschak add ktc dot mb dot ca       
965          Author: andrei2102 add gmail dot com
966
967          Implemented by: Bas van der Vlies
968
969        * greedy matching in Subject line, We must stop after the first ':'
970          else we get wrong values for ticket fields when we update a ticket
971          via mail, closes ticket #37
972          Reported by: dmaziuk at bmrb dot wisc dot edu
973          Fixed    by: Bas van der Vlies
974
975        * added IGNORECASE flag to regular expression for black list. This
976          is a quick fix, still want to implement this as configuration
977          option, closed bug #39
978
979          Reported By: jodok at lovelysystems dot com
980          Fixed by   : Bas van der Vlies
981
982        * When a known user mails a ticket. We will set the Reporter to
983          its login name, closes bug #33, #41
984
985          Also add configuration option:
986                ignore_trac_user_settings : 0 (default value)
987
988          This option will skip the email address to trac user login name
989          mapping.
990
991          Reported by: anonymous
992          Fixed by   : Bas van der Vlies
993
994       
995        * SPAM detection was only for new mails not for ticket updates,
996          closed ticket #44
997
998          Reported by: Bas van der Vlies
999          Fixed by   : Bas van der Vlies
1000         
1001           
10022007-07-18
1003
1004        * Implemented python_egg_cache environment variable. Some trac
1005          installations may depend on it, closes ticket #10, eg:
1006                python_egg_cache : /var/cache/eggcache
1007
1008          Reported By: Anonymous
1009          Fixed by   : Bas van der Vlies <basv@sara.nl>
1010
1011        * Implemented update ticket fields via email subject line, eg:
1012                Re: [email2trac] #7?owner=bas,priority=minor: Error in parsing
1013
1014                - Sets the owner of the ticket to: bas
1015                - Sets the priority of the ticket to: minor
1016         
1017          For some ticket fields there are only a limited number of allowed
1018          values. The supplied value will be checked against this list. If it
1019          is not vaild value the field update will be ignored.
1020
1021          Requested by  : trac at yadan dotnet, Jan Parchmann, see ticket #7
1022          Implemented by: Bas van der Vlies <basv@sara.nl>
1023
1024        * Dropped support for version trac version 0.8. Removed all 0.8
1025          specific code. 
1026          Fixed by: Bas van der Vlies <basv@sara.nl>
1027
1028        * Added a new config parameter: tmpdir: /var/tmp, default is '/tmp'
1029          All functions now use this new parameter and use OS independent
1030          path functions.
1031          Implemented by: Bas van der Vlies <basv@sara.nl>
1032
1033        * fixed and a creating directory problem email2trac.spec file
1034          Fixed by: artrus at netzero dot net
1035
1036        * set_owner function is obsolete. When component is set the trac code
1037          will set the owner to the component owner.
1038          Fixed by    : Bas van der Vlies <basv@sara.nl>
1039
1040        * Also show email headers in a ticket update.
1041          Requested by: Ramon Bastiaans
1042          Fixed by    : Bas van der Vlies <basv@sara.nl>
1043
1044        * A date patch so it works with trac version 0.11 for ticket updates.
1045          Also applied for other trac versions.
1046          Thanks to: tbaschak at ktc dot mb dot ca
1047
10482007-04-27
1049
1050        * Added check to catch an error when attachment size
1051          is too large, bug #1153
1052          Author: Bas van der Vlies
1053
1054        * Wrap long line into user given length, use_textwrap: 72. Wraps lines
1055          greater then 72 chars, #1123
1056          Author: Bas van der Vlies &
1057                  Rainer Sokoll (r.sokoll at intershop dot de)
1058
1059        * Fixed a dutch spelling, #1295
1060          Author: Rainer Sokoll (r.sokoll at intershop dot de)
1061
1062        * email2trac.py : blacklist (don't create ticket) mail from
1063          MAILER-DAEMON to avoid loops
1064          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
1065
1066        * msg.bad.txt : add an example of message from MAILER-DAEMON
1067          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
1068
10692006-12-08
1070        * email2trac.py:
1071          - Added verbatim_format option default is: 1
1072          Added by : Bas van der Vlies
1073
1074          - Added strip_signature option default is: 0
1075          Added by : Bas van der Vlies
1076
1077          - Fixed some unicode errors, thanks to japanes SPAM.
1078            If we can not unicode email message then display which
1079            charset must be installed in ticket description. Else we
1080            trac crashed with unicode errors ;-(
1081          Fixed by: Bas van der Vlies
1082
1083          - Fixed statements: str + unicode, raises an exception if
1084            non-ascii value in unicode object.
1085
1086          - Forgot to unicode the author. So we got an error if we use
1087            the mailto_link option in email2trac.conf.
1088          Fixed by: Bas van der Vlies
1089
1090        * delete_spam.py:
1091          - Now works for version 0.10 with new API-functions
1092          Fixed by: Bas van der Vlies
1093
1094        * Makefile.in
1095          - Added install-conf. Install email2trac.conf if there is none
1096            installed.
1097          Fixed by: Bas van der Vlies
1098
10992006-10-27
1100
1101        * run_email2trac.c.
1102       
1103          - Setgid() must be called before setuid().
1104          Reported by:  Anonymous
1105          Fixed    by:  Bas van der Vlies
1106
1107        * email2trac.py,
1108       
1109          - Fixed an error in Ticket Update. When ticket
1110          does not exists, proceed as if it is a new ticket
1111          Fixed    by:  Bas van der Vlies
1112
1113          - Fixed a strang bug in 0.9 version, if ticket update
1114          is enabled and email has attachment(s). We are not allowed to
1115          set the description and author field of the attachment else
1116          the comment text is lost ;-(
1117          Fixed    by:  Bas van der Vlies
1118
1119          - Fixed an error if enable_syslog and drop_spam is set. We get
1120          an exception in the syslog if we use sys.exit(0), replaced by
1121          return.
1122          Fixed    by:  Bas van der Vlies
1123
1124        * delete_spam.py.
1125       
1126          - Trac version 0.10 made it easier to delete tickets.
1127          Fixed    by:  Bas van der Vlies
1128       
11292006-10-10
1130        * Fixed race conditions in delete_spam.py and added some
1131          debug code.
1132          Fixed by   : Bas van der Vlies
1133
1134        * Added author and description field when attachment is
1135          added to ticket. This is for trac version greater than
1136          0.8.
1137          Fixed by   : Bas van der Vlies
1138          Thanks to Matthew Good for the hint
1139
1140        * Added drop_spam option, default = 0. If set then
1141          mail marked as Spam is not accepted.
1142          Added by   : Bas van der Vlies
1143
1144        * Do not send notification if message is marked as Spam
1145          and drop_spam is not set.
1146          Fixed by   : Bas van der Vlies
1147
11482006-10-02
1149        * Fixes possible segmentation faults in run_email2trac.c
1150          Reported by: bcornec
1151          Fixed by   : Bas van der Vlies
1152
1153        * Can set DEBUG level while configuring package, eg:
1154          DEBUG=1 ./configure ( default : 0)
1155          Reported by: syd at plug dot ca
1156          Fixed By   : Bas van der Vlies
1157
1158        * delete_spam.py did not delete everything from the SQL tables
1159          Reported by: brent at rcfile dot org
1160          Fixed by   : Bas van der Vlies
1161
1162        * Do not send notification when message is marked as Spam
1163          Fixed by   : Bas van der Vlies
1164         
11652006-08-28
1166        * fixes an error in the 'reply_all' setting
1167          Thanks to and Patch by: ncarlson@ibsys.com
1168
1169        * Added RPM spec file
1170          Thanks to:  Jon Topper <jon@topper.me.uk>
1171
11722006-07-14
1173        * Use X11R5 install-sh to install email2trac components to hide
1174          native install program differences.
1175          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
1176
1177        * Fixed an error in saving attachments for new tickets for trac
1178          versions greater then 0.9.
1179          Fixed by: Bas van der Vlies
1180
1181        * When something went wrong save the offending email for debug
1182          purposes.
1183          Fixed by: Bas van der Vlies
1184
1185        * delete_spam.py
1186           - did not clean up the attachment table. So we got nasty new
1187             mails with fake attachments.
1188           - It works now for versions higher then 0.8
1189
1190        * Finally understand the unicode/encode functions and hopefully
1191          fixed the errors.
1192          Fixed by: Bas van der Vlies
1193
1194        * Remove the temporarly created attachment files.
1195          Fixed by: Bas van der Vlies
1196       
11972006-07-06
1198        * Fixed an error in already added attachments. Do not close
1199          the database connection.
1200          Fixed by: Walter de Jong en Bas van der Vlies
1201
1202        * Added enable_syslog option. If enabled log errors to syslog
1203          instead of stderr. If enabled no errors are send back to the
1204          user.
1205          Implemented by: Bas van der Vlies
1206
1207        * Fixed an error with updating tickets with attachments for trac
1208          versions 0.9 and 0.10. Field "id" is not known when a existing
1209          ticket is fetched (Error = KeyError: 'id')
1210          Fixed By: See tickets #258 and #449 on trac-hacks
1211
1212        * Fixed and spell error, self.mail_addr must be self.email_addr
1213          Fixed by: Bas van der Vlies
1214
1215        * Catch a LookupError in unicode/encode conversion in function
1216          get_body_text()
1217          Fixed by: Bas van der Vlies
1218
1219        * Description field was always changed when updating the ticket
1220          via the web. Asked the mailing list for a solution and got one
1221          ;-)
1222          Patch/Suggestion by: Christian Boos
1223          Applied by: Bas van der Vlies
1224
1225        * Fixed an encoding problem when email_header is set to 1
1226          Fixed by: Bas van der Vlies
1227
1228        * Fixed a bug in to_unicode() function.
1229          Fixed by: Bas van der Vlies
1230
1231        * Fixed an unicodedata.normalize TypeError bug for filenames in the
1232          attachment function
1233          Fixed by: Bas van der Vlies
1234
1235
12362006-06-02
1237        * Added ticketing merging. To enable it there are two options for
1238          both options enable 'ticket_update' in email2trac.conf
1239          1 - Configure trac notification, eg:
1240                * (ticket address: ticket@test.nl)
1241                [notification]
1242                smtp_enabled = true
1243                smtp_always_cc = test@test.nl
1244                smtp_server = localhost
1245                smtp_from =  ticket@test.nl
1246                always_notify_reporter = true
1247
1248          2 - Use the mailto_cc in email2trac.conf if you want to sent
1249              an email to the user and the trac ticket email address.
1250
1251          With both options you get the right format of the subject line.
1252
1253        * Use the short options for the install command. So it works for
1254          MacOSx Reported by: Nathaniel Irons.
1255
1256        * Updated inline documentation by Nathaniel Irons.
1257                 
12582006-05-16
1259        * Fixed a bug when there was no plain text body.
1260          Reported by: Greg Deakyne
1261        * Fixed a small bug if default component owner is unknown.
1262          Just fill in some bogus info.
1263        * Use the short options for the install command. So it works for
1264          MacOSx
1265          Reported by: Nathaniel Irons
1266        * Messages that has X-Virus-found in header are marked as SPAM
1267          Implemented by: Walter de Jong
1268        * Some modules are changed for version 0.10, Added and made some
1269          minor changes: Patch supplied by: Markus Tacker 
1270        * Ported delete_spam.py to version 0.9 and higher:
1271          Reported by: Nathaniel Irons
1272
1273
12742006-03-08
1275        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
1276          removed it.
1277          Reported by: mi-trachacks@moensolutions.com   
1278          Fixed by: Bas van der Vlies
1279        * Fixed an exception error in delete_spam.py
1280          when shutil has not enough priveledges to remove the
1281          attachments it is reported
1282          Fixed by: Bas van der Vlies
1283        * email2trac.py: When you include the body tag, some
1284          mailers (like Thunderbird) will leave out the signature.
1285          Therefore this version leaves out the body tag.
1286          Fixed by: Walter de Jong
1287        * Added msg.txt for testing
1288          Fixed by: Bas van der Vlies
1289
12902006-02-01  Bas van der Vlies <basv@sara.nl>:
1291        * Added Tikcet notification, send email when there is
1292          a new ticket. Depends on notification setting in
1293          trac.ini.
1294          Implemented by: Kilian Cavalotti
1295        * Can use different template for ticket notification,
1296          eg: alternate_notify_template: "a_tkt.css"
1297          Implemented by: Kilian Cavalotti
1298        * Added reply_all config parameter. If set put all
1299          CC-addresses from orginal mail in ticket CC-field.
1300          Suggested by: Kilian Cavalotti
1301        * Text in ticket description is also properly UTF-8
1302          encoded
1303          Implemented by: Kilian Cavalotti
1304        * Removed reply_address from config file. Is not
1305          necessary anymore. See Ticket notification.
1306        * Added support for known users. If email address is
1307          known then use the trac known username instead
1308          of the email-address (only for trac version > 0.9)
1309          Implemented by: Kilian Cavalotti
1310        * Fixed an error in saving attachments for version < 0.9.
1311          Sometimes we got bogus attachments.
1312          Fixed by: Walter de Jong
1313        * Added support to make an debian package
1314          Implemented by: Bas van der Vlies
1315
13162006-01-21  Bas van der Vlies <basv@sara.nl>:
1317        * Fixed run_email2trac.c, did not work
1318        * Added TRAC_SCRIPT_NAME to Makefile.in to
1319          solve run_email2trac problem
1320
1321        Both errors reported by: kilian.cavalotti@lip6.fr
1322
13232006-01-20  Bas van der Vlies <basv@sara.nl>:
1324        * A warning error is fixed by kilian.cavalotti@lip6.fr
1325        * Several errors in make install ;-(, reported by
1326          tacker
1327
13282006-01-15  Bas van der Vlies <basv@sara.nl>:
1329        * Added configure script.
1330
13312006-01-10  Bas van der Vlies <basv@sara.nl>:
1332        * Removed project_root from source and config file
1333        * Adjust code so we can use mulitple stanza's in config file, eg:
1334          [bas]
1335          project: /data/trac/bas
1336          spam_level: 3
1337
1338          use option "-p|--project bas" to select the stanza
1339
13402006-01-04  Bas van der Vlies <basv@sara.nl>:
1341
1342        * Fixed getopt for -f option
1343        * Added suppport for different TRAC versions (0.8 and 0.9)
1344
13452006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
1346
1347        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
1348       
1349        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
1350
1351        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
1352
1353        * 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)
1354
1355        * 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)
1356
13572005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
1358
1359        * Makefile: add a Makefile to build and install email2trac
1360
1361        * email2trac.py: migrate to Trac 0.9 API
1362
13632005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
1364
1365        * run_email2trac.c: add error messages if DEBUG macro defined
1366
1367        * run_email2trac.c: add error testing and specific return values for each error
1368
1369        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
1370
1371        * run_email2trac.h: include file to define site specific paramaters
1372
13730.2.4 01/11/2005
1374        Added email_header option if set then show TO/CC fields in
1375        description of the ticket.
1376
1377        Fixed an error in the mailto URL. This was an old error that
1378        supposed to be fixed but reoccured in this version.
1379       
13800.2.3 31/10/2005
1381        Fixed a bug with base64 encoded attachments/emails
1382        Fixed by: Walter de Jong
1383
13840.2.2 10/10/2005
1385        according to RFC 2368 (titled "the mailto URL scheme") the mailto
1386        URL can only work with short &body messages. It fails with long
1387        messages and the link won't work. Therefore the mail body is
1388        no longer copied into the mail reply.
1389
13900.2.1 10/07/2005
1391        body of reply email looks better
1392
1393
13940.2   10/07/2005
1395        mailto is replaced by a html mailto to line. If
1396        you reply to the ticket via this link then an
1397        email client is started with some default values:
1398                To: <reporter>
1399                Subject: Re: <orginal subject>
1400                Body: email_comment <orginal text>
1401
1402        email2trac.conf:
1403                email_comment: # (default:  >)
1404
1405               
1406
Note: See TracBrowser for help on using the repository browser.