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

Change subject: Misc follow-up
......................................................................


Misc follow-up

- Required version is now 1.23 (SpecialPage::getPageTitle())
- Replace another call to deprecated method
- Remove one message not used anymore

Change-Id: I05978fae171d1bbc12c9a8fe2dc822286c6c520d
---
M Configure.php
M i18n/en.json
M settings/WebExtension.php
3 files changed, 3 insertions(+), 4 deletions(-)

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



diff --git a/Configure.php b/Configure.php
index 688eb7f..d6842ea 100644
--- a/Configure.php
+++ b/Configure.php
@@ -3,7 +3,7 @@
 
 /**
  * Special page to allow users to configure the wiki via a web based interface
- * Require MediaWiki version 1.17.0 or greater
+ * Require MediaWiki version 1.23.0 or greater
  *
  * @file
  * @ingroup Extensions
diff --git a/i18n/en.json b/i18n/en.json
index 59b9835..1eebb0d 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -111,7 +111,6 @@
     "configure-section-specialpages": "Special pages",
     "configure-section-recentchanges": "Recent changes",
     "configure-section-users": "Users",
-    "configure-section-externalauth": "External authentication",
     "configure-section-feed": "Feed",
     "configure-section-job": "Jobs",
     "configure-section-search": "Search",
@@ -193,4 +192,4 @@
     "configure-farmer-settings": "[[Special:Configure|Configure this wiki]].",
     "configure-farmer-extensions": "[[Special:Extensions|Configure extensions 
for this wiki]].",
     "configure-farmer-extensions-list": "[[Special:Extensions|List extensions 
available for this wiki]]."
-}
\ No newline at end of file
+}
diff --git a/settings/WebExtension.php b/settings/WebExtension.php
index 917950f..caceef8 100644
--- a/settings/WebExtension.php
+++ b/settings/WebExtension.php
@@ -221,7 +221,7 @@
                }
                if ( count( $this->mExtensionsDependencies ) ) {
                        $warnings[] = $context->msg( 
'configure-ext-ext-dependencies',
-                               $context->getLang()->listToText( 
$this->mExtensionsDependencies ), count( $this->mExtensionsDependencies ) 
)->parse();
+                               $context->getLanguage()->listToText( 
$this->mExtensionsDependencies ), count( $this->mExtensionsDependencies ) 
)->parse();
                }
 
                if ( count( $warnings ) ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I05978fae171d1bbc12c9a8fe2dc822286c6c520d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Configure
Gerrit-Branch: master
Gerrit-Owner: IAlex <coderev...@emsenhuber.ch>
Gerrit-Reviewer: IAlex <coderev...@emsenhuber.ch>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to