mediawiki-extensions-Visual.../modules/ve/dm
Trevor Parscal 85b807ed5d Changed to using structured lists
This makes it possible to get identical rendering in the editor, but may make other things more complex. The Wikitext serializer is no longer compatible for rendering lists so it's been stubbed out. Also the way the toolbar works with lists is broken, so that's been disabled. The HTML serializer has been fixed to work correctly and no-longer-used styles have been removed.

Change-Id: If156f55068b1f6d229b3fa789164f28b2e3dfc76
2012-04-05 14:32:08 -07:00
..
nodes Cleanup of white space, missing semi-colons, line breaks, etc. 2012-04-02 15:28:26 -07:00
serializers Changed to using structured lists 2012-04-05 14:32:08 -07:00
ve.dm.BranchNode.js Migrated es.* to new ve.* namespace which is more structured, and will make it easier to keep data model, edit surface, user interface and content editable work separated cleanly 2012-02-06 23:50:56 +00:00
ve.dm.DocumentSynchronizer.js Rewrite the rebuild action to take two ranges rather than a node and some data. 2012-03-14 21:02:31 +00:00
ve.dm.js Removed duplicate static methods and members that were copied to ve.dm - lets just leave them in ve.dm.DocumentNode for now. 2012-03-09 21:54:00 +00:00
ve.dm.LeafNode.js Migrated es.* to new ve.* namespace which is more structured, and will make it easier to keep data model, edit surface, user interface and content editable work separated cleanly 2012-02-06 23:50:56 +00:00
ve.dm.Node.js Update class names, from ve.es to ve.cs, and update code that uses those classes 2012-03-06 22:39:43 +00:00
ve.dm.Surface.js Cleanup of white space, missing semi-colons, line breaks, etc. 2012-04-02 15:28:26 -07:00
ve.dm.Transaction.js Add replace operation 2012-03-08 23:21:17 +00:00
ve.dm.TransactionProcessor.js Cleanup of white space, missing semi-colons, line breaks, etc. 2012-04-02 15:28:26 -07:00