jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Mattflaschen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 18a2bab..6c0210e 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2662,11 +2662,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 15bf29c..53fafba 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11880,11 +11880,6 @@
        'default' => false,
        'metawiki' => true, // bug 53541
 ),
-// (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: merged
Gerrit-Change-Id: Icf3cbedf3508a9a5baf1732296b7db19b4d73d5c
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Spage <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to