r94371 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94370‎ | r94371 | r94372 >
Date:19:18, 12 August 2011
Author:catrope
Status:ok (Comments)
Tags:
Comment:
Expand another URL in the CentralAuth API
Modified paths:
  • /trunk/extensions/CentralAuth/ApiQueryGlobalUserInfo.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/ApiQueryGlobalUserInfo.php
@@ -82,7 +82,7 @@
8383
8484 $a = array(
8585 'wiki' => $dbname,
86 - 'url' => $this->getUrl( $dbname ),
 86+ 'url' => wfExpandUrl( $this->getUrl( $dbname ) ),
8787 'timestamp' => wfTimestamp( TS_ISO_8601, $account['attachedTimestamp'] ),
8888 'method' => $account['attachedMethod'],
8989 'editcount' => $account['editCount']

Follow-up revisions

RevisionCommit summaryAuthorDate
r95628MFT to REL1_18 (extensions)...hashar15:32, 28 August 2011

Comments

#Comment by Catrope (talk | contribs)   20:20, 15 August 2011

Untagging 1.17wmf1, the code that outputs the URL is not present in that branch.

Status & tagging log