Closed (fixed)
Project:
Project
Version:
x.y.z
Component:
Issues
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2005 at 19:13 UTC
Updated:
10 Feb 2006 at 06:01 UTC
Jump to comment: Most recent file
Adding the name of the project to the subject of the mails sent by them module would help scanning these mails.
Something in the lines of
[drupal-devel] [Image] Database errors
is much more informative then
[drupal-devel] Database errors
Should be simple to do, I guess :)
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | project_title_in_emails_1.diff | 666 bytes | Bèr Kessels |
| #2 | project_title_in_emails_0.diff | 676 bytes | Bèr Kessels |
| #1 | project_title_in_emails.diff | 668 bytes | Cvbge |
Comments
Comment #1
Cvbge commentedDidn't tested this task, still don't have Project running on localhost ;)
This patch adds [
] at the beginning of subject, so subject would be:
[Image][bug]Database errors
Comment #2
Bèr Kessels commented[22:40:36] exclude: perhaps it's better to have [Image bug] rather than [Image][bug]
this patch does that. And it also does better translation. stuff like [ ]'s should not be in the translation
Comment #3
Cvbge commented@Ber: you should not t() project's title.
Comment #4
Bèr Kessels commentedWhy not? I did this intentional, but think you have a good reason not to want that t()-ed. could you share that reason?
Comment #5
Cvbge commentedFirst of all, project title is user provided, and AFAIK there is a policy not to translate user input.
Second reason is that I think project name is a proper noun (like Ber ;) and should not be translated.
I don't know, but I suppose there might be problems with this information not being translated in other places (e.g. url: user see in mail [Zdjęcie Bug] (Zdjęcie == t("Image")) so he goes to /project/Zdjęcie but there is no such project...)
Comment #6
Bèr Kessels commentedyup. correct. new patch attached
Comment #7
Bèr Kessels commentedComment #8
nedjoLet's apply this. It's a significant improvement, particularly because it would enable easy filtering by project.
Comment #9
nedjoThanks for the improvement, applied.
Comment #10
(not verified) commented