source: trunk/ChangeLog @ 172

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

email2trac.py.in:

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