Spage has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/81174


Change subject: Remove unused UseVForm settings variables.
......................................................................

Remove unused UseVForm settings variables.

$wgUseVFormUserLogin and $wgUseVFormCreateAccount haven't done anything
for a while (only the new-style forms are present), so remove them and
$wmgUseVForm.

Bug: 46333
Change-Id: Icf3cbedf3508a9a5baf1732296b7db19b4d73d5c
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 0 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/74/81174/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 15cdcd6..55f2c6f 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2641,11 +2641,6 @@
 
 ### End (roughly) of general extensions ########################
 
-if ( $wmgUseVForm ) {
-       $wgUseVFormUserLogin = true;
-       $wgUseVFormCreateAccount = true;
-}
-
 $wgApplyIpBlocksToXff = $wmgUseXFFBlocks;
 
 // On Special:Version, link to useful release notes
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index c1a3629..b5d910c 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12020,11 +12020,6 @@
        'wikimania2014wiki' => true,
 ),
 
-// (towards bug 46333) Make the new login and create account forms the default.
-'wmgUseVForm' => array(
-       'default' => true,
-),
-
 'wmgUseVips' => array(
        'default' => true,
 ),

-- 
To view, visit https://gerrit.wikimedia.org/r/81174
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf3cbedf3508a9a5baf1732296b7db19b4d73d5c
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Spage <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to