CHANGELOG.txt |
CHANGELOG.txt |
|
7.x-1.0, unknown release date
- Ported to 7.x, ticket #804240. Thanks David_Rothstein for contributing
the initial patch, and Gábor Hojtsy for helping with various other aspects.
- Removed double caching logic, due to changes in internal caching
… |
config-form.css |
config-form.css |
|
.hp-config {}
.hp-config a {text-decoration: underline;}
.hp-config a label {cursor: pointer;}
.hp-config th {text-transform: none;}
.hp-config td label {margin-right: 0.3em;}
.hp-config label {display: inline;}
.hp-config tbody th {text-align:right;… |
htmlpurifier.admin.inc |
htmlpurifier.admin.inc |
|
Administrative page callbacks for the HTML Purifier module. |
htmlpurifier.api.php |
htmlpurifier.api.php |
|
API documentation for the HTML Purifier module. |
htmlpurifier.info |
htmlpurifier.info |
|
name = "HTML Purifier"
description = "Filter that removes malicious HTML and ensures standards compliant output."
core = 7.x
files[] = htmlpurifier.install
files[] = htmlpurifier.module
files[] = htmlpurifier.admin.inc
files[] =… |
htmlpurifier.install |
htmlpurifier.install |
|
Install, update and uninstall functions for the HTML Purifier module. |
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… |