source: emailtotracscript/trunk/ChangeLog @ 76

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

EmailtoTracScript?:

email2trac.py.in:

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