mediawiki-extensions-Visual.../modules/ve-mw
Roan Kattouw f8ff2023c3 Fix JS errors when inserting references
ve.ui.MWReferenceDialog.prototype.teardown:
* Pass ranges rather than nodes to transaction builders
* Don't do a removal in insertion mode, we know the removal range
  will be empty

ve.dm.Transaction.newFromDocumentInsertion:
* Correctly splice the edited internalItem into listData in the case
  that newDoc isn't a document slice of doc
* Rename range to spliceItemRange for clarity
* Introduce spliceListNodeRange and set it to either newDoc's
  listNodeRange or doc's depending on whether newDoc is a slice of doc

Bug: 57683
Change-Id: Iae7de7701ae86bed89b707038407243d82249e1a
2013-12-02 11:35:00 -08:00
..
ce Render MW extension node wikitext with XML 2013-12-01 17:13:39 +00:00
dm Rich paste 2013-11-26 18:23:12 +00:00
init Tear down the save dialog and remove it from memory on surface teardown 2013-11-27 14:00:16 +00:00
test [browser test] more shuffling of elements among iframes 2013-11-27 09:05:58 -07:00
ui Fix JS errors when inserting references 2013-12-02 11:35:00 -08:00