moodle/mod/forum
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
..
backup MDL-29506 forum: Fix use of ampersand in backup parent links 2016-02-15 08:08:29 +08:00
classes Merge branch 'MDL-52136-master' of git://github.com/andrewnicols/moodle 2016-03-02 05:25:57 +01:00
db MDL-51580 upgrade: clean < 2.7.0 upgrade steps 2016-02-15 18:38:09 +01:00
lang/en MDL-31989 search: New search areas 2016-02-23 10:47:57 +00:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
templates MDL-53509 mod_forum: Stop over-escaping quoted variables 2016-03-17 08:33:48 +08:00
tests Merge branch 'MDL-52136-master' of git://github.com/andrewnicols/moodle 2016-03-02 05:25:57 +01:00
yui MDL-46215 mod_forum: Only add text on discussion view 2014-10-28 14:27:05 +08:00
deprecatedlib.php MDL-49682 mod_forum: Build forum email templates 2015-10-12 13:26:29 +08:00
discuss.php MDL-372 forum: Improve pinning and update for Moodle 3.0 2016-01-13 02:01:26 +00:00
externallib.php MDL-49612 forum: Fix some external_value creation in params declaration 2016-01-26 08:55:55 +01:00
forum.js MDL-48019 mod_forum: Add sesskey checks when setting tracking prefs 2014-11-05 10:35:12 +00:00
index.php MDL-30811 forum: Update use of redirect to include message and type 2016-02-29 09:05:57 +08:00
lib.php Merge branch 'MDL-52997-email-threading' of https://github.com/brendanheywood/moodle 2016-02-16 17:11:10 +01:00
locallib.php MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00
maildigest.php MDL-30811 forum: Update use of redirect to include message and type 2016-02-29 09:05:57 +08:00
markposts.php MDL-52682 mod_forum: Correct redirect URL when marking posts as read 2016-01-22 08:04:05 +08:00
mod_form.php Merge branch 'MDL-49101' of https://github.com/andrewhancox/moodle 2015-04-07 17:27:17 +08:00
post.php MDL-30811 forum: Update use of redirect to include message and type 2016-02-29 09:05:57 +08:00
renderer.php MDL-52136 mod_forum: Correctly quote get_string vars in mustache 2016-03-02 09:00:28 +08:00
rsslib.php MDL-44157 mod_forum: unified @package use 2014-02-18 11:15:10 +13:00
search.php MDL-52862 mod_forum: format non HTML messages in search results 2016-02-15 07:55:22 +01:00
settings.php MDL-49069 mod_forum: Ability to specify default values for Forum RSS 2015-03-10 14:57:03 -07:00
settracking.php MDL-51253 forum: fix urls for exceptions and redirects 2015-09-14 14:18:50 +10:00
styles.css MDL-53050 mod_forum: fix for base highlight 2016-03-02 17:18:51 +08:00
subscribe.php MDL-30811 forum: Update use of redirect to include message and type 2016-02-29 09:05:57 +08:00
subscribe_ajax.php MDL-48029 mod_forum: Check for subscription before enrolling 2014-11-06 10:42:09 +08:00
subscribers.php MDL-35027 mod_forum: Fix subscriber list in hidden forums 2015-08-03 12:12:56 +01:00
unsubscribeall.php MDL-47918 forum: Coding style fix 2014-10-30 16:46:46 +00:00
upgrade.txt MDL-51637 forum: Make forum_get_discussions_paginated return group post 2015-10-12 10:08:17 +02:00
user.php MDL-49688 navigation: First review fixes and version bump. 2015-04-10 17:18:03 +08:00
version.php MDL-44087 mod_forum: Move forum digest to new processor 2016-02-08 07:54:14 +08:00
view.php MDL-372 forum: Improve pinning and update for Moodle 3.0 2016-01-13 02:01:26 +00:00