Index: trunk/extensions/LandingCheck/LandingCheck.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | $wgExtensionCredits['specialpage'][] = array( |
15 | 15 | 'path' => __FILE__, |
16 | 16 | 'name' => 'LandingCheck', |
17 | | - 'version' => '1.1', |
| 17 | + 'version' => '1.1.1', |
18 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:LandingCheck', |
19 | 19 | 'author' => 'Ryan Kaldari', |
20 | 20 | 'descriptionmsg' => 'landingcheck-desc', |
— | — | @@ -23,5 +23,6 @@ |
24 | 24 | |
25 | 25 | $wgAutoloadClasses['SpecialLandingCheck'] = $dir . 'SpecialLandingCheck.php'; |
26 | 26 | $wgExtensionMessagesFiles['LandingCheck'] = $dir . 'LandingCheck.i18n.php'; |
| 27 | +$wgExtensionAliasesFiles['LandingCheck'] = $dir . 'LandingCheck.alias.php'; |
27 | 28 | $wgSpecialPages['LandingCheck'] = 'SpecialLandingCheck'; |
28 | 29 | $wgSpecialPageGroups['LandingCheck'] = 'contribution'; |
Index: trunk/extensions/LandingCheck/LandingCheck.alias.php |
— | — | @@ -0,0 +1,21 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Aliases for Special:LandingCheck |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
| 9 | + |
| 10 | +$specialPageAliases = array(); |
| 11 | + |
| 12 | +/** English |
| 13 | + * @author Ryan Kaldari |
| 14 | + */ |
| 15 | +$specialPageAliases['en'] = array( |
| 16 | + 'LandingCheck' => array( 'LandingCheck' ), |
| 17 | +); |
| 18 | + |
| 19 | +/** |
| 20 | + * For backwards compatibility with MediaWiki 1.15 and earlier. |
| 21 | + */ |
| 22 | +$aliases =& $specialPageAliases; |
\ No newline at end of file |
Property changes on: trunk/extensions/LandingCheck/LandingCheck.alias.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 23 | + native |
Index: trunk/extensions/LandingCheck/LandingCheck.i18n.php |
— | — | @@ -12,6 +12,7 @@ |
13 | 13 | * @author Ryan Kaldari |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | | - 'landingcheck-desc' => 'This extension facilitates the use of geotargeted localized landing pages. It is a replacement for GeoLite.', |
| 16 | + 'landingcheck-desc' => 'Facilitates the use of geotargeted localized landing pages', |
17 | 17 | 'landingcheck' => 'LandingCheck', |
18 | 18 | ); |
| 19 | + |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -630,6 +630,9 @@ |
631 | 631 | file = LabeledSectionTransclusion/lst.i18n.php |
632 | 632 | descmsg = lst-desc |
633 | 633 | |
| 634 | +Landing Check |
| 635 | +aliasfile = LandingCheck/LandingCheck.alias.php |
| 636 | + |
634 | 637 | Language Selector |
635 | 638 | |
636 | 639 | Last User Login |
Index: trunk/extensions/Translate/groups/MediaWiki/WikimediaAgg.yaml |
— | — | @@ -54,7 +54,6 @@ |
55 | 55 | - ext-flaggedrevs-validationstatistics |
56 | 56 | - ext-fundraiserportal # 2009-10-08: test.wikipedia.org |
57 | 57 | - ext-gadgets |
58 | | - - ext-geolite # 2009-11-13: meta.wikimedia.org |
59 | 58 | - ext-globalblocking |
60 | 59 | - ext-globalusage # 2009-11-11: commons.wikimedia.org |
61 | 60 | - ext-honeypotintegration # 2009-08-13: test.wikipedia.org |
— | — | @@ -62,6 +61,7 @@ |
63 | 62 | - ext-inputbox |
64 | 63 | - ext-intersection |
65 | 64 | - ext-labeledsectiontransclusion # Wikisource |
| 65 | + - ext-landingcheck |
66 | 66 | - ext-liquidthreads # 2009-11-11: MediaWiki.org and some *.labs.wikimedia.org |
67 | 67 | - ext-mwsearch |
68 | 68 | - ext-newusermessage |