r79860 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79859‎ | r79860 | r79861 >
Date:13:06, 8 January 2011
Author:hashar
Status:ok
Tags:
Comment:
Removes $wgSecureLoginStickHTTPS which was never really used

Follow up r75585
Modified paths:
  • /trunk/phase3/HISTORY (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/HISTORY
@@ -67,7 +67,7 @@
6868 without having to move LocalSettings.php
6969 * The FailFunction "error handling" method has now been removed
7070 * $wgAdditionalMailParams added to allow setting extra options to mail() calls.
71 -* $wgSecureLogin & $wgSecureLoginStickHTTPS to optionaly login using HTTPS
 71+* $wgSecureLogin to optionaly login using HTTPS
7272 * (bug 25728) Added $wgPasswordSenderName to allow customise the name associed
7373 with $wgPasswordSender
7474 * Sysops now have the "suppressredirect" right by default
Index: trunk/phase3/includes/DefaultSettings.php
@@ -3107,11 +3107,6 @@
31083108 * @since 1.17
31093109 */
31103110 $wgSecureLogin = false;
3111 -/**
3112 - * Default for 'use secure login' checkbox
3113 - * @since 1.17
3114 - */
3115 -$wgSecureLoginStickHTTPS = false;
31163111
31173112 /** @} */ # end user accounts }
31183113

Follow-up revisions

RevisionCommit summaryAuthorDate
r799171.17: MFT r78554, r79166, r79702, r79746, r79812, r79835, r79838, r79846, r79...catrope21:07, 9 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75585Optional feature to login through HTTPS and come back to HTTP....hashar21:17, 27 October 2010

Status & tagging log