mediawiki-extensions-Visual.../modules/ve2/dm
Catrope 6d6914c3bc Fix missing adjustment in TransactionProcessor
I forgot to adjust a range based on this.cursor for this.adjustment .
This indirectly caused Rob to get an exception when trying to wrap
the last node in the document, because the unadjusted range was past the
end of the document.

Change-Id: If9d5b76568fae25ba2c0f405f1c4fcdd8d879e4f
2012-06-14 16:36:16 -07:00
..
annotations Set data.title based on sHref so LinkInspector can use it 2012-06-13 19:32:49 -07:00
nodes Make tableCell represent both <td> and <th> 2012-06-08 12:27:22 -07:00
ve.dm.Annotation.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.AnnotationFactory.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.BranchNode.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.Converter.js Don't blow away attributes coming from toDataElement() 2012-06-14 16:06:35 -07:00
ve.dm.Document.js Merge branch 'dmrewrite' of ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor into dmrewrite 2012-06-13 16:23:35 -07:00
ve.dm.DocumentSynchronizer.js Removed duplicate update event on length change and cleaned up some methods that were being called by symbolic operation name 2012-06-13 17:16:04 -07:00
ve.dm.js Cleaned up some useless/unused functions 2012-06-07 15:02:40 -07:00
ve.dm.LeafNode.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.Node.js Fix broken getRange() function, wasn't skipping the opening element 2012-06-14 16:23:20 -07:00
ve.dm.NodeFactory.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.Surface.js Moved history tracking into a startable/stoppable service 2012-06-13 17:16:04 -07:00
ve.dm.Transaction.js Needs copyArray instead of copyObject, d'oh 2012-06-13 18:30:50 -07:00
ve.dm.TransactionProcessor.js Fix missing adjustment in TransactionProcessor 2012-06-14 16:36:16 -07:00