Mass Apply Filter
Categories
Component ID
1526324
Component name
Mass Apply Filter
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Due to necessity I coded up this small custom module. Hopefully this can be helpful to someone else needing the same solution. This was a solution to my problem of migrating away from using wikitext filters on my 'wiki' content type. This ran each of the nodes through the PEARWiki filter and then saved the html back to the $node->body while updating the format so that it displays as html.
This module will run all nodes of a specified content type through a specified filter. It can also update the format property of the nodes it is processing. It saves this updated information back to the database.
Because I have over 1500 nodes I am running through this module I implemented the batch API.

