source: emailtotracscript/trunk/ChangeLog @ 85

Last change on this file since 85 was 85, checked in by bas, 18 years ago

EmailtoTracScript?:

ChangeLog?, debian/changelog:

  • Updated docs
  • Property svn:mime-type set to text/x-trac-wiki
File size: 6.0 KB
RevLine 
[85]12006-
2        - Fixed an error in already added attachments. Do not close
3          the database connection.
4          Fixed by: Walter de Jong en Bas van der Vlies
5
[81]62006-06-02
[76]7        - Added ticketing merging. To enable it there are two options for
8          both options enable 'ticket_update' in email2trac.conf
[81]9          1 - Configure trac notification, eg:
[82]10                - (ticket address: ticket@test.nl)
[81]11                [notification]
12                smtp_enabled = true
13                smtp_always_cc = test@test.nl
14                smtp_server = localhost
[82]15                smtp_from =  ticket@test.nl
[76]16                always_notify_reporter = true
17
18          2 - Use the mailto_cc in email2trac.conf if you want to sent
[81]19              an email to the user and the trac ticket email address.
[76]20
21          With both options you get the right format of the subject line.
22
23        - Use the short options for the install command. So it works for
24          MacOSx Reported by: Nathaniel Irons.
[81]25
[82]26        - Updated inline documentation by Nathaniel Irons.
[76]27                 
[68]282006-05-16
[63]29        - Fixed a bug when there was no plain text body.
30          Reported by: Greg Deakyne
31        - Fixed a small bug if default component owner is unknown.
32          Just fill in some bogus info.
[68]33        - Use the short options for the install command. So it works for
[64]34          MacOSx
35          Reported by: Nathaniel Irons
[68]36        - Messages that has X-Virus-found in header are marked as SPAM
37          Implemented by: Walter de Jong
38        - Some modules are changed for version 0.10, Added and made some
39          minor changes: Patch supplied by: Markus Tacker 
[69]40        - Ported delete_spam.py to version 0.9 and higher:
41          Reported by: Nathaniel Irons
[63]42
[64]43
[58]442006-03-08
45        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
46          removed it.
47          Reported by: mi-trachacks@moensolutions.com   
48          Fixed by: Bas van der Vlies
49        - Fixed an exception error in delete_spam.py
50          when shutil has not enough priveledges to remove the
51          attachments it is reported
52          Fixed by: Bas van der Vlies
53        - email2trac.py: When you include the body tag, some
54          mailers (like Thunderbird) will leave out the signature.
55          Therefore this version leaves out the body tag.
56          Fixed by: Walter de Jong
57        - Added msg.txt for testing
58          Fixed by: Bas van der Vlies
59
[46]602006-02-01  Bas van der Vlies <basv@sara.nl>:
61        * Added Tikcet notification, send email when there is
62          a new ticket. Depends on notification setting in
63          trac.ini.
64          Implemented by: Kilian Cavalotti
[52]65        * Can use different template for ticket notification,
66          eg: alternate_notify_template: "a_tkt.css"
67          Implemented by: Kilian Cavalotti
[46]68        * Added reply_all config parameter. If set put all
69          CC-addresses from orginal mail in ticket CC-field.
70          Suggested by: Kilian Cavalotti
71        * Text in ticket description is also properly UTF-8
72          encoded
73          Implemented by: Kilian Cavalotti
74        * Removed reply_address from config file. Is not
75          necessary anymore. See Ticket notification.
76        * Added support for known users. If email address is
77          known then use the trac known username instead
78          of the email-address (only for trac version > 0.9)
79          Implemented by: Kilian Cavalotti
[48]80        * Fixed an error in saving attachments for version < 0.9.
81          Sometimes we got bogus attachments.
82          Fixed by: Walter de Jong
[50]83        * Added support to make an debian package
84          Implemented by: Bas van der Vlies
[46]85
[36]862006-01-21  Bas van der Vlies <basv@sara.nl>:
87        * Fixed run_email2trac.c, did not work
88        * Added TRAC_SCRIPT_NAME to Makefile.in to
89          solve run_email2trac problem
90
91        Both errors reported by: kilian.cavalotti@lip6.fr
92
[33]932006-01-20  Bas van der Vlies <basv@sara.nl>:
94        * A warning error is fixed by kilian.cavalotti@lip6.fr
95        * Several errors in make install ;-(, reported by
96          tacker
97
[23]982006-01-15  Bas van der Vlies <basv@sara.nl>:
99        * Added configure script.
100
[18]1012006-01-10  Bas van der Vlies <basv@sara.nl>:
102        * Removed project_root from source and config file
103        * Adjust code so we can use mulitple stanza's in config file, eg:
104          [bas]
105          project: /data/trac/bas
106          spam_level: 3
107
108          use option "-p|--project bas" to select the stanza
109
[5]1102006-01-04  Bas van der Vlies <basv@sara.nl>:
111
112        * Fixed getopt for -f option
113        * Added suppport for different TRAC versions (0.8 and 0.9)
114
1152006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
116
117        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
118       
119        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
120
121        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
122
123        * 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)
124
125        * 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)
126
1272005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
128
129        * Makefile: add a Makefile to build and install email2trac
130
131        * email2trac.py: migrate to Trac 0.9 API
132
1332005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
134
135        * run_email2trac.c: add error messages if DEBUG macro defined
136
137        * run_email2trac.c: add error testing and specific return values for each error
138
139        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
140
141        * run_email2trac.h: include file to define site specific paramaters
142
1430.2.4 01/11/2005
144        Added email_header option if set then show TO/CC fields in
145        description of the ticket.
146
147        Fixed an error in the mailto URL. This was an old error that
148        supposed to be fixed but reoccured in this version.
149       
1500.2.3 31/10/2005
151        Fixed a bug with base64 encoded attachments/emails
152        Fixed by: Walter de Jong
153
1540.2.2 10/10/2005
155        according to RFC 2368 (titled "the mailto URL scheme") the mailto
156        URL can only work with short &body messages. It fails with long
157        messages and the link won't work. Therefore the mail body is
158        no longer copied into the mail reply.
159
1600.2.1 10/07/2005
161        body of reply email looks better
162
163
1640.2   10/07/2005
165        mailto is replaced by a html mailto to line. If
166        you reply to the ticket via this link then an
167        email client is started with some default values:
168                To: <reporter>
169                Subject: Re: <orginal subject>
170                Body: email_comment <orginal text>
171
172        email2trac.conf:
173                email_comment: # (default:  >)
174
175               
176
Note: See TracBrowser for help on using the repository browser.