r45873 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45872‎ | r45873 | r45874 >
Date:16:21, 18 January 2009
Author:yaron
Status:deferred
Tags:
Comment:
Improved explanation
Modified paths:
  • /trunk/extensions/ReplaceText/README (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/README
@@ -38,6 +38,11 @@
3939 line to your 'LocalSettings.php' file:
4040
4141 require_once( "$IP/extensions/ReplaceText/ReplaceText.php" );
 42+
 43+In order to perform replacements, you must have the 'replacetext' permssion;
 44+if you are an administrator on your wiki, the easiest way to do this is to
 45+also add the following line:
 46+
4247 $wgGroupPermissions['sysop']['replacetext'] = true;
4348
4449 == Contact ==

Status & tagging log