Hi!
I've created the attached patch to disable the project prefix in notification mails because I'm a user of the common-lisp.net site which uses Trac for bug tracking for hosted projects which choose to do so.
All lists get a list prefix prepended by Mailman, so that all tickets lists have a double prefix: both mailman and trac prepend a prefix containing the project name.
If this could be turned off in Trac, there wouldn't be a need to change per-list settings in Mailman, so, I submit this patch hoping it (or a variant) will get committed.
bye,
Erik.
On 5/10/06, Erik Huelsmann ehuels@gmail.com wrote:
I've created the attached patch to disable the project prefix in notification mails because I'm a user of the common-lisp.net site which uses Trac for bug tracking for hosted projects which choose to do so.
I've had someone else ask for this so I'm going to apply the patch. However, I can't find a trac/ticket/notification.py nor a trac/notification.py in my trac 0.9.4. Was the patch against a different version, if so which?
Thanks, Erik.
On 7/6/06, Erik Enge erik.enge@gmail.com wrote:
On 5/10/06, Erik Huelsmann ehuels@gmail.com wrote:
I've created the attached patch to disable the project prefix in notification mails because I'm a user of the common-lisp.net site which uses Trac for bug tracking for hosted projects which choose to do so.
I've had someone else ask for this so I'm going to apply the patch. However, I can't find a trac/ticket/notification.py nor a trac/notification.py in my trac 0.9.4. Was the patch against a different version, if so which?
It's a patch against trunk...
The actual code change is almost equal to what 0.9.4 would need, but in different files...
HTH,
Erik.
On 7/6/06, Erik Huelsmann ehuels@gmail.com wrote:
The actual code change is almost equal to what 0.9.4 would need, but in different files...
I applied a slightly different patch. Could you test and see if it works as you expected now?
Thanks, Erik.