jenkins-bot has submitted this change and it was merged. Change subject: Add README explaining purpose of extension, fix typo. ......................................................................
Add README explaining purpose of extension, fix typo. Change-Id: I33ad9d9ab807bbf1dbfafdae6fc7f95614a376d2 --- M CoreEvents.php A README 2 files changed, 7 insertions(+), 1 deletion(-) Approvals: Ori.livneh: Looks good to me, approved jenkins-bot: Verified diff --git a/CoreEvents.php b/CoreEvents.php index 99182e5..37c0086 100644 --- a/CoreEvents.php +++ b/CoreEvents.php @@ -1,6 +1,6 @@ <?php /** - * Campaigns extension + * CoreEvents extension * * @ingroup Extensions * diff --git a/README b/README new file mode 100644 index 0000000..701097d --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +CoreEvents is intended for logging EventLogging events that are not specific to a +particular MW extension. Generally, this means measuring an event that occurs in +core. + +This allows EventLogging to implement logging infrastructure, while the logging +calls and associated logic are kept separate. -- To view, visit https://gerrit.wikimedia.org/r/79449 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I33ad9d9ab807bbf1dbfafdae6fc7f95614a376d2 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/CoreEvents Gerrit-Branch: master Gerrit-Owner: Mattflaschen <[email protected]> Gerrit-Reviewer: MZMcBride <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: Spage <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
