http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56485

Revision: 56485
Author:   aaron
Date:     2009-09-17 01:54:06 +0000 (Thu, 17 Sep 2009)

Log Message:
-----------
merged r56466

Modified Paths:
--------------
    
branches/wmf-deployment/extensions/ReaderFeedback/specialpages/RatedPages_body.php

Modified: 
branches/wmf-deployment/extensions/ReaderFeedback/specialpages/RatedPages_body.php
===================================================================
--- 
branches/wmf-deployment/extensions/ReaderFeedback/specialpages/RatedPages_body.php
  2009-09-17 01:46:22 UTC (rev 56484)
+++ 
branches/wmf-deployment/extensions/ReaderFeedback/specialpages/RatedPages_body.php
  2009-09-17 01:54:06 UTC (rev 56485)
@@ -55,7 +55,7 @@
        protected function showPageList() {
                global $wgOut;
                $tags = ReaderFeedback::getFeedbackTags();
-               $pager = new LikedPagesPager( $this, array(), $this->namespace, 
$this->tag, $this->tier );
+               $pager = new RatedPagesPager( $this, array(), $this->namespace, 
$this->tag, $this->tier );
                if( isset($tags[$this->tag]) && $pager->getNumRows() ) {
                        $wgOut->addHTML( wfMsgExt('ratedpages-list', 
array('parse') ) );
                        $wgOut->addHTML( $pager->getNavigationBar() );
@@ -80,7 +80,7 @@
                                        $wgLang->formatNum( $size ) ) . 
'</small>';
                }
                $ratinghist = SpecialPage::getTitleFor( 'RatingHistory' );
-               $graph = $this->skin->makeKnownLinkObj( $ratinghist, 
wfMsg('likedpages-graphs'), 
+               $graph = $this->skin->makeKnownLinkObj( $ratinghist, 
wfMsg('ratedpages-graphs'), 
                        'target='.$title->getPrefixedUrl() );
                return "<li>$link $stxt ($hist) ($graph)</li>";
        }
@@ -89,7 +89,7 @@
 /**
  * Query to list out well recieved pages
  */
-class LikedPagesPager extends AlphabeticPager {
+class RatedPagesPager extends AlphabeticPager {
        public $mForm, $mConds, $namespace, $tag;
 
        function __construct( $form, $conds = array(), $namespace=0, $tag, 
$tier ) {



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to