MDL-63050 cachestore_redis: Update hExists to check empty
[moodle.git] / lib / htmlpurifier / readme_moodle.txt
blob7b85b2f358d595b9ea92b8c13ea79234c3a0aad1
1 Description of HTML Purifier v4.9.3 library import into Moodle
3 * Make new (or delete contents of) /lib/htmlpurifier/
4 * Copy everything from /library/ folder to /lib/htmlpurifier/
5 * Copy CREDITS, LICENSE from root folder to /lib/htmlpurifier/
6 * Delete unused files:
7     HTMLPurifier.auto.php
8     HTMLPurifier.func.php
9     HTMLPurifier.kses.php
10     HTMLPurifier.autoload.php
11     HTMLPurifier.composer.php
12     HTMLPurifier.includes.php
13     HTMLPurifier.path.php
14 * add locallib.php with Moodle specific extensions to /lib/htmlpurifier/
15 * add this readme_moodle.txt to /lib/htmlpurifier/
17 Modifications:
18 * MDL-60337 use correct IDN variant for converting domain names to ascii
19   Check status of https://github.com/ezyang/htmlpurifier/pull/148