From: Aaron Schulz Date: Fri, 11 Dec 2009 06:57:37 +0000 (+0000) Subject: (bug 20928) Added tri-state form for RevisionDelete when there are multiple items. X-Git-Tag: 1.31.0-rc.0~38573 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=478f45779f10450766b544eacce3f70b7e554cdf;p=lhc%2Fweb%2Fwiklou.git (bug 20928) Added tri-state form for RevisionDelete when there are multiple items. --- diff --git a/includes/specials/SpecialRevisiondelete.php b/includes/specials/SpecialRevisiondelete.php index cc2a631d7c..f49e7458d0 100644 --- a/includes/specials/SpecialRevisiondelete.php +++ b/includes/specials/SpecialRevisiondelete.php @@ -181,6 +181,7 @@ class SpecialRevisionDelete extends UnlistedSpecialPage { } else { $this->showForm(); } + $qc = $this->getLogQueryCond(); # Show relevant lines from the deletion log $wgOut->addHTML( "

" . htmlspecialchars( LogPage::logName( 'delete' ) ) . "

\n" ); @@ -330,7 +331,6 @@ class SpecialRevisionDelete extends UnlistedSpecialPage { $this->targetObj->getPrefixedText(), count( $this->ids ) ); } - $bitfields = 0; $wgOut->addHTML( "