source: emailtotracscript/trunk/ChangeLog @ 82

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

EmailtoTracScript?:

email2trac:

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