r65278 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65277‎ | r65278 | r65279 >
Date:14:08, 19 April 2010
Author:catrope
Status:resolved (Comments)
Tags:
Comment:
(bug 23240) Add ID to namespace selector form on Special:Watchlist
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWatchlist.php
@@ -291,7 +291,7 @@
292292 $form .= $wlInfo;
293293 $form .= $cutofflinks;
294294 $form .= $wgLang->pipeList( $links );
295 - $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl() ) );
 295+ $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl(), 'id' => 'mw-watchlist-form-namespaceselector' ) );
296296 $form .= '<hr /><p>';
297297 $form .= Xml::label( wfMsg( 'namespace' ), 'namespace' ) . '&nbsp;';
298298 $form .= Xml::namespaceSelector( $nameSpace, '' ) . '&nbsp;';

Follow-up revisions

RevisionCommit summaryAuthorDate
r65912Belated RELEASE-NOTES conflict for r65278catrope19:05, 4 May 2010

Comments

#Comment by Siebrand (talk | contribs)   14:40, 19 April 2010

Release notes update missing.

#Comment by 😂 (talk | contribs)   09:29, 9 June 2010

Was resolved with r65912.

Status & tagging log