moodle/lib/classes/output
Ryan Wyllie f9664b0c19 MDL-62284 output: prevent nested JS mustache handler calls
Prevent the JS mustache helper from being executed from within
the render call of another mustache helper because it can allow
users to inject JS into the page.
2019-09-04 11:22:51 +08:00
..
checkbox_toggleall.php MDL-65928 core: Split toggle-all elements into separate templates 2019-07-12 14:36:35 +08:00
chooser.php
chooser_item.php
chooser_section.php
external.php MDL-50346 core: Allow sub-directories in template names 2019-08-07 11:44:49 +08:00
icon_system.php MDL-60600 core_output: Clear static icon system cache between unit tests 2017-10-26 14:59:35 +01:00
icon_system_font.php MDL-40759 icons: Peer review fixes (all minor) 2017-03-17 15:52:46 +08:00
icon_system_fontawesome.php MDL-65071 forum: Add sorting in discussion list 2019-05-01 22:10:12 +08:00
icon_system_standard.php MDL-40759 icons: Peer review fixes (all minor) 2017-03-17 15:52:46 +08:00
inplace_editable.php MDL-59368 groups: Peer review fixes 2017-07-12 10:09:09 +08:00
mustache_engine.php MDL-62284 output: prevent nested JS mustache handler calls 2019-09-04 11:22:51 +08:00
mustache_filesystem_loader.php
mustache_helper_collection.php MDL-62284 output: prevent nested JS mustache handler calls 2019-09-04 11:22:51 +08:00
mustache_javascript_helper.php MDL-59380 fragments: Include js from templates 2017-06-27 13:20:32 +08:00
mustache_pix_helper.php MDL-57445 core: allow context variables in pix helper 2017-04-03 11:35:37 +08:00
mustache_quote_helper.php
mustache_shorten_text_helper.php
mustache_string_helper.php
mustache_template_finder.php MDL-50346 core: Allow sub-directories in template names 2019-08-07 11:44:49 +08:00
mustache_template_source_loader.php Merge branch 'MDL-66384-master' of git://github.com/andrewnicols/moodle 2019-08-21 13:25:35 +08:00
mustache_uniqid_helper.php
mustache_user_date_helper.php MDL-58239 core_output: fixed user date helper doc example 2017-04-03 11:37:06 +08:00
notification.php MDL-64820 forum: convert view.php to new rendering 2019-03-22 09:31:21 +08:00
url_rewriter.php