source: emailtotracscript/trunk/ChangeLog @ 59

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

EmailtoTracScript?:

Changelog:

  • New version

msg.txt:

  • Added message for testing purpose
  • Property svn:mime-type set to text/x-trac-wiki
File size: 4.6 KB
RevLine 
[58]12006-03-08
2        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
3          removed it.
4          Reported by: mi-trachacks@moensolutions.com   
5          Fixed by: Bas van der Vlies
6        - Fixed an exception error in delete_spam.py
7          when shutil has not enough priveledges to remove the
8          attachments it is reported
9          Fixed by: Bas van der Vlies
10        - email2trac.py: When you include the body tag, some
11          mailers (like Thunderbird) will leave out the signature.
12          Therefore this version leaves out the body tag.
13          Fixed by: Walter de Jong
14        - Added msg.txt for testing
15          Fixed by: Bas van der Vlies
16
[46]172006-02-01  Bas van der Vlies <basv@sara.nl>:
18        * Added Tikcet notification, send email when there is
19          a new ticket. Depends on notification setting in
20          trac.ini.
21          Implemented by: Kilian Cavalotti
[52]22        * Can use different template for ticket notification,
23          eg: alternate_notify_template: "a_tkt.css"
24          Implemented by: Kilian Cavalotti
[46]25        * Added reply_all config parameter. If set put all
26          CC-addresses from orginal mail in ticket CC-field.
27          Suggested by: Kilian Cavalotti
28        * Text in ticket description is also properly UTF-8
29          encoded
30          Implemented by: Kilian Cavalotti
31        * Removed reply_address from config file. Is not
32          necessary anymore. See Ticket notification.
33        * Added support for known users. If email address is
34          known then use the trac known username instead
35          of the email-address (only for trac version > 0.9)
36          Implemented by: Kilian Cavalotti
[48]37        * Fixed an error in saving attachments for version < 0.9.
38          Sometimes we got bogus attachments.
39          Fixed by: Walter de Jong
[50]40        * Added support to make an debian package
41          Implemented by: Bas van der Vlies
[46]42
[36]432006-01-21  Bas van der Vlies <basv@sara.nl>:
44        * Fixed run_email2trac.c, did not work
45        * Added TRAC_SCRIPT_NAME to Makefile.in to
46          solve run_email2trac problem
47
48        Both errors reported by: kilian.cavalotti@lip6.fr
49
[33]502006-01-20  Bas van der Vlies <basv@sara.nl>:
51        * A warning error is fixed by kilian.cavalotti@lip6.fr
52        * Several errors in make install ;-(, reported by
53          tacker
54
[23]552006-01-15  Bas van der Vlies <basv@sara.nl>:
56        * Added configure script.
57
[18]582006-01-10  Bas van der Vlies <basv@sara.nl>:
59        * Removed project_root from source and config file
60        * Adjust code so we can use mulitple stanza's in config file, eg:
61          [bas]
62          project: /data/trac/bas
63          spam_level: 3
64
65          use option "-p|--project bas" to select the stanza
66
[5]672006-01-04  Bas van der Vlies <basv@sara.nl>:
68
69        * Fixed getopt for -f option
70        * Added suppport for different TRAC versions (0.8 and 0.9)
71
722006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
73
74        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
75       
76        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
77
78        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
79
80        * 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)
81
82        * 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)
83
842005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
85
86        * Makefile: add a Makefile to build and install email2trac
87
88        * email2trac.py: migrate to Trac 0.9 API
89
902005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
91
92        * run_email2trac.c: add error messages if DEBUG macro defined
93
94        * run_email2trac.c: add error testing and specific return values for each error
95
96        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
97
98        * run_email2trac.h: include file to define site specific paramaters
99
1000.2.4 01/11/2005
101        Added email_header option if set then show TO/CC fields in
102        description of the ticket.
103
104        Fixed an error in the mailto URL. This was an old error that
105        supposed to be fixed but reoccured in this version.
106       
1070.2.3 31/10/2005
108        Fixed a bug with base64 encoded attachments/emails
109        Fixed by: Walter de Jong
110
1110.2.2 10/10/2005
112        according to RFC 2368 (titled "the mailto URL scheme") the mailto
113        URL can only work with short &body messages. It fails with long
114        messages and the link won't work. Therefore the mail body is
115        no longer copied into the mail reply.
116
1170.2.1 10/07/2005
118        body of reply email looks better
119
120
1210.2   10/07/2005
122        mailto is replaced by a html mailto to line. If
123        you reply to the ticket via this link then an
124        email client is started with some default values:
125                To: <reporter>
126                Subject: Re: <orginal subject>
127                Body: email_comment <orginal text>
128
129        email2trac.conf:
130                email_comment: # (default:  >)
131
132               
133
Note: See TracBrowser for help on using the repository browser.