r104248 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104247‎ | r104248 | r104249 >
Date:17:30, 25 November 2011
Author:johnduhart
Status:ok
Tags:
Comment:
Don't list these SpecialPages, it's raw output (ew)
Modified paths:
  • /trunk/extensions/ContributionReporting/DailyTotal_body.php (modified) (history)
  • /trunk/extensions/ContributionReporting/YearlyTotal_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionReporting/DailyTotal_body.php
@@ -134,4 +134,8 @@
135135 header( "Content-type: $wgJsMimeType; charset=utf-8" );
136136 header( "Cache-Control: public, s-maxage=$this->sharedMaxAge, max-age=$this->maxAge" );
137137 }
 138+
 139+ public function isListed(){
 140+ return false;
 141+ }
138142 }
Index: trunk/extensions/ContributionReporting/YearlyTotal_body.php
@@ -74,4 +74,8 @@
7575 header( "Content-type: $wgJsMimeType; charset=utf-8" );
7676 header( "Cache-Control: public, s-maxage=$this->sharedMaxAge, max-age=$this->maxAge" );
7777 }
 78+
 79+ public function isListed(){
 80+ return false;
 81+ }
7882 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r104586MFT r104062, r104247, r104248, r104362, r104370, r104372, r104424, r104425, r...awjrichards20:22, 29 November 2011

Status & tagging log