mediawiki-extensions-Visual.../modules/ve-mw/dm
Roan Kattouw f6ba399137 Fix asynchronous loading of MWAlienExtensionNode renderings
ve.dm.MWExtensionNode#toDataElement calls storeGeneratedContents()
which prepopulates the cache, but because it was being called with
the wrong context, this.name was null and so the key we were storing
it under was different from the key we'd later be looking for.

Fixed by ensuring ve.dm.MWAlienExtensionNode#toDataElement preserves
context when calling its parent. Our static context hacks are tricky.

Change-Id: If859d861453067d7656a33a1767f6efc7bd9d323
2016-04-01 12:50:13 +03:00
..
annotations Detect the type of plain pasted links 2016-03-17 19:30:13 +00:00
metaitems build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
models MWTemplateSpecModel: Use namespace constant 2016-03-01 21:41:10 +00:00
nodes Fix asynchronous loading of MWAlienExtensionNode renderings 2016-04-01 12:50:13 +03:00