mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-04-06 03:24:36 +00:00
Release Phorum module 4.0.0.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
parent
2b72d0445f
commit
af45a6c191
plugins/phorum
@ -9,7 +9,8 @@ Changelog HTMLPurifier : Phorum Mod
|
||||
. 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
|
||||
- Fixed double encoded quotes
|
||||
- Fixed fatal error when migrate.php is blank
|
||||
|
@ -2,6 +2,11 @@
|
||||
Install
|
||||
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
|
||||
--------
|
||||
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
|
||||
* 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
|
||||
|
@ -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.
|
||||
author: Edward Z. Yang
|
||||
url: http://htmlpurifier.org/
|
||||
version: 3.0.0
|
||||
version: 4.0.0
|
||||
|
||||
hook: format|phorum_htmlpurifier_format
|
||||
hook: quote|phorum_htmlpurifier_quote
|
||||
|
Loading…
x
Reference in New Issue
Block a user