moodle/completion/classes
David Mudrák 005b00dd9b MDL-68645 output: Do not apply filters when creating calendar events
Applying filters on an activity module description when using it as a
new calendar event's description is bad m'kay? We need to store the raw
text and apply the filters only when we actually display the text. That
way, filters (such as multi-language content) may actually fully work
and we do not initialise the theme and output machinery.

Additionally, we need to explicitly set the format of the description
text to HTML (because we have converted it to it already). Otherwise it
defaults to the current user's preferred editor format.

This is still a pragmatic hot-fix solution. The proper solution would be
to pass the raw text, format and embedded files.
2020-05-13 10:03:01 +02:00
..
privacy MDL-64782 core_completion: Performance improvement 2019-04-23 17:01:48 +10:00
api.php MDL-68645 output: Do not apply filters when creating calendar events 2020-05-13 10:03:01 +02:00
bulkedit_form.php MDL-58138 completion: mform wants 0-based indexes for arrays 2017-04-20 13:49:56 +08:00
defaultedit_form.php MDL-58138 completion: Fixes for a number of small issues. 2017-04-19 11:41:57 +08:00
edit_base_form.php MDL-61205 completion: allow expected completion to support time 2018-01-11 21:30:13 -05:00
external.php Merge branch 'MDL-64528-master' of https://github.com/mackensen/moodle 2019-01-30 21:21:26 +01:00
manager.php MDL-59287 core_completion: Bulk completion now updates events. 2017-07-10 09:40:02 +08:00
progress.php MDL-64898 core_completion: no progress for untracked users 2019-03-15 14:32:50 +11:00