~ubuntu-branches/ubuntu/jaunty/trac/jaunty

« back to all changes in this revision

Viewing changes to trac/ticket/templates/ticket_notify_email.txt

  • Committer: Bazaar Package Importer
  • Author(s): Luis Matos
  • Date: 2008-07-13 23:46:20 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080713234620-13ynpdpkbaymfg1z
Tags: 0.11-2
* Re-added python-setup-tools to build dependences. Closes: #490320 #468705
* New upstream release Closes: 489727
* Added sugestion for other vcs support available: git bazaar mercurial 
* Added spamfilter plugin to sugests
* Moved packaging from python-support to python-central
* Added an entry to the NEWS about the cgi Closes: #490275
* Updated 10_remove_trac_suffix_from_title patch to be used in 0.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 $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 $change.author:
 
16
      #end
 
17
$changes_descr
 
18
--
 
19
    #end
 
20
    #if change.comment
 
21
 
 
22
Comment${not changes_body and '(by %s)' % change.author or ''}:
 
23
 
 
24
$change.comment
 
25
    #end
 
26
  #end
 
27
#end
 
28
 
 
29
-- 
 
30
Ticket URL: <$ticket.link>
 
31
$project.name <${project.url or abs_href()}>
 
32
$project.descr