jenkins-bot has submitted this change and it was merged.
Change subject: Add extension.json
......................................................................
Add extension.json
Bug: T87879
Change-Id: I45bdf86f063050ff92d14c0c0525f707a22bf5d8
---
A extension.json
1 file changed, 33 insertions(+), 0 deletions(-)
Approvals:
Alex Monk: Looks good to me, approved
Jforrester: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/extension.json b/extension.json
new file mode 100644
index 0000000..9e8bf59
--- /dev/null
+++ b/extension.json
@@ -0,0 +1,33 @@
+{
+ "name": "AccountAudit",
+ "version": "1.0.0",
+ "author": [
+ "Peter Gehres"
+ ],
+ "url": "https://www.mediawiki.org/wiki/Extension:AccountAudit",
+ "descriptionmsg": "accountaudit-desc",
+ "type": "other",
+ "Hooks": {
+ "UserLoginComplete": [
+ "AccountAuditHooks::onUserLoginComplete"
+ ],
+ "MergeAccountFromTo": [
+ "AccountAuditHooks::onMergeAccountFromTo"
+ ],
+ "DeleteAccount": [
+ "AccountAuditHooks::onDeleteAccount"
+ ],
+ "LoadExtensionSchemaUpdates": [
+ "AccountAuditHooks::loadExtensionSchemaUpdates"
+ ]
+ },
+ "MessagesDirs": {
+ "AccountAudit": [
+ "i18n"
+ ]
+ },
+ "AutoloadClasses": {
+ "AccountAudit": "AccountAudit.body.php",
+ "AccountAuditHooks": "AccountAudit.hooks.php"
+ }
+}
--
To view, visit https://gerrit.wikimedia.org/r/186921
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I45bdf86f063050ff92d14c0c0525f707a22bf5d8
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/AccountAudit
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits