source: trunk/ChangeLog @ 200

Last change on this file since 200 was 200, checked in by bas, 16 years ago

Changelog:

  • Property svn:mime-type set to text/x-trac-wiki
File size: 15.2 KB
RevLine 
[198]12008-XXX
2        * Fixed debian control file. Package can be build on any platform and
3          not only on i386 platforms:
4
5          Author: Christian Iversen ci add sikkerhed dot org
6          Applied by: Bas van der Vlies
7
[200]8        * We now use the trac configuration parser routine
9          Author: andrei2102 add gmail dot com
10          Applied by: Bas van der Vlies
11
[194]122008-02-04
[189]13        * Added version check and exit if we do not support the trac version
14          closes bug #23
15          Reported By: Marc Zahnlecker m.zahnlecker at lxbyte dot de
[187]16
[192]17          Fixed By: Bas van der Vlies
18
[190]19        * Added check if syslog module is available. If it is not available
20          disable the syslog functionality.
[192]21          Author: michael.th add gmx dot net
[190]22
[192]23          Implemented by: Bas van der Vlies
24
[191]25        * Added strip_quotes function, default settings:
26                strip_quotes: <int> (default: 0)
27                mail_quote: <quote chars> (default: "> ")
[192]28          Author: nicolasm @ opera dot com
[191]29
[192]30          Implemented by: Bas van der Vlies
31
32        * Added patch to make notify email work with trac 0.11 dev.
33          Author: tbaschak add ktc dot mb dot ca       
34          Author: andrei2102 add gmail dot com
35
36          Implemented by: Bas van der Vlies
[194]37
38        * greedy matching in Subject line, We must stop after the first ':'
39          else we get wrong values for ticket fields when we update a ticket
40          via mail, closes ticket #37
41          Reported by: dmaziuk at bmrb dot wisc dot edu
42          Fixed    by: Bas van der Vlies
43
44        * added IGNORECASE flag to regular expression for black list. This
45          is a quick fix, still want to implement this as configuration
46          option, closed bug #39
47
48          Reported By: jodok at lovelysystems dot com
49          Fixed by   : Bas van der Vlies
50
51        * When a known user mails a ticket. We will set the Reporter to
52          its login name, closes bug #33, #41
53
54          Also add configuration option:
55                ignore_trac_user_settings : 0 (default value)
56
57          This option will skip the email address to trac user login name
58          mapping.
59
60          Reported by: anonymous
61          Fixed by   : Bas van der Vlies
62
63       
64        * SPAM detection was only for new mails not for ticket updates,
65          closed ticket #44
66
67          Reported by: Bas van der Vlies
68          Fixed by   : Bas van der Vlies
69         
[192]70           
[184]712007-07-18
[163]72
73        * Implemented python_egg_cache environment variable. Some trac
74          installations may depend on it, closes ticket #10, eg:
75                python_egg_cache : /var/cache/eggcache
76
77          Reported By: Anonymous
[177]78          Fixed by   : Bas van der Vlies <basv@sara.nl>
[163]79
[170]80        * Implemented update ticket fields via email subject line, eg:
81                Re: [email2trac] #7?owner=bas,priority=minor: Error in parsing
82
83                - Sets the owner of the ticket to: bas
84                - Sets the priority of the ticket to: minor
[171]85         
86          For some ticket fields there are only a limited number of allowed
87          values. The supplied value will be checked against this list. If it
[179]88          is not vaild value the field update will be ignored.
[170]89
[177]90          Requested by  : trac at yadan dotnet, Jan Parchmann, see ticket #7
91          Implemented by: Bas van der Vlies <basv@sara.nl>
[170]92
[172]93        * Dropped support for version trac version 0.8. Removed all 0.8
[177]94          specific code. 
95          Fixed by: Bas van der Vlies <basv@sara.nl>
[170]96
[173]97        * Added a new config parameter: tmpdir: /var/tmp, default is '/tmp'
98          All functions now use this new parameter and use OS independent
99          path functions.
[177]100          Implemented by: Bas van der Vlies <basv@sara.nl>
[173]101
[175]102        * fixed and a creating directory problem email2trac.spec file
103          Fixed by: artrus at netzero dot net
104
[176]105        * set_owner function is obsolete. When component is set the trac code
106          will set the owner to the component owner.
[177]107          Fixed by    : Bas van der Vlies <basv@sara.nl>
[176]108
[177]109        * Also show email headers in a ticket update.
110          Requested by: Ramon Bastiaans
111          Fixed by    : Bas van der Vlies <basv@sara.nl>
112
[182]113        * A date patch so it works with trac version 0.11 for ticket updates.
114          Also applied for other trac versions.
115          Thanks to: tbaschak at ktc dot mb dot ca
116
[161]1172007-04-27
[150]118
[154]119        * Added check to catch an error when attachment size
[151]120          is too large, bug #1153
121          Author: Bas van der Vlies
[150]122
[151]123        * Wrap long line into user given length, use_textwrap: 72. Wraps lines
124          greater then 72 chars, #1123
125          Author: Bas van der Vlies &
126                  Rainer Sokoll (r.sokoll at intershop dot de)
127
128        * Fixed a dutch spelling, #1295
129          Author: Rainer Sokoll (r.sokoll at intershop dot de)
130
[149]131        * email2trac.py : blacklist (don't create ticket) mail from
132          MAILER-DAEMON to avoid loops
[152]133          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
134
[149]135        * msg.bad.txt : add an example of message from MAILER-DAEMON
[152]136          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
[149]137
[146]1382006-12-08
[135]139        * email2trac.py:
140          - Added verbatim_format option default is: 1
[139]141          Added by : Bas van der Vlies
142
[136]143          - Added strip_signature option default is: 0
[139]144          Added by : Bas van der Vlies
[135]145
[139]146          - Fixed some unicode errors, thanks to japanes SPAM.
147            If we can not unicode email message then display which
148            charset must be installed in ticket description. Else we
149            trac crashed with unicode errors ;-(
150          Fixed by: Bas van der Vlies
151
[142]152          - Fixed statements: str + unicode, raises an exception if
153            non-ascii value in unicode object.
154
155          - Forgot to unicode the author. So we got an error if we use
156            the mailto_link option in email2trac.conf.
[141]157          Fixed by: Bas van der Vlies
158
[139]159        * delete_spam.py:
160          - Now works for version 0.10 with new API-functions
161          Fixed by: Bas van der Vlies
162
[144]163        * Makefile.in
164          - Added install-conf. Install email2trac.conf if there is none
165            installed.
166          Fixed by: Bas van der Vlies
167
[132]1682006-10-27
[125]169
[129]170        * run_email2trac.c.
171       
172          - Setgid() must be called before setuid().
[125]173          Reported by:  Anonymous
174          Fixed    by:  Bas van der Vlies
[126]175
[129]176        * email2trac.py,
177       
178          - Fixed an error in Ticket Update. When ticket
[128]179          does not exists, proceed as if it is a new ticket
180          Fixed    by:  Bas van der Vlies
181
[129]182          - Fixed a strang bug in 0.9 version, if ticket update
183          is enabled and email has attachment(s). We are not allowed to
184          set the description and author field of the attachment else
185          the comment text is lost ;-(
[128]186          Fixed    by:  Bas van der Vlies
[129]187
188          - Fixed an error if enable_syslog and drop_spam is set. We get
189          an exception in the syslog if we use sys.exit(0), replaced by
190          return.
191          Fixed    by:  Bas van der Vlies
192
193        * delete_spam.py.
[124]194       
[129]195          - Trac version 0.10 made it easier to delete tickets.
196          Fixed    by:  Bas van der Vlies
197       
[121]1982006-10-10
[117]199        * Fixed race conditions in delete_spam.py and added some
200          debug code.
201          Fixed by   : Bas van der Vlies
[120]202
[117]203        * Added author and description field when attachment is
204          added to ticket. This is for trac version greater than
205          0.8.
206          Fixed by   : Bas van der Vlies
207          Thanks to Matthew Good for the hint
[120]208
[118]209        * Added drop_spam option, default = 0. If set then
210          mail marked as Spam is not accepted.
[120]211          Added by   : Bas van der Vlies
[117]212
[121]213        * Do not send notification if message is marked as Spam
214          and drop_spam is not set.
[120]215          Fixed by   : Bas van der Vlies
216
[113]2172006-10-02
[111]218        * Fixes possible segmentation faults in run_email2trac.c
219          Reported by: bcornec
220          Fixed by   : Bas van der Vlies
221
222        * Can set DEBUG level while configuring package, eg:
223          DEBUG=1 ./configure ( default : 0)
224          Reported by: syd at plug dot ca
225          Fixed By   : Bas van der Vlies
226
227        * delete_spam.py did not delete everything from the SQL tables
228          Reported by: brent at rcfile dot org
229          Fixed by   : Bas van der Vlies
230
[113]231        * Do not send notification when message is marked as Spam
[112]232          Fixed by   : Bas van der Vlies
233         
[106]2342006-08-28
[105]235        * fixes an error in the 'reply_all' setting
236          Thanks to and Patch by: ncarlson@ibsys.com
237
[106]238        * Added RPM spec file
239          Thanks to:  Jon Topper <jon@topper.me.uk>
240
[101]2412006-07-14
[95]242        * Use X11R5 install-sh to install email2trac components to hide
[98]243          native install program differences.
244          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
[95]245
[98]246        * Fixed an error in saving attachments for new tickets for trac
247          versions greater then 0.9.
248          Fixed by: Bas van der Vlies
249
250        * When something went wrong save the offending email for debug
251          purposes.
252          Fixed by: Bas van der Vlies
253
[99]254        * delete_spam.py
255           - did not clean up the attachment table. So we got nasty new
256             mails with fake attachments.
257           - It works now for versions higher then 0.8
[100]258
259        * Finally understand the unicode/encode functions and hopefully
260          fixed the errors.
261          Fixed by: Bas van der Vlies
[103]262
263        * Remove the temporarly created attachment files.
264          Fixed by: Bas van der Vlies
[99]265       
[92]2662006-07-06
[95]267        * Fixed an error in already added attachments. Do not close
[85]268          the database connection.
269          Fixed by: Walter de Jong en Bas van der Vlies
270
[95]271        * Added enable_syslog option. If enabled log errors to syslog
[89]272          instead of stderr. If enabled no errors are send back to the
273          user.
[87]274          Implemented by: Bas van der Vlies
275
[95]276        * Fixed an error with updating tickets with attachments for trac
[87]277          versions 0.9 and 0.10. Field "id" is not known when a existing
278          ticket is fetched (Error = KeyError: 'id')
279          Fixed By: See tickets #258 and #449 on trac-hacks
280
[95]281        * Fixed and spell error, self.mail_addr must be self.email_addr
[88]282          Fixed by: Bas van der Vlies
283
[95]284        * Catch a LookupError in unicode/encode conversion in function
[91]285          get_body_text()
[89]286          Fixed by: Bas van der Vlies
287
[95]288        * Description field was always changed when updating the ticket
[90]289          via the web. Asked the mailing list for a solution and got one
290          ;-)
291          Patch/Suggestion by: Christian Boos
292          Applied by: Bas van der Vlies
293
[95]294        * Fixed an encoding problem when email_header is set to 1
[91]295          Fixed by: Bas van der Vlies
296
[95]297        * Fixed a bug in to_unicode() function.
[92]298          Fixed by: Bas van der Vlies
299
[95]300        * Fixed an unicodedata.normalize TypeError bug for filenames in the
[92]301          attachment function
302          Fixed by: Bas van der Vlies
303
304
[81]3052006-06-02
[95]306        * Added ticketing merging. To enable it there are two options for
[76]307          both options enable 'ticket_update' in email2trac.conf
[81]308          1 - Configure trac notification, eg:
[95]309                * (ticket address: ticket@test.nl)
[81]310                [notification]
311                smtp_enabled = true
312                smtp_always_cc = test@test.nl
313                smtp_server = localhost
[82]314                smtp_from =  ticket@test.nl
[76]315                always_notify_reporter = true
316
317          2 - Use the mailto_cc in email2trac.conf if you want to sent
[81]318              an email to the user and the trac ticket email address.
[76]319
320          With both options you get the right format of the subject line.
321
[95]322        * Use the short options for the install command. So it works for
[76]323          MacOSx Reported by: Nathaniel Irons.
[81]324
[95]325        * Updated inline documentation by Nathaniel Irons.
[76]326                 
[68]3272006-05-16
[95]328        * Fixed a bug when there was no plain text body.
[63]329          Reported by: Greg Deakyne
[95]330        * Fixed a small bug if default component owner is unknown.
[63]331          Just fill in some bogus info.
[95]332        * Use the short options for the install command. So it works for
[64]333          MacOSx
334          Reported by: Nathaniel Irons
[95]335        * Messages that has X-Virus-found in header are marked as SPAM
[68]336          Implemented by: Walter de Jong
[95]337        * Some modules are changed for version 0.10, Added and made some
[68]338          minor changes: Patch supplied by: Markus Tacker 
[95]339        * Ported delete_spam.py to version 0.9 and higher:
[69]340          Reported by: Nathaniel Irons
[63]341
[64]342
[58]3432006-03-08
344        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
345          removed it.
346          Reported by: mi-trachacks@moensolutions.com   
347          Fixed by: Bas van der Vlies
[95]348        * Fixed an exception error in delete_spam.py
[58]349          when shutil has not enough priveledges to remove the
350          attachments it is reported
351          Fixed by: Bas van der Vlies
[95]352        * email2trac.py: When you include the body tag, some
[58]353          mailers (like Thunderbird) will leave out the signature.
354          Therefore this version leaves out the body tag.
355          Fixed by: Walter de Jong
[95]356        * Added msg.txt for testing
[58]357          Fixed by: Bas van der Vlies
358
[46]3592006-02-01  Bas van der Vlies <basv@sara.nl>:
360        * Added Tikcet notification, send email when there is
361          a new ticket. Depends on notification setting in
362          trac.ini.
363          Implemented by: Kilian Cavalotti
[52]364        * Can use different template for ticket notification,
365          eg: alternate_notify_template: "a_tkt.css"
366          Implemented by: Kilian Cavalotti
[46]367        * Added reply_all config parameter. If set put all
368          CC-addresses from orginal mail in ticket CC-field.
369          Suggested by: Kilian Cavalotti
370        * Text in ticket description is also properly UTF-8
371          encoded
372          Implemented by: Kilian Cavalotti
373        * Removed reply_address from config file. Is not
374          necessary anymore. See Ticket notification.
375        * Added support for known users. If email address is
376          known then use the trac known username instead
377          of the email-address (only for trac version > 0.9)
378          Implemented by: Kilian Cavalotti
[48]379        * Fixed an error in saving attachments for version < 0.9.
380          Sometimes we got bogus attachments.
381          Fixed by: Walter de Jong
[50]382        * Added support to make an debian package
383          Implemented by: Bas van der Vlies
[46]384
[36]3852006-01-21  Bas van der Vlies <basv@sara.nl>:
386        * Fixed run_email2trac.c, did not work
387        * Added TRAC_SCRIPT_NAME to Makefile.in to
388          solve run_email2trac problem
389
390        Both errors reported by: kilian.cavalotti@lip6.fr
391
[33]3922006-01-20  Bas van der Vlies <basv@sara.nl>:
393        * A warning error is fixed by kilian.cavalotti@lip6.fr
394        * Several errors in make install ;-(, reported by
395          tacker
396
[23]3972006-01-15  Bas van der Vlies <basv@sara.nl>:
398        * Added configure script.
399
[18]4002006-01-10  Bas van der Vlies <basv@sara.nl>:
401        * Removed project_root from source and config file
402        * Adjust code so we can use mulitple stanza's in config file, eg:
403          [bas]
404          project: /data/trac/bas
405          spam_level: 3
406
407          use option "-p|--project bas" to select the stanza
408
[5]4092006-01-04  Bas van der Vlies <basv@sara.nl>:
410
411        * Fixed getopt for -f option
412        * Added suppport for different TRAC versions (0.8 and 0.9)
413
4142006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
415
416        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
417       
418        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
419
420        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
421
422        * 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)
423
424        * 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)
425
4262005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
427
428        * Makefile: add a Makefile to build and install email2trac
429
430        * email2trac.py: migrate to Trac 0.9 API
431
4322005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
433
434        * run_email2trac.c: add error messages if DEBUG macro defined
435
436        * run_email2trac.c: add error testing and specific return values for each error
437
438        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
439
440        * run_email2trac.h: include file to define site specific paramaters
441
4420.2.4 01/11/2005
443        Added email_header option if set then show TO/CC fields in
444        description of the ticket.
445
446        Fixed an error in the mailto URL. This was an old error that
447        supposed to be fixed but reoccured in this version.
448       
4490.2.3 31/10/2005
450        Fixed a bug with base64 encoded attachments/emails
451        Fixed by: Walter de Jong
452
4530.2.2 10/10/2005
454        according to RFC 2368 (titled "the mailto URL scheme") the mailto
455        URL can only work with short &body messages. It fails with long
456        messages and the link won't work. Therefore the mail body is
457        no longer copied into the mail reply.
458
4590.2.1 10/07/2005
460        body of reply email looks better
461
462
4630.2   10/07/2005
464        mailto is replaced by a html mailto to line. If
465        you reply to the ticket via this link then an
466        email client is started with some default values:
467                To: <reporter>
468                Subject: Re: <orginal subject>
469                Body: email_comment <orginal text>
470
471        email2trac.conf:
472                email_comment: # (default:  >)
473
474               
475
Note: See TracBrowser for help on using the repository browser.