mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-03 12:47:56 +02:00
Release Phorum module 4.0.0.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
@@ -9,7 +9,8 @@ Changelog HTMLPurifier : Phorum Mod
|
|||||||
. Internal change
|
. Internal change
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
Version 3.0.0.1 for Phorum 5.2, unknown release date
|
Version 4.0.0 for Phorum 5.2, released July 9, 2009
|
||||||
|
# Works only with HTML Purifier 4.0.0
|
||||||
! Better installation documentation
|
! Better installation documentation
|
||||||
- Fixed double encoded quotes
|
- Fixed double encoded quotes
|
||||||
- Fixed fatal error when migrate.php is blank
|
- Fixed fatal error when migrate.php is blank
|
||||||
|
@@ -2,6 +2,11 @@
|
|||||||
Install
|
Install
|
||||||
How to install the Phorum HTML Purifier plugin
|
How to install the Phorum HTML Purifier plugin
|
||||||
|
|
||||||
|
0. PREREQUISITES
|
||||||
|
----------------
|
||||||
|
This Phorum module only works on PHP5 and with HTML Purifier 4.0.0
|
||||||
|
or later.
|
||||||
|
|
||||||
1. UNZIP
|
1. UNZIP
|
||||||
--------
|
--------
|
||||||
Unzip phorum-htmlpurifier-x.y.z, producing an htmlpurifier folder.
|
Unzip phorum-htmlpurifier-x.y.z, producing an htmlpurifier folder.
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
* administrators who need to edit other people's comments may be at
|
* administrators who need to edit other people's comments may be at
|
||||||
* risk for some nasty attacks.
|
* risk for some nasty attacks.
|
||||||
*
|
*
|
||||||
* Tested with Phorum 5.2.6.
|
* Tested with Phorum 5.2.11.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Note: Cache data is base64 encoded because Phorum insists on flinging
|
// Note: Cache data is base64 encoded because Phorum insists on flinging
|
||||||
|
@@ -2,7 +2,7 @@ title: HTML Purifier Phorum Mod
|
|||||||
desc: This module enables standards-compliant HTML filtering on Phorum. Please check migrate.bbcode.php before enabling this mod.
|
desc: This module enables standards-compliant HTML filtering on Phorum. Please check migrate.bbcode.php before enabling this mod.
|
||||||
author: Edward Z. Yang
|
author: Edward Z. Yang
|
||||||
url: http://htmlpurifier.org/
|
url: http://htmlpurifier.org/
|
||||||
version: 3.0.0
|
version: 4.0.0
|
||||||
|
|
||||||
hook: format|phorum_htmlpurifier_format
|
hook: format|phorum_htmlpurifier_format
|
||||||
hook: quote|phorum_htmlpurifier_quote
|
hook: quote|phorum_htmlpurifier_quote
|
||||||
|
Reference in New Issue
Block a user