source: emailtotracscript/trunk/ChangeLog @ 68

Last change on this file since 68 was 68, checked in by bas, 18 years ago

EmailtoTracScript?:

email2trac.py.in:

  • Added support for version 0.10

ChangeLog?:

  • See Changelog
  • Property svn:mime-type set to text/x-trac-wiki
File size: 5.1 KB
RevLine 
[68]12006-05-16
[63]2        - Fixed a bug when there was no plain text body.
3          Reported by: Greg Deakyne
4        - Fixed a small bug if default component owner is unknown.
5          Just fill in some bogus info.
[68]6        - Use the short options for the install command. So it works for
[64]7          MacOSx
8          Reported by: Nathaniel Irons
[68]9        - Messages that has X-Virus-found in header are marked as SPAM
10          Implemented by: Walter de Jong
11        - Some modules are changed for version 0.10, Added and made some
12          minor changes: Patch supplied by: Markus Tacker 
[63]13
[64]14
[58]152006-03-08
16        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
17          removed it.
18          Reported by: mi-trachacks@moensolutions.com   
19          Fixed by: Bas van der Vlies
20        - Fixed an exception error in delete_spam.py
21          when shutil has not enough priveledges to remove the
22          attachments it is reported
23          Fixed by: Bas van der Vlies
24        - email2trac.py: When you include the body tag, some
25          mailers (like Thunderbird) will leave out the signature.
26          Therefore this version leaves out the body tag.
27          Fixed by: Walter de Jong
28        - Added msg.txt for testing
29          Fixed by: Bas van der Vlies
30
[46]312006-02-01  Bas van der Vlies <basv@sara.nl>:
32        * Added Tikcet notification, send email when there is
33          a new ticket. Depends on notification setting in
34          trac.ini.
35          Implemented by: Kilian Cavalotti
[52]36        * Can use different template for ticket notification,
37          eg: alternate_notify_template: "a_tkt.css"
38          Implemented by: Kilian Cavalotti
[46]39        * Added reply_all config parameter. If set put all
40          CC-addresses from orginal mail in ticket CC-field.
41          Suggested by: Kilian Cavalotti
42        * Text in ticket description is also properly UTF-8
43          encoded
44          Implemented by: Kilian Cavalotti
45        * Removed reply_address from config file. Is not
46          necessary anymore. See Ticket notification.
47        * Added support for known users. If email address is
48          known then use the trac known username instead
49          of the email-address (only for trac version > 0.9)
50          Implemented by: Kilian Cavalotti
[48]51        * Fixed an error in saving attachments for version < 0.9.
52          Sometimes we got bogus attachments.
53          Fixed by: Walter de Jong
[50]54        * Added support to make an debian package
55          Implemented by: Bas van der Vlies
[46]56
[36]572006-01-21  Bas van der Vlies <basv@sara.nl>:
58        * Fixed run_email2trac.c, did not work
59        * Added TRAC_SCRIPT_NAME to Makefile.in to
60          solve run_email2trac problem
61
62        Both errors reported by: kilian.cavalotti@lip6.fr
63
[33]642006-01-20  Bas van der Vlies <basv@sara.nl>:
65        * A warning error is fixed by kilian.cavalotti@lip6.fr
66        * Several errors in make install ;-(, reported by
67          tacker
68
[23]692006-01-15  Bas van der Vlies <basv@sara.nl>:
70        * Added configure script.
71
[18]722006-01-10  Bas van der Vlies <basv@sara.nl>:
73        * Removed project_root from source and config file
74        * Adjust code so we can use mulitple stanza's in config file, eg:
75          [bas]
76          project: /data/trac/bas
77          spam_level: 3
78
79          use option "-p|--project bas" to select the stanza
80
[5]812006-01-04  Bas van der Vlies <basv@sara.nl>:
82
83        * Fixed getopt for -f option
84        * Added suppport for different TRAC versions (0.8 and 0.9)
85
862006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
87
88        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
89       
90        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
91
92        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
93
94        * 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)
95
96        * 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)
97
982005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
99
100        * Makefile: add a Makefile to build and install email2trac
101
102        * email2trac.py: migrate to Trac 0.9 API
103
1042005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
105
106        * run_email2trac.c: add error messages if DEBUG macro defined
107
108        * run_email2trac.c: add error testing and specific return values for each error
109
110        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
111
112        * run_email2trac.h: include file to define site specific paramaters
113
1140.2.4 01/11/2005
115        Added email_header option if set then show TO/CC fields in
116        description of the ticket.
117
118        Fixed an error in the mailto URL. This was an old error that
119        supposed to be fixed but reoccured in this version.
120       
1210.2.3 31/10/2005
122        Fixed a bug with base64 encoded attachments/emails
123        Fixed by: Walter de Jong
124
1250.2.2 10/10/2005
126        according to RFC 2368 (titled "the mailto URL scheme") the mailto
127        URL can only work with short &body messages. It fails with long
128        messages and the link won't work. Therefore the mail body is
129        no longer copied into the mail reply.
130
1310.2.1 10/07/2005
132        body of reply email looks better
133
134
1350.2   10/07/2005
136        mailto is replaced by a html mailto to line. If
137        you reply to the ticket via this link then an
138        email client is started with some default values:
139                To: <reporter>
140                Subject: Re: <orginal subject>
141                Body: email_comment <orginal text>
142
143        email2trac.conf:
144                email_comment: # (default:  >)
145
146               
147
Note: See TracBrowser for help on using the repository browser.