[[PageOutline(2-5,Contents,pullout)]] = Search and replace text in wiki pages == Description 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 together with a log of the changes. You can access the '''Wiki Search and Replace''' form through the ''Admin'' > ''Wiki Replace'' panel. [[Image(AdminPanel.png)]] == Bugs/Feature Requests Existing bugs and feature requests for WikiReplacePlugin are [report:9?COMPONENT=WikiReplacePlugin here]. If you have any issues, create a [/newticket?component=WikiReplacePlugin new ticket]. [[TicketQuery(component=WikiReplacePlugin&group=type,format=progress)]] == 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. == Installation 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 }}} To enable the plugin, add the following to your `trac.ini` file: {{{#!ini [components] wikireplace.* = enabled }}} == Permissions A {{{WIKI_REPLACE}}} permission is available, though anyone with {{{WIKI_ADMIN}}} will also be allowed to replace in pages. == Recent Changes [[ChangeLog(wikireplaceplugin, 3)]] == Author/Contributors '''Author:''' [wiki:miezuit] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:rjollos]