Closed (fixed)
Project:
Wordfilter
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 03:31 UTC
Updated:
19 Jun 2009 at 08:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
jaydub commentedWordfilter works using the Drupal filter system. Drupal caches text that has already been filtered so it's likely that you aren't seeing the effect of new words because your content has been filtered previously and subsequent views of the content are not running filters again since the filters are cached.
You can clear your cache using the Devel module or by going to admin/settings/performance and clicking 'Clear cached data'.
However you make a valid point and what should be done in the module is to clear out the cache after words are add/modified/removed from the Wordfilter tables.
Comment #2
jaydub commentedOk my text didn't get posted with the patch...anyways the patch is out of date. next post has the final patch.
Comment #3
jaydub commentedOk here is the correct patch which calls cache_clear_all().
Comment #4
jaydub commentedfixed in CVS
http://drupal.org/cvs?commit=221132
http://drupal.org/cvs?commit=221130