mediawiki-extensions-Visual.../modules/ve2/dm
Catrope dae599ac2f Fix the newline workarounds (for Parsoid newline handling) for headings
* Parsoid outputs bare newlines after a heading unless it's followed by
  a <p>, so strip leading and trailing newlines in all bare text
* Adding a leading newline in <p>s is only needed if preceded by a
  heading, don't add it otherwise
* Headings need a bare newline after them unless followed by a <p>
* Headings also need a bare newline before them if preceded by a <pre>

Change-Id: Ib02f800b26453541604e920fbb3845c51cdc6dea
2012-06-14 22:50:46 -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 Fix the newline workarounds (for Parsoid newline handling) for headings 2012-06-14 22:50:46 -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 typo rawr 2012-06-14 16:57:09 -07:00