| Server IP : 172.67.187.206 / Your IP : 162.159.115.41 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/myschool/triamudom/tuprblearn/lib/htmlpurifier/ |
Upload File : |
Description of HTML Purifier v4.10.0 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
HTMLPurifier.autoload-legacy.php
* add locallib.php with Moodle specific extensions to /lib/htmlpurifier/
* add this readme_moodle.txt to /lib/htmlpurifier/
Modifications:
(verify if we need to apply them on every upgrade, remove when not needed)
* MDL-60337 use correct IDN variant for converting domain names to ascii
Check status of https://github.com/ezyang/htmlpurifier/pull/148
* MDL-67030 applied https://github.com/ezyang/htmlpurifier/pull/224 towards
php74 compatibility.
* MDL-67115 applied https://github.com/ezyang/htmlpurifier/pull/243 towards
php74 compatibility.