summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CommentStreams/extension.json')
-rw-r--r--CommentStreams/extension.json42
1 files changed, 25 insertions, 17 deletions
diff --git a/CommentStreams/extension.json b/CommentStreams/extension.json
index aae4b282..125f1b6f 100644
--- a/CommentStreams/extension.json
+++ b/CommentStreams/extension.json
@@ -1,6 +1,6 @@
{
"name": "CommentStreams",
- "version": "4.7",
+ "version": "6.3",
"author": [
"[https://www.mediawiki.org/wiki/User:Jji Jason Ji]",
"[https://www.mediawiki.org/wiki/User:Cindy.cicalese Cindy Cicalese]"
@@ -42,6 +42,7 @@
"mobile"
],
"messages": [
+ "commentstreams-api-error-invalid",
"commentstreams-api-error-notloggedin",
"commentstreams-api-error-commentnotfound",
"commentstreams-api-error-notacomment",
@@ -116,17 +117,20 @@
"localBasePath": "resources",
"remoteExtPath": "CommentStreams/resources"
},
+ "ServiceWiringFiles": [
+ "includes/ServiceWiring.php"
+ ],
"AutoloadNamespaces": {
"MediaWiki\\Extension\\CommentStreams\\": "includes/"
},
"APIModules": {
- "csPostComment": "MediaWiki\\Extension\\CommentStreams\\ApiCSPostComment",
- "csQueryComment": "MediaWiki\\Extension\\CommentStreams\\ApiCSQueryComment",
- "csEditComment": "MediaWiki\\Extension\\CommentStreams\\ApiCSEditComment",
- "csDeleteComment": "MediaWiki\\Extension\\CommentStreams\\ApiCSDeleteComment",
- "csVote": "MediaWiki\\Extension\\CommentStreams\\ApiCSVote",
- "csWatch": "MediaWiki\\Extension\\CommentStreams\\ApiCSWatch",
- "csUnwatch": "MediaWiki\\Extension\\CommentStreams\\ApiCSUnwatch"
+ "cspostcomment": "MediaWiki\\Extension\\CommentStreams\\ApiCSPostComment",
+ "csquerycomment": "MediaWiki\\Extension\\CommentStreams\\ApiCSQueryComment",
+ "cseditcomment": "MediaWiki\\Extension\\CommentStreams\\ApiCSEditComment",
+ "csdeletecomment": "MediaWiki\\Extension\\CommentStreams\\ApiCSDeleteComment",
+ "csvote": "MediaWiki\\Extension\\CommentStreams\\ApiCSVote",
+ "cswatch": "MediaWiki\\Extension\\CommentStreams\\ApiCSWatch",
+ "csunwatch": "MediaWiki\\Extension\\CommentStreams\\ApiCSUnwatch"
},
"Hooks": {
"LoadExtensionSchemaUpdates": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::addCommentTableToDatabase",
@@ -137,22 +141,26 @@
"ParserFirstCallInit": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::onParserSetup",
"BeforePageDisplay": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::addCommentsAndInitializeJS",
"ShowSearchHitTitle": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::showSearchHitTitle",
- "smwInitProperties": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::initProperties",
- "SMWStore::updateDataBefore": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::updateData",
- "BeforeCreateEchoEvent": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::onBeforeCreateEchoEvent",
- "SMW::Settings::BeforeInitializationComplete": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::onSMWInitialization"
+ "BeforeCreateEchoEvent": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsEchoInterface::onBeforeCreateEchoEvent",
+ "smwInitProperties": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsSMWInterface::initProperties",
+ "SMWStore::updateDataBefore": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsSMWInterface::updateData",
+ "SMW::Settings::BeforeInitializationComplete": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsSMWInterface::onSMWInitialization"
+ },
+ "callback": "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::onRegistration",
+ "ConfigRegistry": {
+ "CommentStreams": "GlobalVarConfig::newInstance"
},
- "callback" : "MediaWiki\\Extension\\CommentStreams\\CommentStreamsHooks::onRegistration",
"config": {
"CommentStreamsNamespaceIndex": 844,
- "CommentStreamsAllowedNamespaces" : null,
+ "CommentStreamsAllowedNamespaces": null,
"CommentStreamsEnableTalk": false,
"CommentStreamsNewestStreamsOnTop": true,
"CommentStreamsModeratorFastDelete": false,
"CommentStreamsShowLabels": true,
"CommentStreamsEnableVoting": false,
- "CommentStreamsInitiallyCollapsedNamespaces" : [],
- "CommentStreamsUserRealNamePropertyName" : null,
- "CommentStreamsUserAvatarPropertyName" : null
+ "CommentStreamsInitiallyCollapsedNamespaces": [],
+ "CommentStreamsUserRealNamePropertyName": null,
+ "CommentStreamsUserAvatarPropertyName": null,
+ "CommentStreamsEnableSearch": true
}
}