CHANGELOG.txt |
CHANGELOG.txt |
|
5.x-1.5, released 2009-12-12
- Added support for SafeEmbed and SafeObject by yhager, fixes #593346
5.x-1.4, released 2008-10-11
- Bugfix release
- Fix regression with DefinitionCache and Drupal's caching system. Thanks mfb!
- Check for HTML… |
htmlpurifier.info |
htmlpurifier.info |
|
name = "HTML Purifier"
description = "Filter that removes malicious HTML and ensures standards compliant output." |
htmlpurifier.install |
htmlpurifier.install |
|
|
htmlpurifier.module |
htmlpurifier.module |
|
|
HTMLPurifier_DefinitionCache_Drupal.php |
HTMLPurifier_DefinitionCache_Drupal.php |
|
|
INSTALL.txt |
INSTALL.txt |
|
* Place the htmlpurifier folder in your drupal modules directory.
* Download HTML Purifier. If your host is running PHP 4, you will need to
install the 2.1 series; please see this URL:
http://htmlpurifier.org/download.html#PHP4
If… |
TODO.txt |
TODO.txt |
|
TODO List
1.0
- HTML Purifier should maintain its own cache of text
- Integrate ConfigForm with filter configuration. Considerations:
+ CSS and JavaScript need to be integrated properly, CSS might look ugly
- Add warning note about caching
-… |