mediawiki-extensions-Visual.../modules/ve-mw/dm/models
Trevor Parscal 3edad8d0da Fix off-by-one error in TransclusionModel when moving items
The error occurs when moving an item down (increasing index) which
removes the item, adjusts the index and then inserts the item. The index
shouldn't be adjusted when moving one down, however, because once
removed everything shifts and the +1 index set initially to move it is
still good.

Change-Id: I44bd2b3eb4bbbef58a6ac181e75969ec7c2cab6f
2014-03-01 01:24:11 +00:00
..
ve.dm.MWParameterModel.js Rename MWTemplateParameter* classes to MWParameter* 2014-02-26 10:54:45 +00:00
ve.dm.MWTemplateModel.js Move parameter adding to a placeholder page 2014-02-28 17:20:24 -08:00
ve.dm.MWTemplatePlaceholderModel.js Bump copyright like it's 2014 2014-01-05 20:06:50 +08:00
ve.dm.MWTemplateSpecModel.js Move parameter adding to a placeholder page 2014-02-28 17:20:24 -08:00
ve.dm.MWTransclusionContentModel.js Implement 'change' events in templates models 2014-01-22 19:03:17 +00:00
ve.dm.MWTransclusionModel.js Fix off-by-one error in TransclusionModel when moving items 2014-03-01 01:24:11 +00:00
ve.dm.MWTransclusionPartModel.js Implement 'change' events in templates models 2014-01-22 19:03:17 +00:00