mediawiki-extensions-Visual.../modules/ve-mw
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
..
ce Only show non-anchored resize handles for MWBlock/InlineImages 2014-01-16 02:41:48 +00:00
dm Merge "Ultra-basic gallery editing" 2014-01-15 23:27:06 +00:00
i18n Merge "Ultra-basic gallery editing" 2014-01-15 23:27:06 +00:00
init Tee tracked events to MediaWiki's mw.track 2014-01-16 13:34:20 -08:00
test Support external links in MWInternalLinkAnnotation 2014-01-15 12:20:46 +00:00
ui Clean up and doc fixes 2014-01-16 17:41:08 +00:00