node_find_replace 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-5.x-1.5.tar.gz | 10.38 KB | dd4d5905aee092ec2b660f3b026c62f2 |
| node_find_replace-5.x-1.5.zip | 11.36 KB | 1174cb4cc29590bba502463362a29cb7 |
Release notes
Added ability to use empty string for replacement as suggested in issue 377164
node_find_replace 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-5.x-1.4.tar.gz | 10.37 KB | 1b8b496a83f249af920f1087d47d4a14 |
| node_find_replace-5.x-1.4.zip | 11.35 KB | 95d20213fdcb528fd231a6dcc6b9b4fc |
node_find_replace 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-5.x-1.3.tar.gz | 10.2 KB | dee5e7c1d063cd3212ae9f765110fd3f |
| node_find_replace-5.x-1.3.zip | 11.2 KB | 3b24e75bb704e0fc1bee3b44e354ee0e |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-5.x-1.2.tar.gz | 10.23 KB | 31116a6b2650e5cfb4b2796161b0141e |
| node_find_replace-5.x-1.2.zip | 11.23 KB | ffc4b07bd6da71efad7d67b45951fc51 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-5.x-1.1.tar.gz | 10.25 KB | 33fa1306361129d51452d094ce2e205d |
| node_find_replace-5.x-1.1.zip | 11.23 KB | 2a21a1a8ca2b506ecb87197272e65d04 |
Release notes
Updated db_query(s) so they are compatible with db_rewrite
node_find_replace 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-5.x-1.0.tar.gz | 10.25 KB | 0d732469f6525f6dd4f9c64a0e059ca6 |
| node_find_replace-5.x-1.0.zip | 11.22 KB | 0bf372ee45ec09657d88c18ff8e0d5ff |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-4.7.x-1.1.tar.gz | 8.9 KB | a4fc42a5d21303df43cb6349f322234e |
| node_find_replace-4.7.x-1.1.zip | 9.58 KB | c3a663ba1b530b314e2aa0064356dd2c |
Release notes
Ported 5.0 version back to 4.7. Lots of bug fixes, CCK and Revision Support.
node_find_replace 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-5.x-1.x-dev.tar.gz | 10.5 KB | 11b11cf506a2eee39a97435af7784c98 |
| node_find_replace-5.x-1.x-dev.zip | 11.23 KB | 2af8c9fa1d6601b58067eebb33027f13 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-4.7.x-1.0.tar.gz | 8.9 KB | 815c7f674ebf65717e007dae034ab355 |
| node_find_replace-4.7.x-1.0.zip | 9.58 KB | fb006db8d0df4aae48b611123882f613 |
Release notes
Added basic CCK support
Made minor optimizations
node_find_replace 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| node_find_replace-4.7.x-1.x-dev.tar.gz | 8.77 KB | 199f77b4ab90f9cb3c7449c96c78b67a |
| node_find_replace-4.7.x-1.x-dev.zip | 9.38 KB | c1b01bcd43e6a97d9c812c131d48e123 |
Release notes
Initial release - Add global find replace for nodes. Find/Replaces are case sensitive and can be undone/redone.