r58964 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58963‎ | r58964 | r58965 >
Date:20:15, 12 November 2009
Author:tomasz
Status:resolved (Comments)
Tags:
Comment:
moving the landing pages to local settings
Modified paths:
  • /trunk/extensions/GeoLite/GeoLite.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GeoLite/GeoLite.php
@@ -12,14 +12,7 @@
1313 $wgLandingPageBase = 'http://wikimediafoundation.org/wiki/Support_Wikipedia';
1414 $wgChaptersPageBase = 'http://wikimediafoundation.org/wiki/Global_Support';
1515
16 -# Which Chapters actually have landing pages
17 -$wgChapterLandingPages = array(
18 - 'HK' => 'hk',
19 - 'DE' => 'de',
20 - 'UK' => 'uk',
21 - 'FR' => 'fr',
22 - 'CH' => 'ch',
23 -);
 16+//wgChapterLandingPages set which landing pages we know about
2417
2518 // Extension credits that will show up on Special:Version
2619 $wgExtensionCredits['specialpage'][] = array(
@@ -36,4 +29,4 @@
3730 $wgAutoloadClasses['SpecialGeoLite'] = $dir . 'GeoLite_body.php';
3831 $wgExtensionMessagesFiles['GeoLite'] = $dir . 'GeoLite.i18n.php';
3932 $wgSpecialPages['GeoLite'] = 'SpecialGeoLite';
40 -$wgSpecialPageGroups['GeoLite'] = 'contribution';
\ No newline at end of file
 33+$wgSpecialPageGroups['GeoLite'] = 'contribution';

Follow-up revisions

RevisionCommit summaryAuthorDate
r58965pulling in r58964tomasz20:20, 12 November 2009

Comments

#Comment by Nikerabbit (talk | contribs)   07:11, 13 November 2009

Shouldn't it have some default value?

#Comment by Tim Starling (talk | contribs)   05:06, 11 January 2010

Was fixed in r59030.

Status & tagging log