MDL-62491 core_privacy: Add html files to the user data export.

This adds html to the data export that allows for easier navigation
and reading of data.
This commit is contained in:
Adrian Greeve 2018-09-14 10:22:14 +08:00
parent 129783b98c
commit e90a0a7415
12 changed files with 1321 additions and 11 deletions

View file

@ -13,4 +13,6 @@ Description of import of various jQuery libraries into Moodle:
5/ open http://127.0.0.1/lib/tests/other/jquerypage.php
6/ Update the version of jquery in core_privacy\local\request\moodle_content_writer::write_html_data()
Petr Skoda

View file

@ -2,3 +2,4 @@ Description of import into Moodle:
// Download from https://requirejs.org/docs/download.html
// Put the require.js and require.min.js and LICENSE file in this folder.
// Check if MDL-60458 workaround can be removed.
// Check that core_privacy\local\request\moodle_content_writer::write_html_data() does not need to be updated.