Edgewall Software

source: tags/trac-1.0.1/trac/ticket/templates/ticket_notify_email.txt

Last change on this file was 11490, checked in by Remy Blank, 11 years ago

1.0.1dev: Stripped all trailing whitespace, and fixed the tests that relied on its being present. This was a ticking bomb, and is especially annoying when using an editor that strips trailing whitespace (as it should), because it will add noise to every changeset.

I know that this will make it slightly more difficult to apply patches that contain the old trailing whitespace, but theres an easy fix for that: strip trailing whitespace from the patch as well.

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 745 bytes
Line 
1$ticket_body_hdr
2$ticket_props
3{% choose ticket.new %}\
4{% when True %}\
5$ticket.description
6{% end %}\
7{% otherwise %}\
8{% if changes_body %}\
9${_('Changes (by %(author)s):', author=change.author)}
10
11$changes_body
12{% end %}\
13{% if changes_descr %}\
14{% if not changes_body and not change.comment and change.author %}\
15${_('Description changed by %(author)s:', author=change.author)}
16{% end %}\
17$changes_descr
18--
19{% end %}\
20{% if change.comment %}\
21
22${_('Comment:') if changes_body else _('Comment (by %(author)s):', author=change.author)}
23
24$change.comment
25{% end %}\
26{% end %}\
27{% end %}\
28
29--
30${_('Ticket URL: <%(link)s>', link=ticket.link)}
31$project.name <${project.url or abs_href()}>
32$project.descr
Note: See TracBrowser for help on using the repository browser.