From: Renata Ghisloti Date: Thu, 15 Mar 2012 15:02:16 +0000 (-0300) Subject: Bug 735332: Add 'start' hook in bugmail templates. X-Git-Tag: bugzilla-4.3.1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb6f6f7d009f9eaac44c02b62480f8fdd69cf5c;p=thirdparty%2Fbugzilla.git Bug 735332: Add 'start' hook in bugmail templates. r=timello, a=LpSolit --- diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 8e30cff4b3..1d061274ae 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -14,6 +14,7 @@ + [% Hook.process('start') %] [% PROCESS generate_diffs %]

[% FOREACH comment = new_comments.reverse %] diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index b51935f645..92c9a33cbd 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -10,6 +10,8 @@ [% isnew = bug.lastdiffed ? 0 : 1 %] +[% Hook.process('start') %] + [%+ PROCESS generate_diffs -%] [% FOREACH comment = new_comments %]