http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88252
Revision: 88252
Author: siebrand
Date: 2011-05-16 17:51:44 +0000 (Mon, 16 May 2011)
Log Message:
-----------
Remove verboseness (image and infobox) in Special:Contributions for diff size
display as added in r88111.
Modified Paths:
--------------
trunk/phase3/includes/specials/SpecialContributions.php
trunk/phase3/languages/messages/MessagesEn.php
trunk/phase3/maintenance/language/messages.inc
Modified: trunk/phase3/includes/specials/SpecialContributions.php
===================================================================
--- trunk/phase3/includes/specials/SpecialContributions.php 2011-05-16
17:47:22 UTC (rev 88251)
+++ trunk/phase3/includes/specials/SpecialContributions.php 2011-05-16
17:51:44 UTC (rev 88252)
@@ -380,11 +380,7 @@
Xml::label( wfMsg( 'namespace' ),
'namespace' ) . ' ' .
Xml::namespaceSelector(
$this->opts['namespace'], '' )
);
- $fShowDiff = Xml::infoBox(
- Xml::checkLabel( wfMsg(
'sp-contributions-showsizediff' ), 'showSizeDiff', 'mw-show-size-diff',
$this->opts['showSizeDiff'] ) . '<br />'.
- wfMsgReplaceArgs ( wfMsg(
'sp-contributions-showsizediff-warn' ), array( $wgContLang->formatTimePeriod(
$wgRCMaxAge ) ) )
- , 'warning-32.png', wfMsg(
'sp-contributions-showsizediff' )
- );
+ $fShowDiff = Xml::checkLabel( wfMsg(
'sp-contributions-showsizediff' ), 'showSizeDiff', 'mw-show-size-diff',
$this->opts['showSizeDiff'] );
}
$f .= Xml::fieldset( wfMsg( 'sp-contributions-search' ) ) .
Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php 2011-05-16 17:47:22 UTC
(rev 88251)
+++ trunk/phase3/languages/messages/MessagesEn.php 2011-05-16 17:51:44 UTC
(rev 88252)
@@ -2994,7 +2994,6 @@
'sp-contributions-footer' => '-', # do not translate or duplicate
this message to other languages
'sp-contributions-footer-anon' => '-', # do not translate or duplicate
this message to other languages
'sp-contributions-showsizediff' => 'Display difference in page size',
-'sp-contributions-showsizediff-warn' => 'This instance has recent changes
log limited to $1 . If you use this option, pages not in this log will not be
displayed',
# What links here
'whatlinkshere' => 'What links here',
Modified: trunk/phase3/maintenance/language/messages.inc
===================================================================
--- trunk/phase3/maintenance/language/messages.inc 2011-05-16 17:47:22 UTC
(rev 88251)
+++ trunk/phase3/maintenance/language/messages.inc 2011-05-16 17:51:44 UTC
(rev 88252)
@@ -2016,7 +2016,6 @@
'sp-contributions-footer',
'sp-contributions-footer-anon',
'sp-contributions-showsizediff',
- 'sp-contributions-showsizediff-warn',
),
'whatlinkshere' => array(
'whatlinkshere',
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs