https://bugzilla.wikimedia.org/show_bug.cgi?id=72173
--- Comment #3 from Roan Kattouw <[email protected]> --- (In reply to Roan Kattouw from comment #2) > Turns out EventLogging's mw.track subscriber is broken, and VisualEditor was > using it for no good reason. I'll port VE to use EL directly, but there are > other uses of mw.track and those are probably broken too: > > resources/lib/jquery/jquery.migrate.js:65:mw.track( "jquery.migrate", key || > "unknown" ); > resources/src/mediawiki/mediawiki.js:567:mw.track( 'mw.deprecate', key ); > resources/src/mediawiki/mediawiki.js:572:mw.track( 'mw.deprecate', key ); ACTUALLY... the WikimediaEvents extension includes subscribers for both ve.* events and for these two. So they DO end up in EventLogging, just not via EventLogging's subscriber. It looks like nothing is just EventLogging's subscriber, which only subscribes to things starting with 'event.*' The schemas used by WikimediaEvents are: ve.* --> Schema:TimingData jquery.migrate --> Schema:JQMigrateUsage mw.deprecate --> Schema:DeprecatedUsage -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
