r98776 MediaWiki - Code Review archive

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

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/specials/SpecialUserlogin.php
@@ -1037,7 +1037,7 @@
10381038
10391039 // Use loginend-https for HTTPS requests if it's not blank, loginend otherwise
10401040 // Ditto for signupend
1041 - $usingHTTPS = WebRequest::detectProtocol();
 1041+ $usingHTTPS = WebRequest::detectProtocol() == 'https';
10421042 $loginendHTTPS = wfMessage( 'loginend-https' );
10431043 $signupendHTTPS = wfMessage( 'signupend-https' );
10441044 if ( $usingHTTPS && !$loginendHTTPS->isBlank() ) {
Property changes on: branches/wmf/1.18wmf1/includes/specials/SpecialUserlogin.php
___________________________________________________________________
Added: svn:mergeinfo
10451045 Merged /branches/wmf-deployment/includes/specials/SpecialUserlogin.php:r53381,56967
10461046 Merged /branches/REL1_15/phase3/includes/specials/SpecialUserlogin.php:r51646
10471047 Merged /branches/sqlite/includes/specials/SpecialUserlogin.php:r58211-58321
10481048 Merged /trunk/phase3/includes/specials/SpecialUserlogin.php:r92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94346,94372,94422,94425,94444,94448,94456,94498,94601,94630,94728,94825,94862,94995-94997,95042,95155,95332,95410,95442,95468,95601,95812,98774

Past revisions this follows-up on

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

Status & tagging log