mediawiki-extensions-Visual.../modules/ve/dm
Catrope 7e65e3becf Add insert and remove events to MetaList
These events occur when an item is inserted or removed by onTransact(),
so both for insertions/removals done through the MetaList mutators and
insertions/removals done by any other means.

We have to gather these events and batch them up because we have to allow
offset translation and index recomputation to occur first (otherwise
calling .getOffset() and .getIndex() on inserted items doesn't work).

Change-Id: I74a9a21398eca4e9afd7148171af20d439cf7ebd
2013-03-26 15:09:52 +00:00
..
annotations Bump copyright notice year range to -2013 over -2012 2013-02-19 15:37:34 -08:00
metaitems Add MW-specific meta items for categories and language links 2013-03-21 12:18:52 -07:00
nodes Change MetaNodes to MetaItems 2013-03-14 23:35:50 -07:00
ve.dm.Annotation.js Change MetaNodes to MetaItems 2013-03-14 23:35:50 -07:00
ve.dm.AnnotationFactory.js Add MetaList 2013-03-15 15:03:10 -07:00
ve.dm.BranchNode.js Fix documentation to place @emits in the correct place 2013-03-25 21:06:05 +00:00
ve.dm.Converter.js Change MetaNodes to MetaItems 2013-03-14 23:35:50 -07:00
ve.dm.Document.js Merge changes I4b62a310,I7c9f22a1 2013-03-26 14:31:44 +00:00
ve.dm.DocumentSlice.js Bump copyright notice year range to -2013 over -2012 2013-02-19 15:37:34 -08:00
ve.dm.DocumentSynchronizer.js Bump copyright notice year range to -2013 over -2012 2013-02-19 15:37:34 -08:00
ve.dm.js Bump copyright notice year range to -2013 over -2012 2013-02-19 15:37:34 -08:00
ve.dm.LeafNode.js Use static.name once for ce and dm nodes 2013-03-07 17:19:39 -08:00
ve.dm.MetaItem.js Merge changes I4b62a310,I7c9f22a1 2013-03-26 14:31:44 +00:00
ve.dm.MetaItemFactory.js Remove more periods 2013-03-20 22:55:50 +00:00
ve.dm.MetaList.js Add insert and remove events to MetaList 2013-03-26 15:09:52 +00:00
ve.dm.ModelRegistry.js Change MetaNodes to MetaItems 2013-03-14 23:35:50 -07:00
ve.dm.Node.js Fix documentation to place @emits in the correct place 2013-03-25 21:06:05 +00:00
ve.dm.NodeFactory.js Remove more periods 2013-03-20 22:55:50 +00:00
ve.dm.Surface.js Merge changes I4b62a310,I7c9f22a1 2013-03-26 14:31:44 +00:00
ve.dm.SurfaceFragment.js Cleanup to ve.dm.SurfaceFragment.wordBoundaryPattern 2013-03-21 15:24:23 -07:00
ve.dm.Transaction.js Remove more periods 2013-03-20 22:55:50 +00:00
ve.dm.TransactionProcessor.js Move .commit()/.rollback() from TransactionProcessor to Document 2013-03-25 21:03:44 +00:00