2015-05-23 08:46:40 +00:00
|
|
|
{
|
|
|
|
"name": "FancyCaptcha",
|
2015-11-30 09:44:57 +00:00
|
|
|
"author": [
|
|
|
|
"Brion Vibber",
|
|
|
|
"..."
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#FancyCaptcha",
|
|
|
|
"descriptionmsg": "fancycaptcha-desc",
|
|
|
|
"license-name": "GPL-2.0+",
|
|
|
|
"type": "antispam",
|
2015-05-23 08:46:40 +00:00
|
|
|
"APIModules": {
|
|
|
|
"fancycaptchareload": "ApiFancyCaptchaReload"
|
|
|
|
},
|
|
|
|
"MessagesDirs": {
|
|
|
|
"FancyCaptcha": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
|
|
|
"FancyCaptcha": "FancyCaptcha.class.php",
|
2016-04-25 20:58:18 +00:00
|
|
|
"HTMLFancyCaptchaField": "HTMLFancyCaptchaField.php",
|
2015-05-23 08:46:40 +00:00
|
|
|
"ApiFancyCaptchaReload": "ApiFancyCaptchaReload.php"
|
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"ext.confirmEdit.fancyCaptcha.styles": {
|
|
|
|
"position": "top",
|
|
|
|
"styles": "ext.confirmEdit.fancyCaptcha.css"
|
|
|
|
},
|
|
|
|
"ext.confirmEdit.fancyCaptcha": {
|
|
|
|
"scripts": "ext.confirmEdit.fancyCaptcha.js",
|
2015-08-12 20:01:13 +00:00
|
|
|
"dependencies": "mediawiki.api",
|
|
|
|
"targets": [
|
|
|
|
"mobile",
|
|
|
|
"desktop"
|
|
|
|
]
|
2015-05-23 08:46:40 +00:00
|
|
|
},
|
|
|
|
"ext.confirmEdit.fancyCaptchaMobile": {
|
|
|
|
"scripts": "ext.confirmEdit.fancyCaptcha.js",
|
|
|
|
"targets": [
|
|
|
|
"mobile",
|
|
|
|
"desktop"
|
|
|
|
],
|
|
|
|
"dependencies": "mobile.startup"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "resources",
|
|
|
|
"remoteExtPath": "ConfirmEdit/FancyCaptcha/resources"
|
|
|
|
},
|
2015-05-27 17:11:31 +00:00
|
|
|
"callback": "ConfirmEditHooks::onFancyCaptchaSetup",
|
2015-05-23 08:46:40 +00:00
|
|
|
"config": {
|
|
|
|
"CaptchaClass": "FancyCaptcha",
|
|
|
|
"CaptchaFileBackend": "",
|
|
|
|
"CaptchaDirectory": false,
|
|
|
|
"CaptchaDirectoryLevels": 0,
|
|
|
|
"CaptchaSecret": "CHANGE_THIS_SECRET!",
|
|
|
|
"CaptchaDeleteOnSolve": false
|
2016-02-28 17:20:01 +00:00
|
|
|
},
|
|
|
|
"manifest_version": 1
|
2015-05-23 08:46:40 +00:00
|
|
|
}
|