r54248 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54247‎ | r54248 | r54249 >
Date:00:21, 3 August 2009
Author:simetrical
Status:resolved (Comments)
Tags:
Comment:
Add legend to watchlist as well

Patch by svip. Follow-up to r54242.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWatchlist.php
@@ -290,6 +290,10 @@
291291 $form .= Xml::closeElement( 'fieldset' );
292292 $wgOut->addHTML( $form );
293293
 294+ $wgOut->addWikiMsg( 'recentchanges-label-legend',
 295+ ChangesList::flag( 'newpage' ), ChangesList::flag( 'minor' ),
 296+ ChangesList::flag( 'bot' ), ChangesList::flag( 'unpatrolled' ) );
 297+
294298 # If there's nothing to show, stop here
295299 if( $numRows == 0 ) {
296300 $wgOut->addWikiMsg( 'watchnochange' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54242Add legend and tooltips to explain RC flags...simetrical22:15, 2 August 2009

Comments

#Comment by Brion VIBBER (talk | contribs)   22:27, 4 August 2009

adding fixme for funky-looking legend, possibly pending removal

#Comment by Werdna (talk | contribs)   17:01, 27 August 2009

Fixed up later.

Status & tagging log