Downloads
Download tar.gz
12.38 KB
MD5: b8b7d8e795e7b8c07436ffe002d38524
SHA-1: 6a6212921de2c0ba7d1d512408510425e7e16e33
SHA-256: afceecd239de153310c5293aac0f3bc772b3fe0783cc9149717fe72ece984b55
Download zip
13.8 KB
MD5: cc374e873206e722e1b5da19b2b512b1
SHA-1: 1eb3bf0356318ccffc9fadb4fab6b3391980892d
SHA-256: 379c11550489224d8d7a4410b9c1d6e53ae41c9a0b9c6d40c32b4965069bdc14
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.