source: trunk/ChangeLog @ 170

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

Changelog:

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