r40993 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40992‎ | r40993 | r40994 >
Date:16:29, 18 September 2008
Author:yaron
Status:old
Tags:
Comment:
New version: 0.2.7
Modified paths:
  • /trunk/extensions/ReplaceText/README (modified) (history)
  • /trunk/extensions/ReplaceText/ReplaceText.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/ReplaceText.php
@@ -16,7 +16,7 @@
1717 * the page provides a warning prompt to the user before doing the
1818 * replacement, since it is not easily reversible.
1919 *
20 - * @version 0.2.6
 20+ * @version 0.2.7
2121 * @author Yaron Koren
2222 */
2323
@@ -25,7 +25,7 @@
2626 // credits
2727 $wgExtensionCredits['specialpage'][] = array(
2828 'name' => 'Replace Text',
29 - 'version' => '0.2.6',
 29+ 'version' => '0.2.7',
3030 'author' => 'Yaron Koren',
3131 'url' => 'http://www.mediawiki.org/wiki/Extension:Replace_Text',
3232 '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.2.5
 4+ Version 0.2.7
55 Yaron Koren
66
77 This is free software licenced under the GNU General Public Licence. Please