moodle/completion
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
..
classes MDL-68645 output: Do not apply filters when creating calendar events 2020-05-13 10:03:01 +02:00
criteria MDL-67115 core: php74 params order for implode()/join() 2020-01-19 18:47:07 +01:00
tests MDL-67970 output: use div for content wraping instead of span 2020-03-17 18:16:25 +11:00
completion_aggregation.php
completion_completion.php MDL-58136 cache: Add a course completion cache 2017-06-13 10:03:00 +08:00
completion_criteria_completion.php
data_object.php MDL-55136 data_object: fix param handling in fetch_all_helper 2016-07-06 10:33:06 +01:00
upgrade.txt MDL-65056 completion: Hide checkboxes on course page for teachers 2019-04-19 11:40:00 +02:00