source: emailtotracscript/trunk/ChangeLog @ 31

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

EmailtoTracScript?:

Email2trac:

  • Fixed a configure bug
  • Changed the Changelog
  • Property svn:mime-type set to text/x-trac-wiki
File size: 2.5 KB
RevLine 
[23]12006-01-15  Bas van der Vlies <basv@sara.nl>:
2        * Added configure script.
3
[18]42006-01-10  Bas van der Vlies <basv@sara.nl>:
5        * Removed project_root from source and config file
6        * Adjust code so we can use mulitple stanza's in config file, eg:
7          [bas]
8          project: /data/trac/bas
9          spam_level: 3
10
11          use option "-p|--project bas" to select the stanza
12
[5]132006-01-04  Bas van der Vlies <basv@sara.nl>:
14
15        * Fixed getopt for -f option
16        * Added suppport for different TRAC versions (0.8 and 0.9)
17
182006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
19
20        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
21       
22        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
23
24        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
25
26        * 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)
27
28        * 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)
29
302005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
31
32        * Makefile: add a Makefile to build and install email2trac
33
34        * email2trac.py: migrate to Trac 0.9 API
35
362005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
37
38        * run_email2trac.c: add error messages if DEBUG macro defined
39
40        * run_email2trac.c: add error testing and specific return values for each error
41
42        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
43
44        * run_email2trac.h: include file to define site specific paramaters
45
460.2.4 01/11/2005
47        Added email_header option if set then show TO/CC fields in
48        description of the ticket.
49
50        Fixed an error in the mailto URL. This was an old error that
51        supposed to be fixed but reoccured in this version.
52       
530.2.3 31/10/2005
54        Fixed a bug with base64 encoded attachments/emails
55        Fixed by: Walter de Jong
56
570.2.2 10/10/2005
58        according to RFC 2368 (titled "the mailto URL scheme") the mailto
59        URL can only work with short &body messages. It fails with long
60        messages and the link won't work. Therefore the mail body is
61        no longer copied into the mail reply.
62
630.2.1 10/07/2005
64        body of reply email looks better
65
66
670.2   10/07/2005
68        mailto is replaced by a html mailto to line. If
69        you reply to the ticket via this link then an
70        email client is started with some default values:
71                To: <reporter>
72                Subject: Re: <orginal subject>
73                Body: email_comment <orginal text>
74
75        email2trac.conf:
76                email_comment: # (default:  >)
77
78               
79
Note: See TracBrowser for help on using the repository browser.