moodle/mod/data
Andrew Nicols 035d818dd3 MDL-76866 mod_data: Disable the HTML editor to insert partial HTML
This test is adding table rows into an HTML editor and, quite rightly,
is failing under TinyMCE.

This only worked under Atto because Atto does not perform any HTML
validation. A user would not actually be able to insert the template
content this way, and therefore the test is/was invalid.

This change disables the HTML editor before inserting the template
content, which resembles the actions of a real user.
2023-03-29 20:33:47 +08:00
..
amd MDL-77275 mod_data: Template reset button changes 2023-03-13 07:35:44 +01:00
backup
classes Merge branch 'MDL-76360-master' of https://github.com/laurentdavid/moodle 2023-03-23 18:33:49 +01:00
db MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-11-28 14:43:04 +08:00
field MDL-76866 mod_data: Editors should have data-fieldtype attrib 2023-03-29 20:33:47 +08:00
lang/en MDL-77275 mod_data: Template reset button changes 2023-03-13 07:35:44 +01:00
pix NOBUG: Fixed SVG browser compatibility 2022-10-28 14:09:34 +02:00
preset MDL-75498 mod_data: add new tags to presets 2023-01-30 12:01:22 +01:00
templates MDL-77275 mod_data: Template reset button changes 2023-03-13 07:35:44 +01:00
tests MDL-76866 mod_data: Disable the HTML editor to insert partial HTML 2023-03-29 20:33:47 +08:00
css.php MDL-75149 mod_data: add preview to presets 2022-09-14 12:30:13 +02:00
data.js MDL-75289 mod_data: Implement prototyped tertiary nav 2022-10-31 15:24:13 +01:00
deprecatedlib.php MDL-71144 mod_data: Deprecate data_get_completion_state() 2021-04-22 10:08:10 +10:00
edit.php MDL-76357 theme: Make sticky footer more prominent 2023-01-26 13:11:18 +01:00
export.php MDL-75597 mod_data: content max width 2022-10-19 17:07:14 +02:00
export_form.php MDL-69422 mod_data: Export form accessibility fixes 2020-11-27 23:21:02 +08:00
field.php MDL-76360 mod_data: Field page layout improvement 2023-03-23 12:02:14 +01:00
import.php MDL-75597 mod_data: content max width 2022-10-19 17:07:14 +02:00
import_form.php MDL-71913 mod_data: Add tertiary navigation 2021-10-13 11:05:29 +08:00
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
js.php MDL-75149 mod_data: add preview to presets 2022-09-14 12:30:13 +02:00
lib.php Merge branch 'MDL-76066-master' of https://github.com/aanabit/moodle 2023-02-09 10:27:00 +08:00
locallib.php MDL-76365 mod_data: Fix export with empty template 2022-11-22 12:07:57 +07:00
mod_form.php MDL-69805 mod_data: Freeze comment field if comments disabled 2020-09-30 15:47:16 +02:00
preset.php MDL-75492 mod_data: Remove redirection messages on preset apply process 2022-11-16 09:08:26 +01:00
preset_form.php MDL-75188 mod_data: Move import preset for to a modal 2022-10-27 18:32:23 +02:00
renderer.php MDL-76360 mod_data: Field page layout improvement 2023-03-23 12:02:14 +01:00
rsslib.php MDL-75146 mod_data: Fix comments raised during int-review 2022-07-22 07:27:40 +02:00
settings.php
styles.css MDL-75492 mod_data: Show mapping dialog 2022-11-16 09:08:26 +01:00
tabs.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
templates.php MDL-77008 mod_data: require sesskey to reset module templates. 2023-03-08 00:54:14 +00:00
upgrade.txt MDL-75498 mod_data: add extra tags to templates 2023-01-30 12:01:20 +01:00
version.php MDL-76403 versions: bump all versions and requires near release 2022-11-23 09:45:23 +08:00
view.php MDL-75337 mod_data: Single button - mod_data changes 2023-01-24 06:01:35 +01:00