CHANGELOG.txt |
CHANGELOG.txt |
|
6.x-2.5, unknown release date
- Fixed #993276; variable_set() called unconditionally in
_htmlpurifier_load(), patch contributed by catch
6.x-2.4, released 2010-10-23
- Fixed #839490; can't find library from install profile
- Fixed #819728;… |
config-form.css |
config-form.css |
|
.hp-config {}
.hp-config tbody th {text-align:right; padding-right:0.5em; width:40%;}
.hp-config thead {display:none;}
.hp-config .namespace {background:#EDF1F3;}
.hp-config .namespace th {text-align:center;}
.hp-config .verbose… |
htmlpurifier.info |
htmlpurifier.info |
|
name = "HTML Purifier"
description = "Filter that removes malicious HTML and ensures standards compliant output."
core = 6.x
php = 5.0.5 |
htmlpurifier.install |
htmlpurifier.install |
|
|
htmlpurifier.module |
htmlpurifier.module |
|
Implements HTML Purifier as a Drupal filter. |
HTMLPurifier_DefinitionCache_Drupal.php |
HTMLPurifier_DefinitionCache_Drupal.php |
|
|
INSTALL.txt |
INSTALL.txt |
|
PREREQUISITES: Make sure you check HTML Purifier and make sure that you
have fulfilled all of its requirements before running this. Specifically,
you'll need the PHP extension ctype (in almost all PHP distributions),
and it's nice to have… |
sample.php |
config/sample.php |
|
This file is a sample advanced PHP configuration file for the HTML Purifier
filter module. In reality, this file would be named N.php, where N is the
integer identifying the filter this is configuring. The configure page
for HTML Purifier (advanced)… |
TODO.txt |
TODO.txt |
|
TODO List
Non-code
- Add better documentation about what's different about configuring
the PHP and what's configuring the web interface
- Make distinction between module and library clearer
- Link to WYSIWYG editors, research integration… |