Andrew Nicols
48a9ef9e96
MDL-53509 mod_forum: Stop over-escaping quoted variables
...
{{# quote }}<a href=\"foo\">{{/ quote }}
becomes:
"<a href=\\"foo\\">"
This causes a mustache syntax error.
The quote helper negates the need to escape quotes in normal use, e.g.:
{{# quote }}<a href="foo">{{/ quote }}
which instead becomes:
"<a href=\"foo\">"
2016-03-17 08:33:48 +08:00
Andrew Nicols
ca0227dd18
MDL-52136 mod_forum: Correctly quote get_string vars in mustache
2016-03-02 09:00:28 +08:00
Dan Poltawski
0aefe91c50
Merge branch 'MDL-52990-email-themes' of https://github.com/brendanheywood/moodle
2016-02-16 11:17:54 +00:00
Brendan Heywood
efd420608e
MDL-52990 email: Added site wide email mustache templates
2016-02-16 16:39:25 +11:00
David Monllao
fb2d4baf57
MDL-51196 mod_forum: Updating required context vars
2016-02-16 11:22:29 +08:00
Brendan Heywood
5afe390ef8
MDL-51196 mod_forum: Text emails link to post anchor
2016-02-11 20:41:12 +11:00
Andrew Nicols
fa544b236d
MDL-52137 mod_forum: Move digest body to shared template
2016-01-22 10:09:32 +08:00
Matt Rice
be28a7823e
MDL-52563 mod_forum: Cleanup digestbasic template
2016-01-05 15:38:14 +08:00
Eloy Lafuente (stronk7)
593aaa5366
MDL-52126 forum: Correct over-escaping of html-based emails
2015-11-15 13:16:42 +01:00
Andrew Nicols
f98345b976
MDL-52126 forum: Correct over-escaping of text-based emails
2015-11-14 22:35:09 +01:00
Andrew Nicols
317938393c
MDL-49682 mod_forum: Build forum email templates
2015-10-12 13:26:29 +08:00