source: emailtotracscript/trunk/ChangeLog @ 51

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

EmailtoTracScript?:

Changelog)

  • Updated
  • 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
[50]21        * Added support to make an debian package
22          Implemented by: Bas van der Vlies
[46]23
[36]242006-01-21  Bas van der Vlies <basv@sara.nl>:
25        * Fixed run_email2trac.c, did not work
26        * Added TRAC_SCRIPT_NAME to Makefile.in to
27          solve run_email2trac problem
28
29        Both errors reported by: kilian.cavalotti@lip6.fr
30
[33]312006-01-20  Bas van der Vlies <basv@sara.nl>:
32        * A warning error is fixed by kilian.cavalotti@lip6.fr
33        * Several errors in make install ;-(, reported by
34          tacker
35
[23]362006-01-15  Bas van der Vlies <basv@sara.nl>:
37        * Added configure script.
38
[18]392006-01-10  Bas van der Vlies <basv@sara.nl>:
40        * Removed project_root from source and config file
41        * Adjust code so we can use mulitple stanza's in config file, eg:
42          [bas]
43          project: /data/trac/bas
44          spam_level: 3
45
46          use option "-p|--project bas" to select the stanza
47
[5]482006-01-04  Bas van der Vlies <basv@sara.nl>:
49
50        * Fixed getopt for -f option
51        * Added suppport for different TRAC versions (0.8 and 0.9)
52
532006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
54
55        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
56       
57        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
58
59        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
60
61        * 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)
62
63        * 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)
64
652005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
66
67        * Makefile: add a Makefile to build and install email2trac
68
69        * email2trac.py: migrate to Trac 0.9 API
70
712005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
72
73        * run_email2trac.c: add error messages if DEBUG macro defined
74
75        * run_email2trac.c: add error testing and specific return values for each error
76
77        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
78
79        * run_email2trac.h: include file to define site specific paramaters
80
810.2.4 01/11/2005
82        Added email_header option if set then show TO/CC fields in
83        description of the ticket.
84
85        Fixed an error in the mailto URL. This was an old error that
86        supposed to be fixed but reoccured in this version.
87       
880.2.3 31/10/2005
89        Fixed a bug with base64 encoded attachments/emails
90        Fixed by: Walter de Jong
91
920.2.2 10/10/2005
93        according to RFC 2368 (titled "the mailto URL scheme") the mailto
94        URL can only work with short &body messages. It fails with long
95        messages and the link won't work. Therefore the mail body is
96        no longer copied into the mail reply.
97
980.2.1 10/07/2005
99        body of reply email looks better
100
101
1020.2   10/07/2005
103        mailto is replaced by a html mailto to line. If
104        you reply to the ticket via this link then an
105        email client is started with some default values:
106                To: <reporter>
107                Subject: Re: <orginal subject>
108                Body: email_comment <orginal text>
109
110        email2trac.conf:
111                email_comment: # (default:  >)
112
113               
114
Note: See TracBrowser for help on using the repository browser.