r45545 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45544‎ | r45545 | r45546 >
Date:05:48, 8 January 2009
Author:yaron
Status:deferred
Tags:
Comment:
New version, 0.3.1
Modified paths:
  • /trunk/extensions/ReplaceText/README (modified) (history)
  • /trunk/extensions/ReplaceText/ReplaceText.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/ReplaceText.php
@@ -4,7 +4,7 @@
55 * allow administrators to do a global string find-and-replace on all the
66 * content pages of a wiki.
77 *
8 - * http://www.mediawiki.org/wiki/Extension:Text_Replace
 8+ * http://www.mediawiki.org/wiki/Extension:Replace_Text
99 *
1010 * The special page created is 'Special:ReplaceText', and it provides
1111 * a form to do a global search-and-replace, with the changes to every
@@ -24,7 +24,7 @@
2525 // credits
2626 $wgExtensionCredits['specialpage'][] = array(
2727 'name' => 'Replace Text',
28 - 'version' => '0.4',
 28+ 'version' => '0.3.1',
2929 'author' => 'Yaron Koren',
3030 'url' => 'http://www.mediawiki.org/wiki/Extension:Replace_Text',
3131 'description' => 'A special page that lets administrators run a global search-and-replace',
Index: trunk/extensions/ReplaceText/README
@@ -1,6 +1,6 @@
22 Replace Text Extension
33
4 - Version 0.4
 4+ Version 0.3.1
55 Yaron Koren
66
77 This is free software licenced under the GNU General Public Licence. Please
@@ -11,7 +11,7 @@
1212
1313 Replace Text is an extension to MediaWiki that creates a new special page,
1414 Special:ReplaceText, available to administrators only (defined as anyone
15 -who has 'delete' privileges on pages), that does a text find-and-replace
 15+who has the 'replacetext' privilege), that does a text find-and-replace
1616 on all pages in the wiki, except the Talk pages and the ones in the wiki's
1717 own project namespace. Both the contents of pages and their titles can be
1818 modified. The search is case-sensitive.

Status & tagging log