r79484 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79483‎ | r79484 | r79485 >
Date:09:40, 2 January 2011
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r79459: Fix typo, slight tweaks. Add extension to Translatewiki
Modified paths:
  • /trunk/extensions/SubPageList/SubPageList.i18n.magic.php (modified) (history)
  • /trunk/extensions/SubPageList/SubPageList.i18n.php (modified) (history)
  • /trunk/extensions/SubPageList/SubPageList.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/SubPageList/SubPageList.i18n.magic.php
@@ -20,3 +20,4 @@
2121 'splist' => array( 0, 'splist' ),
2222 'subpages' => array( 0, 'subpages' ),
2323 );
 24+
Index: trunk/extensions/SubPageList/SubPageList.i18n.php
@@ -25,8 +25,8 @@
2626 'spl-subpages-par-sortby' => 'What to sort the subpages by.',
2727 'spl-subpages-par-format' => 'The subpage list can be displayed in several formats. Numbered lists (ol), bulleted lists (ul) and comma-separated lists (list).',
2828 'spl-subpages-par-page' => 'The page to show the subpages for. Defaults to the current page.',
29 - 'spl-subpages-par-showpage' => 'Idicates if the page itself should be shown in the list or not.',
 29+ 'spl-subpages-par-showpage' => 'Indicates if the page itself should be shown in the list or not.',
3030 'spl-subpages-par-pathstyle' => 'The style of the path for subpages in the list.',
3131 'spl-subpages-par-kidsonly' => 'Allows showing only direct subpages.',
3232 'spl-subpages-par-limit' => 'The max amount of pages to list.',
33 -);
\ No newline at end of file
 33+);
Index: trunk/extensions/SubPageList/SubPageList.php
@@ -53,9 +53,9 @@
5454
5555 $egSPLIP = dirname( __FILE__ );
5656
57 -$wgExtensionMessagesFiles['SubPageList'] = $egSPLIP . '/SubPageList.i18n.php';
 57+$wgExtensionMessagesFiles['SubPageList'] = $egSPLIP . '/SubPageList.i18n.php';
5858
59 -$wgAutoloadClasses['SubPageList'] = $egSPLIP . '/SubPageList.class.php';
 59+$wgAutoloadClasses['SubPageList'] = $egSPLIP . '/SubPageList.class.php';
6060
6161 if ( version_compare( $wgVersion, '1.16alpha', '>=' ) ) {
6262 $wgExtensionMessagesFiles['SubPageListMagic'] = $egSPLIP . '/SubPageList.i18n.magic.php';
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -1223,6 +1223,10 @@
12241224
12251225 String Functions
12261226
 1227+Sub Page List
 1228+descmsg = spl-desc
 1229+magicfile = SubPageList/SubPageList.i18n.magic.php
 1230+
12271231 Sub Page List 3
12281232 descmsg = spl3-desc
12291233

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79459Added parameter descriptionsjeroendedauw00:05, 2 January 2011

Status & tagging log