Drupal 6.x port
bobthecow - February 2, 2009 - 15:34
| Project: | Taxonomy blacklist |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
This is a Taxonomy Blacklist port to D6.x. After testing on two dev sites, I'm deploying this on a production box. Additional testing would be appreciated.
I've attached a tarball and a patch against Drupal 5.x
| Attachment | Size |
|---|---|
| taxonomy_blacklist-6x.patch | 5.33 KB |
| taxonomy_blacklist-6x.tar_.gz | 8.1 KB |

#1
#2
Works fine so far for me. I especially like the metaphone() check.
There is a small typo in the .info file (drupal 5.x should be 6.x).
Also the menu item appears under 'content' in the admin, I think it should appear under settings.
Some thoughts on how to improve this module:
* blacklisted terms which are used are loggen in watchdog
* ability to send an email to an email-adres or role with notification of used words in context
* (and/or hook into the rules module for this)