source: trunk/ChangeLog @ 163

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

email2trac.py.in, ChangeLog?:

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