Releases for HTML Purifier

htmlpurifier 6.x-2.0

ezyang - July 10, 2009 - 00:03
Official release from CVS tag: DRUPAL-6--2-0
First released: July 10, 2009 - 00:03
Download: htmlpurifier-6.x-2.0.tar.gz
Size: 12.94 KB
md5_file hash: ffc725f039859a2b4187ccd6cea0d71e
Last updated: July 10, 2009 - 00:05
View usage statistics for this release

Made the module compatible with HTML Purifier 4.0.0, check out the HTML Purifier news page for new features in this version.

htmlpurifier 5.x-1.4

ezyang - October 11, 2008 - 06:37
Official release from CVS tag: DRUPAL-5--1-4
First released: October 11, 2008 - 06:37
Download: htmlpurifier-5.x-1.4.tar.gz
Size: 11.65 KB
md5_file hash: 61f9ff69493e5c1f31550d89258dbed7
Last updated: October 11, 2008 - 06:40
View usage statistics for this release

Fix some PHP4 syntax errors.

htmlpurifier 6.x-1.0

ezyang - May 19, 2008 - 02:49
Official release from CVS tag: DRUPAL-6--1-0
First released: May 19, 2008 - 02:49
Download: htmlpurifier-6.x-1.0.tar.gz
Size: 12.94 KB
md5_file hash: 4f2e6a2bd771a706502e9681463ed2f4
Last updated: May 19, 2008 - 02:50
View usage statistics for this release

This is the first release of the HTML Purifier module compatible with Drupal 6.x! HTML Purifier 3.1.0 is required with this release.

The most prominent new feature is the revamped system for configuring HTML Purifier. Whereas the 5.x version has a few ad hoc form elements for some of the most common configurations, 6.x lets you access all of HTML Purifier's directives with a variety of methods. You can still use the simple form (which has been extended and expanded), the advanced form (which contains all web-editable configuration options in HTML Purifier) and the advanced PHP file system (which lets you perform extremely complex customizations to HTML Purifier).

The version also boasts a cache for HTML Purifier which prevents cache slams from filter's pitifully small three day expiration period, and an improved install and uninstall system.

htmlpurifier 5.x-1.3

ezyang - May 12, 2008 - 19:27
Official release from CVS tag: DRUPAL-5--1-3
First released: May 12, 2008 - 19:27
Download: htmlpurifier-5.x-1.3.tar.gz
Size: 11.29 KB
md5_file hash: 7c726e45234ee0d157de80a154f42fec
Last updated: May 12, 2008 - 19:30
View usage statistics for this release

Note for PHP4 users: HTML Purifier has officially dropped support for PHP4 entirely, so we no longer support this module on PHP4 either.

(This is a bugfix release for 5.x-1.2, fixing a fatal error on the configure page with early versions of HTML Purifier. Otherwise, it is identical to 5.x-1.2)

Barring any major bugs or security problems, this is the last release for Drupal 5.x. There were some complaints about not being able to do essentials such as restrict allowed tags, and the whatnot, so I bolted on, using Drupal's forms API, some extra configuration options for you all to fiddle around with. Namely:

  • Allowed HTML elements and attributes
  • Forbidden HTML elements and attributes (requires HTML Purifier 3.1.0rc1 or later!)
  • Autoparagraphing and linkification (enabled by default)

Also, those of you who didn't follow my advice and uninstall/reinstall HTML Purifier when we released 5.x-1.1 will be happy to know that the installer will now take care of that automatically (untested for PostgreSQL, though, although it should work.) Also, there's a minor bugfix with regards to the YouTube filter.

htmlpurifier 5.x-1.2

ezyang - May 11, 2008 - 20:04
Official release from CVS tag: DRUPAL-5--1-2
First released: May 11, 2008 - 20:04
Download: htmlpurifier-5.x-1.2.tar.gz
Size: 11.24 KB
md5_file hash: 25c33697212fd13bc0ba560d06ddd24d
Last updated: May 11, 2008 - 20:05
View usage statistics for this release

Ok, so we lied... this is truly the final release for Drupal 5.x. There were some complaints about not being able to do essentials such as restrict allowed tags, and the whatnot, so I bolted on, using Drupal's forms API, some extra configuration options for you all to fiddle around with. Namely:

  • Allowed HTML elements and attributes
  • Forbidden HTML elements and attributes (requires HTML Purifier 3.1.0rc1 or later!)
  • Autoparagraphing and linkification (enabled by default)

Also, those of you who didn't follow my advice and uninstall/reinstall HTML Purifier when we released 5.x-1.1 will be happy to know that the installer will now take care of that automatically (untested for PostgreSQL, though, although it should work.) Also, there's a minor bugfix with regards to the YouTube filter.

Once again, keep your eyes peeled for a Drupal 6.x release, which will probably be synchronized with HTML Purifier 3.1.0 final and will let access all of HTML Purifier's configuration directives as well as improved user-friendliness.

htmlpurifier 5.x-1.1

ezyang - April 25, 2008 - 03:29
Official release from CVS tag: DRUPAL-5--1-1
First released: April 25, 2008 - 03:29
Download: htmlpurifier-5.x-1.1.tar.gz
Size: 9.55 KB
md5_file hash: 116b2b7ec22ff522a435c3be4db2ecae
Last updated: April 25, 2008 - 03:30
View usage statistics for this release

At long last, HTML Purifier Drupal module is officially released. Curiously enough, this is also the last release... for Drupal 5.x, at least!

New features:

  • HTML Purifier maintains its own cache of filtered text. This alleviates a large performance problem with the previous version, in which cache_filter's low expiry caused periodic cache slams as large amounts of purified text was invalidated and re-purified. However, this also means that you must not place a dynamic filter before the HTML Purifier filter.
  • HTML Purifier uses Drupal's cache system for definition caching; no filesystem writing necessary!

Active development is taking place in the HEAD towards a 6.x-2.x release, with lots of goodies such as advanced configuration and improved Drupal integration, so stay tuned, and go upgrade!

Note for previous dev users: Please uninstall and then reinstall HTML Purifier in order to generate the necessary cache tables. Thanks!

htmlpurifier 6.x-1.x-dev

ezyang - April 24, 2008 - 22:02
Nightly development snapshot from CVS branch: HEAD
First released: April 24, 2008 - 22:02
Download: htmlpurifier-6.x-1.x-dev.tar.gz
Size: 14.97 KB
md5_file hash: 5815e5744984fc1b60f47d04fde41e6c
Last updated: October 23, 2009 - 00:14
View usage statistics for this release

Development releases for those of you who like to live on the edge. Active development is occuring in this branch.

Warning: This release is unpublished for a reason: it does not work with the latest HTML Purifier 3.1.0rc1. It does work, however, with the trunk version of HTML Purifier, which can be acquired via Subversion or via the Nightlies. This version of HTML Purifier is not compatible with PHP4. This module will work with HTML Purifier 3.1.0, once it is released.

htmlpurifier 5.x-1.x-dev

ezyang - December 8, 2007 - 00:50
Nightly development snapshot from CVS branch: DRUPAL-5
First released: December 8, 2007 - 00:50
Download: htmlpurifier-5.x-1.x-dev.tar.gz
Size: 11.65 KB
md5_file hash: e94f0ce99d22ce6a6117d876584a5a11
Last updated: June 5, 2008 - 00:05
View usage statistics for this release

Development release for Drupal 5.x. New features may or may not get added to this branch.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.