source: emailtotracscript/trunk/ChangeLog @ 69

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

EmailtoTracScript?:

debian/changelog:

  • New version 0.6

ChangeLog?:

  • Read it

delete_spam.py.in:

  • Ported to 0.9 and 0.10
  • Property svn:mime-type set to text/x-trac-wiki
File size: 5.2 KB
RevLine 
[68]12006-05-16
[63]2        - Fixed a bug when there was no plain text body.
3          Reported by: Greg Deakyne
4        - Fixed a small bug if default component owner is unknown.
5          Just fill in some bogus info.
[68]6        - Use the short options for the install command. So it works for
[64]7          MacOSx
8          Reported by: Nathaniel Irons
[68]9        - Messages that has X-Virus-found in header are marked as SPAM
10          Implemented by: Walter de Jong
11        - Some modules are changed for version 0.10, Added and made some
12          minor changes: Patch supplied by: Markus Tacker 
[69]13        - Ported delete_spam.py to version 0.9 and higher:
14          Reported by: Nathaniel Irons
[63]15
[64]16
[58]172006-03-08
18        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
19          removed it.
20          Reported by: mi-trachacks@moensolutions.com   
21          Fixed by: Bas van der Vlies
22        - Fixed an exception error in delete_spam.py
23          when shutil has not enough priveledges to remove the
24          attachments it is reported
25          Fixed by: Bas van der Vlies
26        - email2trac.py: When you include the body tag, some
27          mailers (like Thunderbird) will leave out the signature.
28          Therefore this version leaves out the body tag.
29          Fixed by: Walter de Jong
30        - Added msg.txt for testing
31          Fixed by: Bas van der Vlies
32
[46]332006-02-01  Bas van der Vlies <basv@sara.nl>:
34        * Added Tikcet notification, send email when there is
35          a new ticket. Depends on notification setting in
36          trac.ini.
37          Implemented by: Kilian Cavalotti
[52]38        * Can use different template for ticket notification,
39          eg: alternate_notify_template: "a_tkt.css"
40          Implemented by: Kilian Cavalotti
[46]41        * Added reply_all config parameter. If set put all
42          CC-addresses from orginal mail in ticket CC-field.
43          Suggested by: Kilian Cavalotti
44        * Text in ticket description is also properly UTF-8
45          encoded
46          Implemented by: Kilian Cavalotti
47        * Removed reply_address from config file. Is not
48          necessary anymore. See Ticket notification.
49        * Added support for known users. If email address is
50          known then use the trac known username instead
51          of the email-address (only for trac version > 0.9)
52          Implemented by: Kilian Cavalotti
[48]53        * Fixed an error in saving attachments for version < 0.9.
54          Sometimes we got bogus attachments.
55          Fixed by: Walter de Jong
[50]56        * Added support to make an debian package
57          Implemented by: Bas van der Vlies
[46]58
[36]592006-01-21  Bas van der Vlies <basv@sara.nl>:
60        * Fixed run_email2trac.c, did not work
61        * Added TRAC_SCRIPT_NAME to Makefile.in to
62          solve run_email2trac problem
63
64        Both errors reported by: kilian.cavalotti@lip6.fr
65
[33]662006-01-20  Bas van der Vlies <basv@sara.nl>:
67        * A warning error is fixed by kilian.cavalotti@lip6.fr
68        * Several errors in make install ;-(, reported by
69          tacker
70
[23]712006-01-15  Bas van der Vlies <basv@sara.nl>:
72        * Added configure script.
73
[18]742006-01-10  Bas van der Vlies <basv@sara.nl>:
75        * Removed project_root from source and config file
76        * Adjust code so we can use mulitple stanza's in config file, eg:
77          [bas]
78          project: /data/trac/bas
79          spam_level: 3
80
81          use option "-p|--project bas" to select the stanza
82
[5]832006-01-04  Bas van der Vlies <basv@sara.nl>:
84
85        * Fixed getopt for -f option
86        * Added suppport for different TRAC versions (0.8 and 0.9)
87
882006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
89
90        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
91       
92        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
93
94        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
95
96        * 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)
97
98        * 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)
99
1002005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
101
102        * Makefile: add a Makefile to build and install email2trac
103
104        * email2trac.py: migrate to Trac 0.9 API
105
1062005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
107
108        * run_email2trac.c: add error messages if DEBUG macro defined
109
110        * run_email2trac.c: add error testing and specific return values for each error
111
112        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
113
114        * run_email2trac.h: include file to define site specific paramaters
115
1160.2.4 01/11/2005
117        Added email_header option if set then show TO/CC fields in
118        description of the ticket.
119
120        Fixed an error in the mailto URL. This was an old error that
121        supposed to be fixed but reoccured in this version.
122       
1230.2.3 31/10/2005
124        Fixed a bug with base64 encoded attachments/emails
125        Fixed by: Walter de Jong
126
1270.2.2 10/10/2005
128        according to RFC 2368 (titled "the mailto URL scheme") the mailto
129        URL can only work with short &body messages. It fails with long
130        messages and the link won't work. Therefore the mail body is
131        no longer copied into the mail reply.
132
1330.2.1 10/07/2005
134        body of reply email looks better
135
136
1370.2   10/07/2005
138        mailto is replaced by a html mailto to line. If
139        you reply to the ticket via this link then an
140        email client is started with some default values:
141                To: <reporter>
142                Subject: Re: <orginal subject>
143                Body: email_comment <orginal text>
144
145        email2trac.conf:
146                email_comment: # (default:  >)
147
148               
149
Note: See TracBrowser for help on using the repository browser.