r32255 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32254‎ | r32255 | r32256 >
Date:21:09, 20 March 2008
Author:brion
Status:old
Tags:
Comment:
comment the extra category paging option links for now as they're kinda broken
the new options aren't retained on the paging links, and they don't interact correctly with various special page parameters such as starting points on the user lists
Modified paths:
  • /trunk/phase3/includes/Pager.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Pager.php
@@ -509,6 +509,7 @@
510510 wfMsgHtml( 'viewprevnext', $pagingLinks['prev'],
511511 $pagingLinks['next'], $limits );
512512
 513+ /*
513514 $dirlinks = array();
514515 # Note for grep: uses pager-sort-asc, pager-sort-desc (each in two
515516 # places)
@@ -557,6 +558,7 @@
558559 if( $extra !== '' ) {
559560 $this->mNavigationBar .= " ($extra)";
560561 }
 562+ */
561563
562564 return $this->mNavigationBar;
563565 }

Status & tagging log