r100078 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100077‎ | r100078 | r100079 >
Date:20:14, 17 October 2011
Author:raymond
Status:ok
Tags:
Comment:
Fix type of extension: It is not a specialpage but "other". Fix indention (spaces -> tab)
Add new line
Modified paths:
  • /trunk/extensions/GlobalUserGroups/GlobalUserGroups.i18n.php (modified) (history)
  • /trunk/extensions/GlobalUserGroups/GlobalUserGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GlobalUserGroups/GlobalUserGroups.i18n.php
@@ -33,3 +33,4 @@
3434 $messages['de'] = array(
3535 'globalusergroups-desc' => 'Ermöglicht das Nutzen von definierten lokalen Benutzergruppen als globale Gruppen',
3636 );
 37+
Index: trunk/extensions/GlobalUserGroups/GlobalUserGroups.php
@@ -17,12 +17,13 @@
1818
1919 $wgExtensionFunctions[] = 'efGlobalUserGroupsEMWT';
2020
21 -$wgExtensionCredits['specialpage'][] = array(
22 - 'name' => 'GlobalUserGroups',
23 - 'url' => 'http://www.mediawiki.org/wiki/Extension:GlobalUserGroups',
24 - 'author' => 'Tim Weyer',
25 - 'descriptionmsg' => 'globalusergroups-desc',
26 - 'version' => '1.0.1',
 21+$wgExtensionCredits['other'][] = array(
 22+ 'path' => __FILE__,
 23+ 'name' => 'GlobalUserGroups',
 24+ 'url' => 'http://www.mediawiki.org/wiki/Extension:GlobalUserGroups',
 25+ 'author' => 'Tim Weyer',
 26+ 'descriptionmsg' => 'globalusergroups-desc',
 27+ 'version' => '1.0.1',
2728 );
2829
2930 // Use extra translations for various user group names and similars

Status & tagging log