moodle/mod/data
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-57455 mod_data: performance improvement for tags backup/restore 2017-10-12 16:59:16 +08: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
field MDL-68239 mod_data: make required icon in multimenu visible 2020-04-03 12:15:54 +02:00
lang/en MDL-66592 analytics: Split text and link 2019-11-07 08:25:35 +08:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
preset/imagegallery MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
tests MDL-66109 behat: Require newline at EOF 2020-05-11 11:07:49 +08:00
css.php MDL-44154 mod_data: unified @package use 2014-02-18 11:22:41 +13:00
data.js MDL-45427 mod_data: Inserting tags into templates. 2016-05-25 15:24:41 +08:00
edit.php MDL-64506 templates: BS2 m-x-x to BS4 mx-x 2019-04-03 19:47:11 +08:00
export.php MDL-62944 mod_data: Action menu missing from database pages 2018-08-31 10:15:32 +01:00
export_form.php MDL-57455 mod_data: moved export tag checkbox and set default 2017-10-18 16:03:17 +08:00
field.php MDL-66434 mod_data: Align 'Field description' field as all other fields. 2019-08-30 07:58:52 +02:00
import.php MDL-66496 mod_data: Make import functionality testable 2019-10-04 19:34:53 +02:00
import_form.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
index.php MDL-44321 events: cleaning up course_module_instance_list_viewed event 2014-02-28 16:36:09 +08:00
js.php MDL-52835 mod_data: Correct MIME type for JS template 2016-01-22 09:51:08 +11:00
lib.php MDL-66496 mod_data: Fixes during integration 2019-10-17 12:20:54 +08:00
locallib.php MDL-68645 output: Do not apply filters when creating calendar events 2020-05-13 10:03:01 +02:00
mod_form.php MDL-64906 mod: add support for hideif to activity modules 2019-04-02 09:13:09 +01:00
preset.php MDL-66679 Forms: Submit button remains disabled after file download 2019-10-30 16:36:28 +00:00
preset_form.php MDL-38892 data module: Fixed action setType to use PARAM_ALPHANUM 2013-04-24 13:49:09 +08:00
renderer.php MDL-64506 templates: BS2 m-x-x to BS4 mx-x 2019-04-03 19:47:11 +08:00
rsslib.php MDL-55255 mod_data: prevent direct script access to lib files. 2016-07-25 09:39:57 +01:00
settings.php
styles.css MDL-57455 mod_data: Implement tagging 2017-10-12 16:59:14 +08:00
tabs.php
templates.php MDL-62944 mod_data: Action menu missing from database pages 2018-08-31 10:15:32 +01:00
upgrade.txt MDL-64656 core_tag: Return tags in modules and blog 2019-04-11 10:20:44 +02:00
version.php MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
view.php MDL-66874 mod_data: Explicitly add btn-secondary class to select all 2019-10-14 11:27:19 +08:00