Active
Project:
Rep[lacement]Tags
Version:
master
Component:
Code / API
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 May 2009 at 23:00 UTC
Updated:
21 Jan 2010 at 03:25 UTC
Generate a view with links to nodes where a given $reptag$ occurs.
Comments
Comment #1
profix898 commentedRight now, we are using preg_replace to perform the replacement operation and its not possible to know, which tags are actually used. Do you have an idea how such a list could easily be generated?
Comment #2
webel commentedif you know what tag you are targeting, you could - before replacement - search for hits (preempting what will be replaced) and record which nodes would require a replacement, then perform the actual replacement. Make the replacement sweep a bit slower of course.