moodle/mod/lesson
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
..
backup MDL-65555 mod_lesson: fix group override backup and restore 2019-07-16 11:16:03 +10:00
classes MDL-66877 mod: Fix WebServices returning unfiltered activity names 2019-11-28 17:18:29 +01:00
db MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
lang/en MDL-68309 overrides: clarify inactive overrides help string 2020-04-02 09:57:01 +08:00
pagetypes MDL-35396 lesson: Fix detailed statistics display for essay questions 2019-05-07 13:55:11 +08:00
pix MDL-55327 mod_lesson: Added the ability to duplicate pages. 2016-09-20 10:36:13 +08:00
tests MDL-66109 behat: Require newline at EOF 2020-05-11 11:07:49 +08:00
continue.php MDL-64968 mod_lesson: Style "Yes, I'd like to try again" button. 2019-05-04 11:03:21 +02:00
edit.php MDL-57174 mod_lesson: show settings menu on edit.php page 2016-11-29 10:24:55 +08:00
editpage.php MDL-66228 mod_lesson: ensure return URL parameters are always local. 2019-11-05 13:44:37 +01:00
editpage_form.php
essay.php MDL-65968 notifications: Use f1 size avatars for Push notifications 2019-09-17 16:29:02 +02:00
essay_form.php
format.php MDL-62820 question import: properly escape output 2018-07-04 15:40:50 +08:00
grade.php
import.php MDL-68265 mod_lesson: Switch question import to request dir 2020-03-30 08:14:46 +08:00
import_form.php MDL-65605 mod_lesson: Fix the issue when get_draft_files returns null 2019-05-20 23:43:59 +10:00
index.php MDL-62974 mod_lesson: Minor update to html class. 2019-04-12 11:01:20 +08:00
lesson.php MDL-55327 mod_lesson: Added the ability to duplicate pages. 2016-09-20 10:36:13 +08:00
lib.php MDL-68645 output: Do not apply filters when creating calendar events 2020-05-13 10:03:01 +02:00
locallib.php MDL-66228 mod_lesson: ensure return URL parameters are always local. 2019-11-05 13:44:37 +01:00
mediafile.php MDL-57633 mod_lesson: Move to function the lesson availability checks 2017-01-31 17:01:48 +01:00
mod_form.php MDL-64906 mod: add support for hideif to activity modules 2019-04-02 09:13:09 +01:00
override_form.php MDL-61115 mod_lesson: Lesson overrides to observe group membership 2019-07-03 15:17:22 +02:00
overridedelete.php MDL-61115: mod_lesson: Check if the teacher can access the override 2019-07-03 15:17:22 +02:00
overrideedit.php MDL-61115: mod_lesson: Check if the teacher can access the override 2019-07-03 15:17:22 +02:00
overrides.php MDL-61115 mod_lesson: Lesson overrides to observe group membership 2019-07-03 15:17:22 +02:00
renderer.php MDL-68233 renderers/block: remove illegal uses of $PAGE and $OUTPUT 2020-03-29 15:34:26 +01:00
report.php MDL-65937 mod_lesson: Use new core/checkbox_toggleall 2019-08-02 16:24:56 +08:00
settings.php
tabs.php
timer.js
upgrade.txt MDL-59081 mod_lesson: Add other answer options to questions 2019-03-29 14:14:01 +08:00
version.php MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
view.php MDL-57809 weblib: Added missing NO_OUTPUT_BUFFERING directive. 2017-06-23 09:43:07 +10:00
view_form.php