source: trunk/ChangeLog @ 198

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

Changelog:

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