mediawiki-extensions-Visual.../modules
Ori Livneh 753d87e618 Tee tracked events to MediaWiki's mw.track
When running in the context of MediaWiki, VisualEditor should tee its event
stream to MediaWiki's main event bus, mw.track(), so that MediaWiki event
subscribers have a unified interface for subscribing to events. Each
VisualEditor event topic is prefixed with 've.'

To test this patch, you can use this snippet:

  mw.trackSubscribe( 've', function ( topic, data ) {
    console.log( this, topic, data );
  } );

Change-Id: I6b3f10b0dd0aa7fa47c3b35e2fc554622960ce52
2014-01-16 13:34:20 -08:00
..
syntaxhighlight Bump copyright like it's 2014 2014-01-05 20:06:50 +08:00
ve-mw Tee tracked events to MediaWiki's mw.track 2014-01-16 13:34:20 -08:00
ve-wmf/i18n Localisation updates from https://translatewiki.net. 2014-01-05 20:14:40 +00:00