Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/214558
Change subject: Set manifest_version in extension.json
......................................................................
Set manifest_version in extension.json
Bug: T100745
Change-Id: Idbca04a374f3ec5cc7f136b854dde997e6b7945a
---
A extension.json
1 file changed, 74 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AntiSpoof
refs/changes/58/214558/1
diff --git a/extension.json b/extension.json
new file mode 100644
index 0000000..99b809b
--- /dev/null
+++ b/extension.json
@@ -0,0 +1,74 @@
+{
+ "name": "AntiSpoof",
+ "author": "Brion Vibber",
+ "url": "https://www.mediawiki.org/wiki/Extension:AntiSpoof",
+ "descriptionmsg": "antispoof-desc",
+ "type": "antispam",
+ "GroupPermissions": {
+ "sysop": {
+ "override-antispoof": true
+ },
+ "bureaucrat": {
+ "override-antispoof": true
+ }
+ },
+ "AvailableRights": [
+ "override-antispoof"
+ ],
+ "APIModules": {
+ "antispoof": "ApiAntiSpoof"
+ },
+ "MessagesDirs": {
+ "AntiSpoof": [
+ "i18n"
+ ]
+ },
+ "ExtensionMessagesFiles": {
+ "AntiSpoof": "AntiSpoof.i18n.php"
+ },
+ "AutoloadClasses": {
+ "AntiSpoof": "AntiSpoof_body.php",
+ "AntiSpoofHooks": "AntiSpoofHooks.php",
+ "SpoofUser": "SpoofUser.php",
+ "ApiAntiSpoof": "api/ApiAntiSpoof.php"
+ },
+ "Hooks": {
+ "LoadExtensionSchemaUpdates": [
+ "AntiSpoofHooks::asUpdateSchema"
+ ],
+ "AbortNewAccount": [
+ "AntiSpoofHooks::asAbortNewAccountHook"
+ ],
+ "UserCreateForm": [
+ "AntiSpoofHooks::asUserCreateFormHook"
+ ],
+ "AddNewAccount": [
+ "AntiSpoofHooks::asAddNewAccountHook"
+ ],
+ "RenameUserComplete": [
+ "AntiSpoofHooks::asAddRenameUserHook"
+ ],
+ "DeleteAccount": [
+ "AntiSpoofHooks::asDeleteAccount"
+ ],
+ "UnitTestsList": [
+ "AntiSpoofHooks::asUnitTestsList"
+ ]
+ },
+ "config": {
+ "AntiSpoofAccounts": true,
+ "AntiSpoofBlacklist": [
+ 823,
+ 824,
+ 8260,
+ 8725,
+ 9134,
+ 10742,
+ 10744,
+ 11003,
+ 11005,
+ 65295
+ ]
+ },
+ "manifest_version": 1
+}
--
To view, visit https://gerrit.wikimedia.org/r/214558
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idbca04a374f3ec5cc7f136b854dde997e6b7945a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AntiSpoof
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits