Posted by jaydub on May 12, 2010 at 6:24am
| Download | Size | md5 hash |
|---|---|---|
| wordfilter-6.x-1.1.tar.gz | 12.38 KB | b8b7d8e795e7b8c07436ffe002d38524 |
| wordfilter-6.x-1.1.zip | 13.8 KB | cc374e873206e722e1b5da19b2b512b1 |
Last updated: December 25, 2010 - 00:12
Release notes
Changes since DRUPAL-6--1-0:
- #797208 Fix for security advisory SA-CONTRIB-2010-043. Wrapped filtered word and replacement word in check_plain on admin pages and on block to address possible XSS issue.
- #691316 Used better text placeholder in worfilter testing message. Thanks to mr.baileys.
- #637340 Implemented a template preprocessing hook for the forum module
template_preprocess_forum_topic_list() hook in order to allow for filtering of forum topic titles on forum topic list pages. - #553996 Added logic to only filter node/comment titles if the input format of the node/comment's parent node has the wordfilter filter enabled.
- Coding standards cleanup.
- Added function comments to hook_update_N implementations.