Releases for Node Find Replace
node_find_replace 5.x-1.5
First released: February 20, 2009 - 11:42
Size: 10.38 KB
md5_file hash: dd4d5905aee092ec2b660f3b026c62f2
Last updated: February 20, 2009 - 11:45
Added ability to use empty string for replacement as suggested in issue 377164
node_find_replace 5.x-1.4
First released: February 19, 2009 - 15:38
Size: 10.37 KB
md5_file hash: 1b8b496a83f249af920f1087d47d4a14
Last updated: February 20, 2009 - 19:45
node_find_replace 5.x-1.3
First released: July 26, 2008 - 14:09
Size: 10.2 KB
md5_file hash: dee5e7c1d063cd3212ae9f765110fd3f
Last updated: July 26, 2008 - 14:10
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
First released: May 10, 2008 - 05:06
Size: 10.23 KB
md5_file hash: 31116a6b2650e5cfb4b2796161b0141e
Last updated: May 10, 2008 - 05:10
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
Updated install and uninstall
Note: Install is not running update properly. After installing you must run update.php, and select version 1 from the node_find_replace dropdown. This update is safe to run multiple times.
It will just give you errors if you run it after it has already been run. Otherwise it will return success.
node_find_replace 5.x-1.1
First released: April 7, 2008 - 16:49
Size: 10.25 KB
md5_file hash: 33fa1306361129d51452d094ce2e205d
Last updated: April 7, 2008 - 16:50
Updated db_query(s) so they are compatible with db_rewrite
node_find_replace 5.x-1.0
First released: March 18, 2008 - 10:14
Size: 10.25 KB
md5_file hash: 0d732469f6525f6dd4f9c64a0e059ca6
Last updated: March 18, 2008 - 10:15
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
First released: March 2, 2008 - 08:16
Size: 8.9 KB
md5_file hash: a4fc42a5d21303df43cb6349f322234e
Last updated: March 2, 2008 - 08:20
Ported 5.0 version back to 4.7. Lots of bug fixes, CCK and Revision Support.
node_find_replace 5.x-1.x-dev
First released: November 2, 2007 - 01:35
Size: 10.39 KB
md5_file hash: ba64a0308e6b8de5385c0d7604b87c06
Last updated: February 20, 2009 - 00:13
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:
- Case sensitive
- Includes undo redo functionality
- Replacements occur across revisions
- Can replace title,body,teaser and most cck fields
- Can be used to swap out views in cck nodes with embeded views
Replacement history is stored in a separate table which stores the hid,nid,vid,search_table,search_field,search_string,replace_string,old_value and new_value.
This allows the undo/redo to be universal for all node types so it is easy to add support for more node types.
This also allows the undo redo functionality to only affect items that were replaced originally.
For instance take the string Cat cat, replacing Cat with cat would yield the string cat cat.
Undoing this operation will only effect items that were changed and sets them back to the original value of Cat cat.
node_find_replace 4.7.x-1.0
First released: October 6, 2007 - 13:38
Size: 8.9 KB
md5_file hash: 815c7f674ebf65717e007dae034ab355
Last updated: October 6, 2007 - 13:40
Added basic CCK support
Made minor optimizations
node_find_replace 4.7.x-1.x-dev
First released: October 5, 2007 - 11:00
Size: 8.77 KB
md5_file hash: 414c8bdcc34270cfa8aa3751ac885361
Last updated: October 13, 2007 - 00:04
Initial release - Add global find replace for nodes. Find/Replaces are case sensitive and can be undone/redone.
