r111157 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111156‎ | r111157 | r111158 >
Date:14:17, 10 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Partial revert r104489 to revert r104337 out of 1.18

Bug 34315 - CentralAuth-required method missing from MW 1.18 stable
Modified paths:
  • /branches/REL1_18/extensions/CentralAuth/specials/SpecialCentralAuth.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/extensions/CentralAuth/specials/SpecialCentralAuth.php
@@ -464,7 +464,7 @@
465465 }
466466 }
467467
468 - $url = $wiki->getFullUrl( $title );
 468+ $url = $wiki->getUrl( $title );
469469 if ( $params )
470470 $url .= '?' . $params;
471471 return Xml::element( 'a',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104337Change getUrl to getFullUrl (due to r98745), so it uses protocol-relative URLsrobin15:04, 27 November 2011
r104489MFT r104337, r104360reedy21:08, 28 November 2011

Status & tagging log