source: emailtotracscript/trunk/ChangeLog @ 48

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

EmailtoTracScript?:

email2trac.py.in:

  • Fixed an attachment saving bug for version < 0.9
  • Property svn:mime-type set to text/x-trac-wiki
File size: 3.8 KB
RevLine 
[46]12006-02-01  Bas van der Vlies <basv@sara.nl>:
2        * Added Tikcet notification, send email when there is
3          a new ticket. Depends on notification setting in
4          trac.ini.
5          Implemented by: Kilian Cavalotti
6        * Added reply_all config parameter. If set put all
7          CC-addresses from orginal mail in ticket CC-field.
8          Suggested by: Kilian Cavalotti
9        * Text in ticket description is also properly UTF-8
10          encoded
11          Implemented by: Kilian Cavalotti
12        * Removed reply_address from config file. Is not
13          necessary anymore. See Ticket notification.
14        * Added support for known users. If email address is
15          known then use the trac known username instead
16          of the email-address (only for trac version > 0.9)
17          Implemented by: Kilian Cavalotti
[48]18        * Fixed an error in saving attachments for version < 0.9.
19          Sometimes we got bogus attachments.
20          Fixed by: Walter de Jong
[46]21
[36]222006-01-21  Bas van der Vlies <basv@sara.nl>:
23        * Fixed run_email2trac.c, did not work
24        * Added TRAC_SCRIPT_NAME to Makefile.in to
25          solve run_email2trac problem
26
27        Both errors reported by: kilian.cavalotti@lip6.fr
28
[33]292006-01-20  Bas van der Vlies <basv@sara.nl>:
30        * A warning error is fixed by kilian.cavalotti@lip6.fr
31        * Several errors in make install ;-(, reported by
32          tacker
33
[23]342006-01-15  Bas van der Vlies <basv@sara.nl>:
35        * Added configure script.
36
[18]372006-01-10  Bas van der Vlies <basv@sara.nl>:
38        * Removed project_root from source and config file
39        * Adjust code so we can use mulitple stanza's in config file, eg:
40          [bas]
41          project: /data/trac/bas
42          spam_level: 3
43
44          use option "-p|--project bas" to select the stanza
45
[5]462006-01-04  Bas van der Vlies <basv@sara.nl>:
47
48        * Fixed getopt for -f option
49        * Added suppport for different TRAC versions (0.8 and 0.9)
50
512006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
52
53        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
54       
55        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
56
57        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
58
59        * 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)
60
61        * 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)
62
632005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
64
65        * Makefile: add a Makefile to build and install email2trac
66
67        * email2trac.py: migrate to Trac 0.9 API
68
692005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
70
71        * run_email2trac.c: add error messages if DEBUG macro defined
72
73        * run_email2trac.c: add error testing and specific return values for each error
74
75        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
76
77        * run_email2trac.h: include file to define site specific paramaters
78
790.2.4 01/11/2005
80        Added email_header option if set then show TO/CC fields in
81        description of the ticket.
82
83        Fixed an error in the mailto URL. This was an old error that
84        supposed to be fixed but reoccured in this version.
85       
860.2.3 31/10/2005
87        Fixed a bug with base64 encoded attachments/emails
88        Fixed by: Walter de Jong
89
900.2.2 10/10/2005
91        according to RFC 2368 (titled "the mailto URL scheme") the mailto
92        URL can only work with short &body messages. It fails with long
93        messages and the link won't work. Therefore the mail body is
94        no longer copied into the mail reply.
95
960.2.1 10/07/2005
97        body of reply email looks better
98
99
1000.2   10/07/2005
101        mailto is replaced by a html mailto to line. If
102        you reply to the ticket via this link then an
103        email client is started with some default values:
104                To: <reporter>
105                Subject: Re: <orginal subject>
106                Body: email_comment <orginal text>
107
108        email2trac.conf:
109                email_comment: # (default:  >)
110
111               
112
Note: See TracBrowser for help on using the repository browser.