r83561 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83560‎ | r83561 | r83562 >
Date:00:43, 9 March 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: Revert r82243. This should make the (next 200) links work again
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/CategoryTree/CategoryPageSubclass.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/CategoryTree/CategoryPageSubclass.php
@@ -1,15 +1,7 @@
22 <?php
33
44 class CategoryTreeCategoryPage extends CategoryPage {
5 - function closeShowCategory() {
6 - global $wgOut, $wgRequest;
7 -
8 - $from = $wgRequest->getVal( 'from' );
9 - $until = $wgRequest->getVal( 'until' );
10 -
11 - $viewer = new CategoryTreeCategoryViewer( $this->mTitle, $from, $until );
12 - $wgOut->addHTML( $viewer->getHTML() );
13 - }
 5+ protected $mCategoryViewerClass = 'CategoryTreeCategoryViewer';
146 }
157
168 class CategoryTreeCategoryViewer extends CategoryViewer {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r822431.17wmf1: Revert r71051 on CategoryTree per vvv's suggestioncatrope13:58, 16 February 2011

Status & tagging log