source: emailtotracscript/trunk/ChangeLog @ 87

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

EmailtoTracScript?:

email2trac.py.in:

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