mediawiki-extensions-Visual.../modules/ve2/dm
Catrope db793009be fixupInsertion() variable documentation and cleanup
Functional changes (fixes):
* Make writeElement() also update parentNode and parentType for openings
* Also add to fixupStack when opening a wrapper for a text node

Non-functional changes (cleanup&docs):
* Document all variables at the beginning of the function
* Group variables according to where/how they're used
* Move expectedType into writeElement()
* Kill node, duplicates parentNode unnecessarily
* Kill paragraphOpened, was misnamed and unnecessary
* Rename closedElements to reopenElements

Change-Id: Ie5b4e4f30b267943048fdc170accb29139039192
2012-06-04 16:07:16 -07:00
..
annotations More cleanup, removed ObjectAnnotation (they are inline elements now) 2012-05-31 17:18:28 -07:00
nodes Simplified converters data structures 2012-05-31 17:03:03 -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 Simplified converters data structures 2012-05-31 17:03:03 -07:00
ve.dm.Document.js fixupInsertion() variable documentation and cleanup 2012-06-04 16:07:16 -07:00
ve.dm.DocumentSynchronizer.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.HTMLConverter.js Removed aliases for node type constants, on the client we have them already in Node 2012-05-30 14:38:18 -07:00
ve.dm.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.LeafNode.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.Node.js Add ve.dm.Node.getAttributes() to get a reference to the attributes object 2012-06-04 16:01:14 -07:00
ve.dm.NodeFactory.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.Surface.js Document annotate method in surface model. 2012-06-04 15:06:37 -07:00
ve.dm.Transaction.js Fixed ve.dm.Transaction.newFromRemoval so it supports trimming off extra openings and closings 2012-06-01 14:34:59 -07:00
ve.dm.TransactionProcessor.js Changed use of "factory" to "nodeFactory" to make way for other kinds of factories 2012-05-31 15:20:58 -07:00