comment the extra category paging option links for now as they're kinda broken
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 20 Mar 2008 21:09:47 +0000 (21:09 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 20 Mar 2008 21:09:47 +0000 (21:09 +0000)
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

includes/Pager.php

index fdd883a..422121b 100644 (file)
@@ -509,6 +509,7 @@ abstract class AlphabeticPager extends IndexPager {
                        wfMsgHtml( 'viewprevnext', $pagingLinks['prev'],
                        $pagingLinks['next'], $limits );
 
+               /*
                $dirlinks = array();
                # Note for grep: uses pager-sort-asc, pager-sort-desc (each in two
                # places)
@@ -557,6 +558,7 @@ abstract class AlphabeticPager extends IndexPager {
                if( $extra !== '' ) {
                        $this->mNavigationBar .= " ($extra)";
                }
+               */
 
                return $this->mNavigationBar;
        }