mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
b574e252f8
* Move revision ids out of configuration and into MWEchoEventLogging class. Because the EchoInteraction schema is used both server and client, we have to duplicate the revision id. * Use EventLoggingSchemas attribute to register client-side schema in extension.json instead of a hook. * Check if EventLogging is enabled in MWEchoEventLogging instead of $wgExtensionFunctions. * Pass only whether the EchoInteraction schema is enabled to the client-side instead of all of $wgEchoEventLoggingSchemas. Change-Id: I968294f96cedac19dc9d8f53df14fecfb666ceee |
||
---|---|---|
.. | ||
mw.echo.Logger.js |