2017-09-21 13:25:02 +08:00
|
|
|
Description of HTML Purifier v4.9.3 library import into Moodle
|
2007-04-18 21:52:03 +00:00
|
|
|
|
2015-09-30 11:53:46 +08:00
|
|
|
* Make new (or delete contents of) /lib/htmlpurifier/
|
|
|
|
* Copy everything from /library/ folder to /lib/htmlpurifier/
|
|
|
|
* Copy CREDITS, LICENSE from root folder to /lib/htmlpurifier/
|
|
|
|
* Delete unused files:
|
|
|
|
HTMLPurifier.auto.php
|
|
|
|
HTMLPurifier.func.php
|
|
|
|
HTMLPurifier.kses.php
|
|
|
|
HTMLPurifier.autoload.php
|
|
|
|
HTMLPurifier.composer.php
|
|
|
|
HTMLPurifier.includes.php
|
|
|
|
HTMLPurifier.path.php
|
|
|
|
* add locallib.php with Moodle specific extensions to /lib/htmlpurifier/
|
|
|
|
* add this readme_moodle.txt to /lib/htmlpurifier/
|
2017-10-03 18:03:12 +08:00
|
|
|
|
|
|
|
Modifications:
|
|
|
|
* MDL-60337 use correct IDN variant for converting domain names to ascii
|
|
|
|
Check status of https://github.com/ezyang/htmlpurifier/pull/148
|