mediawiki-extensions-Visual.../modules/ve-mw/dm/models
Trevor Parscal ace27b159b Fix-up offset when transplanting transclusion parts
Symptoms:
* When adding a transclusion part that already exists, if the item is
  being moved to the right it will inserted at a position one place too
  far

Diagnoses:
* When an index is provided with an item in a queue given to
  TransclusionModel's process method, the part is automatically removed,
  but the index, if given, is never adjusted accordingly

Prognosis:
* Cautiously optimistic

Treatment:
* Decrement the insertion index, if given and after the existing index

Change-Id: If321df8f63dae07c76663e76e14864e2f4518920
2014-02-07 15:21:35 -08:00
..
ve.dm.MWTemplateModel.js Implement 'change' events in templates models 2014-01-22 19:03:17 +00:00
ve.dm.MWTemplateParameterModel.js Implement 'change' events in templates models 2014-01-22 19:03:17 +00:00
ve.dm.MWTemplatePlaceholderModel.js Bump copyright like it's 2014 2014-01-05 20:06:50 +08:00
ve.dm.MWTemplateSpecModel.js Implement 'change' events in templates models 2014-01-22 19:03:17 +00:00
ve.dm.MWTransclusionContentModel.js Implement 'change' events in templates models 2014-01-22 19:03:17 +00:00
ve.dm.MWTransclusionModel.js Fix-up offset when transplanting transclusion parts 2014-02-07 15:21:35 -08:00
ve.dm.MWTransclusionPartModel.js Implement 'change' events in templates models 2014-01-22 19:03:17 +00:00