node_find_replace 5.x-1.5

New features

Added ability to use empty string for replacement as suggested in issue 377164

node_find_replace 5.x-1.3

Fixed the install so you no longer have to run update after installing.
Added uninstall support.

History now properly supports tables that do not have primary keys.

node_find_replace 5.x-1.2

Bug fixes

The node_find_replace module allows global case-sensitive find replace on node content.
This module keeps a history snapshot so that you can undo / redo replaces

Undo/Redo only effects items in the snapshot - new nodes aren't effected

Currently works on
Node Title
Node Body
Node Teaser
CCK Node Titles
CCK Node Text

node_find_replace 5.x-1.0

Added undo/redo support for blocks

Updated the History Table so that any 3 columns can be used as a primary key. Previously the history table used nid and vid which only works for nodes and revisions.

TODO:
This module will be refactored to use hooks, and all current find / replace functions will be moved to seperate modules.
The find / replace API will be simplified to make it easy for additional support to be added.

Currently it is pretty easy to add support for additional items, so I am not sure how soon I will get to this.

node_find_replace 4.7.x-1.1

Bug fixes

Ported 5.0 version back to 4.7. Lots of bug fixes, CCK and Revision Support.

node_find_replace 5.x-1.x-dev

New features

This module is currently considered alpha and should be used by brave souls. Please back up your database prior to using this module and report your experience.
I have only done minimal testing, but it has worked as expected when I needed it.

This module allows you to find/replace node content. Currently it works with both standard and cck nodes.
Features:

node_find_replace 4.7.x-1.x-dev

Initial release - Add global find replace for nodes. Find/Replaces are case sensitive and can be undone/redone.

Subscribe with RSS Subscribe to Releases for Node Find Replace