r98401 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98400‎ | r98401 | r98402 >
Date:06:57, 29 September 2011
Author:raymond
Status:ok
Tags:
Comment:
r98350: Sort languages: 1. 'en, 2. 'qqq', 3. all other by alphabet
ExtensionCredits: Remove redundant 'description', spaces2tabs
Add extension to translatewiki.net
Modified paths:
  • /trunk/extensions/RelationLinks/RelationLinks.i18n.php (modified) (history)
  • /trunk/extensions/RelationLinks/RelationLinks.php (modified) (history)
  • /trunk/extensions/Translate/groups/MediaWiki/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/RelationLinks/RelationLinks.i18n.php
@@ -13,14 +13,14 @@
1414 */
1515 $messages = array();
1616
 17+$messages['en'] = array(
 18+ 'relationlinks-desc' => 'Adds link rel to header, that can used for navigation and for SEO',
 19+);
 20+
1721 $messages['qqq'] = array(
1822 'relationlinks-desc' => 'Description for Special:Version',
1923 );
2024
21 -$messages['en'] = array(
22 - 'relationlinks-desc' => 'Adds link rel to header, that can used for navigation and for SEO',
23 -);
24 -
2525 $messages['de'] = array(
2626 'relationlinks-desc' => 'Fügt im Header versteckte Navigationslinks hinzu die für die Navigation und für die Suchmaschinenoptimierung genutzt werden',
2727 );
Index: trunk/extensions/RelationLinks/RelationLinks.php
@@ -12,14 +12,14 @@
1313
1414 // Credits
1515 $wgExtensionCredits['other'][] = array(
16 - 'path' => __FILE__,
17 - 'name' => 'RelationLinks',
18 - 'author' => '[http://www.dasch-tour.de DaSch]',
19 - 'description' => 'Adds link rel to header, that can used for navigation and for SEO',
 16+ 'path' => __FILE__,
 17+ 'name' => 'RelationLinks',
 18+ 'author' => '[http://www.dasch-tour.de DaSch]',
2019 'descriptionmsg' => 'relationlinks-desc',
2120 'version' => '0.3.0',
22 - 'url' => 'http://www.mediawiki.org/wiki/Extension:RelationLinks',
 21+ 'url' => 'http://www.mediawiki.org/wiki/Extension:RelationLinks',
2322 );
 23+
2424 $dir = dirname( __FILE__ ) . '/';
2525
2626 // Internationalization
Index: trunk/extensions/Translate/groups/MediaWiki/mediawiki-defines.txt
@@ -1156,6 +1156,8 @@
11571157 Regex Functions
11581158 magicfile = RegexFunctions/RegexFunctions.i18n.magic.php
11591159
 1160+Relation Links
 1161+
11601162 Rename user
11611163 aliasfile = Renameuser/Renameuser.alias.php
11621164 ignored = renameuser-summary

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98350fixing r98338 (adding localisation)dasch19:06, 28 September 2011

Status & tagging log