From: Kunal Mehta Date: Fri, 13 Apr 2018 22:35:07 +0000 (-0700) Subject: Add an "editor" extension type X-Git-Tag: 1.31.0-rc.0~72^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=8de958444f1d36ecb95d3a53d96cc1404e95468e Add an "editor" extension type For extensions that provide an editor or enhance the editing experience. Extensions like CodeEditor, WikiEditor, or VisualEditor could use this type. Change-Id: Id5714caa492f10b97ea272c2ec181cded60fc47f --- diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index 1088d72ed5..6590756f8b 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -368,6 +368,7 @@ class SpecialVersion extends SpecialPage { if ( self::$extensionTypes === false ) { self::$extensionTypes = [ 'specialpage' => wfMessage( 'version-specialpages' )->text(), + 'editor' => wfMessage( 'version-editors' )->text(), 'parserhook' => wfMessage( 'version-parserhooks' )->text(), 'variable' => wfMessage( 'version-variables' )->text(), 'media' => wfMessage( 'version-mediahandlers' )->text(), diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 5cfad4bbc3..168ce075cc 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3799,6 +3799,7 @@ "version-specialpages": "Special pages", "version-parserhooks": "Parser hooks", "version-variables": "Variables", + "version-editors": "Editors", "version-antispam": "Spam prevention", "version-api": "API", "version-other": "Other", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index cb8637a12a..7a4d7fd9f4 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -3996,6 +3996,7 @@ "version-specialpages": "Part of [[Special:Version]].\n{{Identical|Special page}}", "version-parserhooks": "This message is a heading at [[Special:Version]] for extensions that modifies the parser of wikitext.", "version-variables": "{{Identical|Variable}}", + "version-editors": "Part of [[Special:Version]].\nThis message is followed by the list of installed extensions that provide an editor or enhance editing functionality.", "version-antispam": "Part of [[Special:Version]].\nThis message is followed by the list of SPAM prevention extensions.", "version-api": "{{optional}}", "version-other": "{{Identical|Other}}",