source: emailtotracscript/trunk/ChangeLog @ 20

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

EmailtoTracScript?:

emailtotracscript:

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