source: trunk/ChangeLog @ 175

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

Changelog

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