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 @@
465
465
}
466
466
}
467
467
468
- $url = $wiki->getFullUrl( $title );
468
+ $url = $wiki->getUrl( $title );
469
469
if ( $params )
470
470
$url .= '?' . $params;
471
471
return Xml::element( 'a',
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r104337
Change getUrl to getFullUrl (due to
r98745
), so it uses protocol-relative URLs
robin
15:04, 27 November 2011
r104489
MFT
r104337
,
r104360
reedy
21:08, 28 November 2011
Status & tagging log
14:18, 10 February 2012
Hashar
(
talk
|
contribs
)
changed the
status
of r111157
[
removed:
new
added:
ok]