Convert change notification email templates to Soy

Convert the templates used by subclasses of ReplyToChangeSender from
Velocity to Soy. Modify the way reviewer lists are generated for Soy
templates to avoid including the change owner in the salutation line of
ReplacePatchSet emails.

Feature: Issue 4345
Change-Id: I827fae73a81164540b399493b5b67ceb65acb362
This commit is contained in:
Wyatt Allen
2016-08-29 15:39:38 -07:00
parent d51835b3d9
commit 93ccc93607
32 changed files with 418 additions and 450 deletions

View File

@@ -544,6 +544,7 @@ public class CommentsIT extends AbstractDaemonTest {
+ "\n"
+ "PS2, Line 2: nten\n"
+ "typo: content\n"
+ "\n"
+ "\n");
}