Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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.

Mass Apply Filter Admin Screenshot

Project information