source: trunk/ChangeLog @ 632

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

Added virtual env support for delete_spam

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