source: emailtotracscript/trunk/ChangeLog @ 142

Last change on this file since 142 was 142, checked in by bas, 17 years ago

EmailtoTracScript?:

email2trac.py.in:

  • Forgot to unicode the author
  • Preparing for new version
  • Property svn:mime-type set to text/x-trac-wiki
File size: 10.7 KB
RevLine 
[142]12006-12-
[135]2        * email2trac.py:
3          - Added verbatim_format option default is: 1
[139]4          Added by : Bas van der Vlies
5
[136]6          - Added strip_signature option default is: 0
[139]7          Added by : Bas van der Vlies
[135]8
[139]9          - Fixed some unicode errors, thanks to japanes SPAM.
10            If we can not unicode email message then display which
11            charset must be installed in ticket description. Else we
12            trac crashed with unicode errors ;-(
13          Fixed by: Bas van der Vlies
14
[142]15          - Fixed statements: str + unicode, raises an exception if
16            non-ascii value in unicode object.
17
18          - Forgot to unicode the author. So we got an error if we use
19            the mailto_link option in email2trac.conf.
[141]20          Fixed by: Bas van der Vlies
21
[139]22        * delete_spam.py:
23          - Now works for version 0.10 with new API-functions
24          Fixed by: Bas van der Vlies
25
[132]262006-10-27
[125]27
[129]28        * run_email2trac.c.
29       
30          - Setgid() must be called before setuid().
[125]31          Reported by:  Anonymous
32          Fixed    by:  Bas van der Vlies
[126]33
[129]34        * email2trac.py,
35       
36          - Fixed an error in Ticket Update. When ticket
[128]37          does not exists, proceed as if it is a new ticket
38          Fixed    by:  Bas van der Vlies
39
[129]40          - Fixed a strang bug in 0.9 version, if ticket update
41          is enabled and email has attachment(s). We are not allowed to
42          set the description and author field of the attachment else
43          the comment text is lost ;-(
[128]44          Fixed    by:  Bas van der Vlies
[129]45
46          - Fixed an error if enable_syslog and drop_spam is set. We get
47          an exception in the syslog if we use sys.exit(0), replaced by
48          return.
49          Fixed    by:  Bas van der Vlies
50
51        * delete_spam.py.
[124]52       
[129]53          - Trac version 0.10 made it easier to delete tickets.
54          Fixed    by:  Bas van der Vlies
55       
[121]562006-10-10
[117]57        * Fixed race conditions in delete_spam.py and added some
58          debug code.
59          Fixed by   : Bas van der Vlies
[120]60
[117]61        * Added author and description field when attachment is
62          added to ticket. This is for trac version greater than
63          0.8.
64          Fixed by   : Bas van der Vlies
65          Thanks to Matthew Good for the hint
[120]66
[118]67        * Added drop_spam option, default = 0. If set then
68          mail marked as Spam is not accepted.
[120]69          Added by   : Bas van der Vlies
[117]70
[121]71        * Do not send notification if message is marked as Spam
72          and drop_spam is not set.
[120]73          Fixed by   : Bas van der Vlies
74
[113]752006-10-02
[111]76        * Fixes possible segmentation faults in run_email2trac.c
77          Reported by: bcornec
78          Fixed by   : Bas van der Vlies
79
80        * Can set DEBUG level while configuring package, eg:
81          DEBUG=1 ./configure ( default : 0)
82          Reported by: syd at plug dot ca
83          Fixed By   : Bas van der Vlies
84
85        * delete_spam.py did not delete everything from the SQL tables
86          Reported by: brent at rcfile dot org
87          Fixed by   : Bas van der Vlies
88
[113]89        * Do not send notification when message is marked as Spam
[112]90          Fixed by   : Bas van der Vlies
91         
[106]922006-08-28
[105]93        * fixes an error in the 'reply_all' setting
94          Thanks to and Patch by: ncarlson@ibsys.com
95
[106]96        * Added RPM spec file
97          Thanks to:  Jon Topper <jon@topper.me.uk>
98
[101]992006-07-14
[95]100        * Use X11R5 install-sh to install email2trac components to hide
[98]101          native install program differences.
102          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
[95]103
[98]104        * Fixed an error in saving attachments for new tickets for trac
105          versions greater then 0.9.
106          Fixed by: Bas van der Vlies
107
108        * When something went wrong save the offending email for debug
109          purposes.
110          Fixed by: Bas van der Vlies
111
[99]112        * delete_spam.py
113           - did not clean up the attachment table. So we got nasty new
114             mails with fake attachments.
115           - It works now for versions higher then 0.8
[100]116
117        * Finally understand the unicode/encode functions and hopefully
118          fixed the errors.
119          Fixed by: Bas van der Vlies
[103]120
121        * Remove the temporarly created attachment files.
122          Fixed by: Bas van der Vlies
[99]123       
[92]1242006-07-06
[95]125        * Fixed an error in already added attachments. Do not close
[85]126          the database connection.
127          Fixed by: Walter de Jong en Bas van der Vlies
128
[95]129        * Added enable_syslog option. If enabled log errors to syslog
[89]130          instead of stderr. If enabled no errors are send back to the
131          user.
[87]132          Implemented by: Bas van der Vlies
133
[95]134        * Fixed an error with updating tickets with attachments for trac
[87]135          versions 0.9 and 0.10. Field "id" is not known when a existing
136          ticket is fetched (Error = KeyError: 'id')
137          Fixed By: See tickets #258 and #449 on trac-hacks
138
[95]139        * Fixed and spell error, self.mail_addr must be self.email_addr
[88]140          Fixed by: Bas van der Vlies
141
[95]142        * Catch a LookupError in unicode/encode conversion in function
[91]143          get_body_text()
[89]144          Fixed by: Bas van der Vlies
145
[95]146        * Description field was always changed when updating the ticket
[90]147          via the web. Asked the mailing list for a solution and got one
148          ;-)
149          Patch/Suggestion by: Christian Boos
150          Applied by: Bas van der Vlies
151
[95]152        * Fixed an encoding problem when email_header is set to 1
[91]153          Fixed by: Bas van der Vlies
154
[95]155        * Fixed a bug in to_unicode() function.
[92]156          Fixed by: Bas van der Vlies
157
[95]158        * Fixed an unicodedata.normalize TypeError bug for filenames in the
[92]159          attachment function
160          Fixed by: Bas van der Vlies
161
162
[81]1632006-06-02
[95]164        * Added ticketing merging. To enable it there are two options for
[76]165          both options enable 'ticket_update' in email2trac.conf
[81]166          1 - Configure trac notification, eg:
[95]167                * (ticket address: ticket@test.nl)
[81]168                [notification]
169                smtp_enabled = true
170                smtp_always_cc = test@test.nl
171                smtp_server = localhost
[82]172                smtp_from =  ticket@test.nl
[76]173                always_notify_reporter = true
174
175          2 - Use the mailto_cc in email2trac.conf if you want to sent
[81]176              an email to the user and the trac ticket email address.
[76]177
178          With both options you get the right format of the subject line.
179
[95]180        * Use the short options for the install command. So it works for
[76]181          MacOSx Reported by: Nathaniel Irons.
[81]182
[95]183        * Updated inline documentation by Nathaniel Irons.
[76]184                 
[68]1852006-05-16
[95]186        * Fixed a bug when there was no plain text body.
[63]187          Reported by: Greg Deakyne
[95]188        * Fixed a small bug if default component owner is unknown.
[63]189          Just fill in some bogus info.
[95]190        * Use the short options for the install command. So it works for
[64]191          MacOSx
192          Reported by: Nathaniel Irons
[95]193        * Messages that has X-Virus-found in header are marked as SPAM
[68]194          Implemented by: Walter de Jong
[95]195        * Some modules are changed for version 0.10, Added and made some
[68]196          minor changes: Patch supplied by: Markus Tacker 
[95]197        * Ported delete_spam.py to version 0.9 and higher:
[69]198          Reported by: Nathaniel Irons
[63]199
[64]200
[58]2012006-03-08
202        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
203          removed it.
204          Reported by: mi-trachacks@moensolutions.com   
205          Fixed by: Bas van der Vlies
[95]206        * Fixed an exception error in delete_spam.py
[58]207          when shutil has not enough priveledges to remove the
208          attachments it is reported
209          Fixed by: Bas van der Vlies
[95]210        * email2trac.py: When you include the body tag, some
[58]211          mailers (like Thunderbird) will leave out the signature.
212          Therefore this version leaves out the body tag.
213          Fixed by: Walter de Jong
[95]214        * Added msg.txt for testing
[58]215          Fixed by: Bas van der Vlies
216
[46]2172006-02-01  Bas van der Vlies <basv@sara.nl>:
218        * Added Tikcet notification, send email when there is
219          a new ticket. Depends on notification setting in
220          trac.ini.
221          Implemented by: Kilian Cavalotti
[52]222        * Can use different template for ticket notification,
223          eg: alternate_notify_template: "a_tkt.css"
224          Implemented by: Kilian Cavalotti
[46]225        * Added reply_all config parameter. If set put all
226          CC-addresses from orginal mail in ticket CC-field.
227          Suggested by: Kilian Cavalotti
228        * Text in ticket description is also properly UTF-8
229          encoded
230          Implemented by: Kilian Cavalotti
231        * Removed reply_address from config file. Is not
232          necessary anymore. See Ticket notification.
233        * Added support for known users. If email address is
234          known then use the trac known username instead
235          of the email-address (only for trac version > 0.9)
236          Implemented by: Kilian Cavalotti
[48]237        * Fixed an error in saving attachments for version < 0.9.
238          Sometimes we got bogus attachments.
239          Fixed by: Walter de Jong
[50]240        * Added support to make an debian package
241          Implemented by: Bas van der Vlies
[46]242
[36]2432006-01-21  Bas van der Vlies <basv@sara.nl>:
244        * Fixed run_email2trac.c, did not work
245        * Added TRAC_SCRIPT_NAME to Makefile.in to
246          solve run_email2trac problem
247
248        Both errors reported by: kilian.cavalotti@lip6.fr
249
[33]2502006-01-20  Bas van der Vlies <basv@sara.nl>:
251        * A warning error is fixed by kilian.cavalotti@lip6.fr
252        * Several errors in make install ;-(, reported by
253          tacker
254
[23]2552006-01-15  Bas van der Vlies <basv@sara.nl>:
256        * Added configure script.
257
[18]2582006-01-10  Bas van der Vlies <basv@sara.nl>:
259        * Removed project_root from source and config file
260        * Adjust code so we can use mulitple stanza's in config file, eg:
261          [bas]
262          project: /data/trac/bas
263          spam_level: 3
264
265          use option "-p|--project bas" to select the stanza
266
[5]2672006-01-04  Bas van der Vlies <basv@sara.nl>:
268
269        * Fixed getopt for -f option
270        * Added suppport for different TRAC versions (0.8 and 0.9)
271
2722006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
273
274        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
275       
276        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
277
278        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
279
280        * 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)
281
282        * 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)
283
2842005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
285
286        * Makefile: add a Makefile to build and install email2trac
287
288        * email2trac.py: migrate to Trac 0.9 API
289
2902005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
291
292        * run_email2trac.c: add error messages if DEBUG macro defined
293
294        * run_email2trac.c: add error testing and specific return values for each error
295
296        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
297
298        * run_email2trac.h: include file to define site specific paramaters
299
3000.2.4 01/11/2005
301        Added email_header option if set then show TO/CC fields in
302        description of the ticket.
303
304        Fixed an error in the mailto URL. This was an old error that
305        supposed to be fixed but reoccured in this version.
306       
3070.2.3 31/10/2005
308        Fixed a bug with base64 encoded attachments/emails
309        Fixed by: Walter de Jong
310
3110.2.2 10/10/2005
312        according to RFC 2368 (titled "the mailto URL scheme") the mailto
313        URL can only work with short &body messages. It fails with long
314        messages and the link won't work. Therefore the mail body is
315        no longer copied into the mail reply.
316
3170.2.1 10/07/2005
318        body of reply email looks better
319
320
3210.2   10/07/2005
322        mailto is replaced by a html mailto to line. If
323        you reply to the ticket via this link then an
324        email client is started with some default values:
325                To: <reporter>
326                Subject: Re: <orginal subject>
327                Body: email_comment <orginal text>
328
329        email2trac.conf:
330                email_comment: # (default:  >)
331
332               
333
Note: See TracBrowser for help on using the repository browser.