CVS messages for Node Find Replace
August 5, 2008
-
added ability to find replace file paths
July 29, 2008
-
Fixed issue #288343 - teasers replaced with full node body
July 26, 2008
-
updated history table so history no longer requires table to have primary key. Now node find replace can support any table so long as you can create a unique key across 3 fields.
May 10, 2008
-
Node Find Replace: /modules/node_find_replace/node_find_replace.info 1.1.2.3 @ DRUPAL-5
Node Find Replace: /modules/node_find_replace/node_find_replace.install 1.1.2.6 @ DRUPAL-5
Node Find Replace: /modules/node_find_replace/node_find_replace.module 1.3.2.7 @ DRUPAL-5Updated install - update runs properly now updated uninstall - removes node_find_replace from system table
April 7, 2008
-
updated db_queries so they are compatible with db_prefix
-
updated db_queries so they are compatible with db_prefix
March 18, 2008
-
Added find replace support for blocks
-
Node Find Replace: /modules/node_find_replace/node_find_replace.install 1.1.2.4 @ DRUPAL-5
Node Find Replace: /modules/node_find_replace/node_find_replace.module 1.3.2.4 @ DRUPAL-5Added support for node teasers. Also altered the history table and changed the history functions. The history can now support any table structure where a unique row can be obtained using thee columns or less as a unique key. Before it only worked for table structures the uses nid and vid. This allows adding support for other tables such as blocks, taxonomy, etc.
March 3, 2008
-
node_find_replace.module: Moved find_replace_menu to admin/content Added checkboxes to find_replace form so user can choose what things to perform find/replace on.
November 2, 2007
-
fixed sql error in uninstall
