r23329 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23328‎ | r23329 | r23330 >
Date:18:16, 24 June 2007
Author:amidaniel
Status:old
Tags:
Comment:
Added "all" option to namespace selector on Special:Unreviewedpages.
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevsPage.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage.body.php
@@ -707,6 +707,9 @@
708708 if( !is_null($allnamespaces) ) {
709709 $arr = array($allnamespaces => wfMsg('namespacesall')) + $arr;
710710 }
 711+
 712+ $s .= "\t" . Xml::element("option", array("value" => "all"), "all") . "\n";
 713+
711714 foreach ($arr as $index => $name) {
712715 # Content only
713716 if ($index < NS_MAIN || !in_array($index, $wgContentNamespaces) ) continue;

Status & tagging log