source: emailtotracscript/0.9/Changelog @ 10

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

EmailtoTracScript?:

First release and import to track_hacks

File size: 2.2 KB
Line 
12006-01-04  Bas van der Vlies <basv@sara.nl>:
2
3        * Fixed getopt for -f option
4        * Added suppport for different TRAC versions (0.8 and 0.9)
5
62006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
7
8        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
9       
10        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
11
12        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
13
14        * 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)
15
16        * 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)
17
182005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
19
20        * Makefile: add a Makefile to build and install email2trac
21
22        * email2trac.py: migrate to Trac 0.9 API
23
242005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
25
26        * run_email2trac.c: add error messages if DEBUG macro defined
27
28        * run_email2trac.c: add error testing and specific return values for each error
29
30        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
31
32        * run_email2trac.h: include file to define site specific paramaters
33
340.2.4 01/11/2005
35        Added email_header option if set then show TO/CC fields in
36        description of the ticket.
37
38        Fixed an error in the mailto URL. This was an old error that
39        supposed to be fixed but reoccured in this version.
40       
410.2.3 31/10/2005
42        Fixed a bug with base64 encoded attachments/emails
43        Fixed by: Walter de Jong
44
450.2.2 10/10/2005
46        according to RFC 2368 (titled "the mailto URL scheme") the mailto
47        URL can only work with short &body messages. It fails with long
48        messages and the link won't work. Therefore the mail body is
49        no longer copied into the mail reply.
50
510.2.1 10/07/2005
52        body of reply email looks better
53
54
550.2   10/07/2005
56        mailto is replaced by a html mailto to line. If
57        you reply to the ticket via this link then an
58        email client is started with some default values:
59                To: <reporter>
60                Subject: Re: <orginal subject>
61                Body: email_comment <orginal text>
62
63        email2trac.conf:
64                email_comment: # (default:  >)
65
66               
67
Note: See TracBrowser for help on using the repository browser.