r24393 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24392‎ | r24393 | r24394 >
Date:10:54, 26 July 2007
Author:raymond
Status:old
Tags:
Comment:
Adding some extension credits
Modified paths:
  • /trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php (modified) (history)
  • /trunk/extensions/Nuke/SpecialNuke.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Nuke/SpecialNuke.php
@@ -5,6 +5,13 @@
66
77 $wgExtensionFunctions[] = 'wfSetupNuke';
88
 9+$wgExtensionCredits['specialpage'][] = array(
 10+ 'name' => 'Nuke',
 11+ 'description' => 'Gives sysops the ability to mass delete pages',
 12+ 'author' => 'Brion Vibber',
 13+ 'url' => 'http://www.mediawiki.org/wiki/Extension:Nuke'
 14+);
 15+
916 $wgGroupPermissions['sysop']['nuke'] = true;
1017 $wgAvailableRights[] = 'nuke';
1118
Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php
@@ -16,7 +16,8 @@
1717 $wgExtensionCredits['specialpage'][] = array(
1818 'name' => 'Confirm user accounts',
1919 'description' => 'Gives bureaucrats the ability to confirm account requests',
20 - 'author' => 'Aaron Schulz'
 20+ 'author' => 'Aaron Schulz',
 21+ 'url' => 'http://www.mediawiki.org/wiki/Extension:ConfirmAccount'
2122 );
2223
2324 # Set the person's bio as their userpage?

Status & tagging log