r82213 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82212‎ | r82213 | r82214 >
Date:03:12, 16 February 2011
Author:yaron
Status:deferred
Tags:
Comment:
New version: 0.9
Modified paths:
  • /trunk/extensions/ReplaceText/README (modified) (history)
  • /trunk/extensions/ReplaceText/ReplaceText.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/ReplaceText.php
@@ -23,7 +23,7 @@
2424 $wgExtensionCredits['specialpage'][] = array(
2525 'path' => __FILE__,
2626 'name' => 'Replace Text',
27 - 'version' => '0.8.1',
 27+ 'version' => '0.9',
2828 'author' => array( 'Yaron Koren', 'Niklas Laxström' ),
2929 'url' => 'http://www.mediawiki.org/wiki/Extension:Replace_Text',
3030 'descriptionmsg' => 'replacetext-desc',
@@ -45,7 +45,7 @@
4646 $wgAutoloadClasses['ReplaceText'] = $rtgIP . 'SpecialReplaceText.php';
4747 $wgAutoloadClasses['ReplaceTextJob'] = $rtgIP . 'ReplaceTextJob.php';
4848
49 -// This function should really go into a "ReplaceText_body.php" file...
 49+// This function should really go into a "ReplaceText_body.php" file.
5050 function rtAddToAdminLinks( &$admin_links_tree ) {
5151 $general_section = $admin_links_tree->getSection( wfMsg( 'adminlinks_general' ) );
5252 $extensions_row = $general_section->getRow( 'extensions' );
Index: trunk/extensions/ReplaceText/README
@@ -1,6 +1,6 @@
22 Replace Text Extension
33
4 - Version 0.8.1
 4+ Version 0.9
55 Yaron Koren and Niklas Laxström
66
77 This is free software licenced under the GNU General Public Licence. Please

Status & tagging log