r83392 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83391‎ | r83392 | r83393 >
Date:18:16, 6 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r83390, change cache modes
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryAllUsers.php (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryUsers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryAllUsers.php
@@ -228,7 +228,7 @@
229229 }
230230
231231 public function getCacheMode( $params ) {
232 - return 'public';
 232+ return 'anon-public-user-private';
233233 }
234234
235235 public function getAllowedParams() {
Index: trunk/phase3/includes/api/ApiQueryUsers.php
@@ -251,7 +251,7 @@
252252 if ( isset( $params['token'] ) ) {
253253 return 'private';
254254 } else {
255 - return 'public';
 255+ return 'anon-public-user-private';
256256 }
257257 }
258258

Follow-up revisions

RevisionCommit summaryAuthorDate
r834871.17wmf1: MFT r82696, r83270, r83284, r83374, r83390, r83392, r83402, r83403,...catrope21:44, 7 March 2011
r85354MFT r82518, r82530, r82538, r82547, r82550, r82565, r82572, r82608, r82696, r...demon18:25, 4 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83390* (bug 27897) list=allusers and list=users list hidden users...reedy17:59, 6 March 2011

Status & tagging log