mediawiki-extensions-Visual.../modules/ve-mw/ui/dialogs
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
..
ve.ui.MWBetaWelcomeDialog.js Pass the mw.user directly into {{GENDER:}} 2013-11-20 10:51:32 +00:00
ve.ui.MWMediaEditDialog.js Add fixUpInsertion to newFromDocumentReplace 2013-11-20 11:24:06 +00:00
ve.ui.MWMediaInsertDialog.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.MWMetaDialog.js doc: Fix existing violations detected by JSDuck 5 2013-11-19 16:10:25 +05:30
ve.ui.MWReferenceDialog.js Fix JS errors when inserting references 2013-12-02 11:35:00 -08:00
ve.ui.MWReferenceListDialog.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.MWSaveDialog.js Use InputWidget facilities in byte limit counter 2013-11-25 17:23:35 +00:00
ve.ui.MWTransclusionDialog.js Window refactor 2013-11-08 12:33:25 -08:00