r98775 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98774‎ | r98775 | r98776 >
Date:16:27, 3 October 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r98774
Modified paths:
  • /branches/wmf/1.17wmf1/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/specials/SpecialUserlogin.php
@@ -1075,7 +1075,7 @@
10761076
10771077 // Use loginend-https for HTTPS requests if it's not blank, loginend otherwise
10781078 // Ditto for signupend
1079 - $usingHTTPS = WebRequest::detectProtocol();
 1079+ $usingHTTPS = WebRequest::detectProtocol() == 'https';
10801080 $loginendHTTPS = wfMessage( 'loginend-https' );
10811081 $signupendHTTPS = wfMessage( 'signupend-https' );
10821082 if ( $usingHTTPS && !$loginendHTTPS->isBlank() ) {
Property changes on: branches/wmf/1.17wmf1/includes/specials/SpecialUserlogin.php
___________________________________________________________________
Added: svn:mergeinfo
10831083 Merged /branches/wmf-deployment/includes/specials/SpecialUserlogin.php:r53381,56967,60970
10841084 Merged /branches/REL1_15/phase3/includes/specials/SpecialUserlogin.php:r51646
10851085 Merged /branches/wmf/1.16wmf4/includes/specials/SpecialUserlogin.php:r67177,69199,76243,77266
10861086 Merged /branches/sqlite/includes/specials/SpecialUserlogin.php:r58211-58321
10871087 Merged /trunk/phase3/includes/specials/SpecialUserlogin.php:r85099,98774

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98774Fix embarrassing mistake in r98718catrope16:26, 3 October 2011

Status & tagging log