source: emailtotracscript/trunk/ChangeLog @ 36

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

EmailtoTracScript?:

email2trac:

ChangeLog?: new version 0.4.4

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