You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
739 B
20 lines
739 B
2 years ago
|
Description of HTML Purifier v4.9.3 library import into Moodle
|
||
|
|
||
|
* 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/
|
||
|
|
||
|
Modifications:
|
||
|
* MDL-60337 use correct IDN variant for converting domain names to ascii
|
||
|
Check status of https://github.com/ezyang/htmlpurifier/pull/148
|