r81579 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81578‎ | r81579 | r81580 >
Date:23:12, 5 February 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow up r81549 to use ... for getting the localized 'others' on extensions not using links or a localised message for that.
Modified paths:
  • /trunk/extensions/AddMediaWizard/AddMediaWizard.php (modified) (history)
  • /trunk/extensions/FCKeditor/FCKeditor.php (modified) (history)
  • /trunk/extensions/Interwiki/Interwiki.php (modified) (history)
  • /trunk/extensions/SecurePoll/SecurePoll.php (modified) (history)
  • /trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AddMediaWizard/AddMediaWizard.php
@@ -23,7 +23,7 @@
2424 $wgExtensionCredits['jsModule'][] = array(
2525 'path' => __FILE__,
2626 'name' => 'Add Media Wizard',
27 - 'author' => array( 'Michael Dale', 'others' ),
 27+ 'author' => array( 'Michael Dale', '...' ),
2828 'version' => '0.1.1',
2929 'descriptionmsg' => 'addmediawizard-desc',
3030 'url' => 'http://www.mediawiki.org/wiki/Extension:Add_Media_Wizard'
Index: trunk/extensions/Interwiki/Interwiki.php
@@ -25,7 +25,7 @@
2626 $wgExtensionCredits['specialpage'][] = array(
2727 'path' => __FILE__,
2828 'name' => 'SpecialInterwiki',
29 - 'author' => array( 'Stephanie Amanda Stevens', 'SPQRobin', 'others' ),
 29+ 'author' => array( 'Stephanie Amanda Stevens', 'SPQRobin', '...' ),
3030 'version' => '1.3.1',
3131 'url' => 'http://www.mediawiki.org/wiki/Extension:SpecialInterwiki',
3232 'descriptionmsg' => 'interwiki-desc',
@@ -49,4 +49,4 @@
5050 $wgLogActions['interwiki/interwiki'] = 'interwiki_logentry';
5151 $wgLogActions['interwiki/iw_add'] = 'interwiki_log_added';
5252 $wgLogActions['interwiki/iw_delete'] = 'interwiki_log_deleted';
53 -$wgLogActions['interwiki/iw_edit'] = 'interwiki_log_edited';
\ No newline at end of file
 53+$wgLogActions['interwiki/iw_edit'] = 'interwiki_log_edited';
Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php
@@ -13,7 +13,7 @@
1414 'path' => __FILE__,
1515 'name' => 'Semantic Forms',
1616 'version' => SF_VERSION,
17 - 'author' => 'Yaron Koren and others',
 17+ 'author' => array( 'Yaron Koren', '...' ),
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Forms',
1919 'descriptionmsg' => 'semanticforms-desc',
2020 );
Index: trunk/extensions/FCKeditor/FCKeditor.php
@@ -68,7 +68,7 @@
6969 $wgExtensionCredits['other'][] = array(
7070 'path' => __FILE__,
7171 'name' => 'FCKeditor',
72 - 'author' => array( 'Frederico Caldeira Knabben', 'Wiktor Walc', 'others', 'Jack Phoenix' ),
 72+ 'author' => array( 'Frederico Caldeira Knabben', 'Wiktor Walc', 'Jack Phoenix', '...' ),
7373 'version' => '1.0.1',
7474 'url' => 'http://www.mediawiki.org/wiki/Extension:FCKeditor_(Official)',
7575 'descriptionmsg' => 'fckeditor-desc',
@@ -112,4 +112,4 @@
113113 $wgDefaultUserOptions['riched_use_toggle'] = 1;
114114 $wgDefaultUserOptions['riched_start_disabled'] = 1;
115115 $wgDefaultUserOptions['riched_use_popup'] = 1;
116 -$wgDefaultUserOptions['riched_toggle_remember_state'] = 1;
\ No newline at end of file
 116+$wgDefaultUserOptions['riched_toggle_remember_state'] = 1;
Index: trunk/extensions/SecurePoll/SecurePoll.php
@@ -15,7 +15,7 @@
1616 $wgExtensionCredits['other'][] = array(
1717 'path' => __FILE__,
1818 'name' => 'SecurePoll',
19 - 'author' => array( 'Tim Starling', 'others' ),
 19+ 'author' => array( 'Tim Starling', '...' ),
2020 'url' => 'http://www.mediawiki.org/wiki/Extension:SecurePoll',
2121 'descriptionmsg' => 'securepoll-desc',
2222 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81549* (bug 27083) Extension info for Special:Version can include '...' as a speci...brion00:58, 5 February 2011

Status & tagging log