mediawiki-extensions-Visual.../modules/ve/dm/nodes
Roan Kattouw 78b402545b Preserve the contents of secondary reference definitions
We currently change <ref name="foo">Foo</ref> ... <ref name="foo">Foo</ref>
to <ref name="foo">Foo</ref> ... <ref name="foo" /> , because know
that the second ref tag isn't canonical and so we blank it.

Instead, we now preserve the contents of all ref tags that come after
the canonical one.

Change-Id: I45a51a879271890fe46c4184f1029f12d27af678
2013-06-30 02:01:04 -07:00
..
ve.dm.AlienNode.js Clean up static stuff in dm.GeneratedContentNode 2013-06-24 21:50:38 +00:00
ve.dm.BreakNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.CenterNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.DefinitionListItemNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.DefinitionListNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.DivNode.js Add support for <div>s as user-editable blocks 2013-04-30 18:43:41 -07:00
ve.dm.DocumentNode.js Store DM nodes in InternalList 2013-06-03 22:10:07 +01:00
ve.dm.GeneratedContentNode.js Clean up static stuff in dm.GeneratedContentNode 2013-06-24 21:50:38 +00:00
ve.dm.HeadingNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.ImageNode.js Image node refactor 2013-04-10 14:56:08 -07:00
ve.dm.InternalItemNode.js Add data model support for MediaWiki references 2013-04-23 10:17:42 +01:00
ve.dm.InternalListNode.js Add data model support for MediaWiki references 2013-04-23 10:17:42 +01:00
ve.dm.ListItemNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.ListNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.MWBlockImageNode.js Fix class attribute preservation for images 2013-06-27 17:39:43 -07:00
ve.dm.MWEntityNode.js Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
ve.dm.MWHeadingNode.js Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
ve.dm.MWImageCaptionNode.js Get rid of mw-figcaption class (Parsoid does not use it anymore) 2013-06-27 16:13:28 -07:00
ve.dm.MWInlineImageNode.js Fix class attribute preservation for images 2013-06-27 17:39:43 -07:00
ve.dm.MWPreformattedNode.js Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
ve.dm.MWReferenceListNode.js Store original DOM elements of transclusions 2013-06-24 15:50:52 +00:00
ve.dm.MWReferenceNode.js Preserve the contents of secondary reference definitions 2013-06-30 02:01:04 -07:00
ve.dm.MWTransclusionNode.js Fix escapeParams in transclusions to not escape other transclusions 2013-06-27 21:19:51 +01:00
ve.dm.ParagraphNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.PreformattedNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.TableCaptionNode.js Add TableCaptionNode 2013-04-26 14:09:54 -07:00
ve.dm.TableCellNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.TableNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.TableRowNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.TableSectionNode.js Actually use the doc parameter in toDomElements() 2013-04-09 23:48:03 +00:00
ve.dm.TextNode.js Use static.name once for ce and dm nodes 2013-03-07 17:19:39 -08:00