[[PageOutline(2-5,Contents,pullout)]] = Search and replace text in wiki pages = == Overview == This plugin allows you to search and replace text in wiki pages. It is based on the WikiRenamePlugin. After replacing a new version of the wiki page is created with a log of the changes. You can access the '''Wiki Search and Replace''' form through the ''Admin'' > ''Wiki Replace'' panel. [[Image(AdminPanel.png)]] == Script == A script named {{{trac-wikireplace}}} will automatically be installed. To use it: {{{ #!sh trac-wikireplace old-text new-text wiki-page ... /path/to/trac/env }}} == Permissions == A {{{WIKI_REPLACE}}} permission is available, though anyone with {{{WIKI_ADMIN}}} will also be allowed to replace in pages. == Configuration == To enable the plugin: {{{ #!ini [components] wikireplace.* = enabled }}} == Bugs/Feature Requests == Existing bugs and feature requests for WikiReplacePlugin are [report:9?COMPONENT=WikiReplacePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiReplacePlugin&owner=miezuit new ticket]. == Download == Download the zipped source from [download:wikireplaceplugin here]. == Source == You can check out WikiReplacePlugin from [http://trac-hacks.org/svn/wikireplaceplugin here] using Subversion, or [source:wikireplaceplugin browse the source] with Trac. == Recent Changes == [[ChangeLog(wikireplaceplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:miezuit] [[BR]] '''Maintainer:''' [wiki:miezuit] [[BR]] '''Contributors:''' [wiki:rjollos]