mediawiki-extensions-Visual.../modules/ve-mw/dm/nodes
Bartosz Dziewoński 49f603c703 Update <pre> support for Parsoid changes
After 79ccfb9372cb57afa569036ef39ead13abfba673, MediaWiki's `<pre>`
tags get rendered as `<pre typeof="mw:Extension/pre">` in Parsoid HTML.
MediaWiki's indent-pre syntax (block indented by a single space) is
still rendered as `<pre>` in Parsoid HTML, however.

Indent-pre is still handled by MWPreformattedNode (no changes).
Introducing MWPreNode, which will handle `<pre>` extension tags,
and MWPreDialog to change its contents (and allow converting
to MWPreformattedNode).

Pieces copied from MWGalleryNode, MWLinkNodeInspector, CommentInspector.

Possible future improvements:
* Add a specific icon for MWPreContextItem
* Avoid API roundtrips for rendering (but rendering wikitext <pre>
  is not as simple as it looks)
* Consider a way to insert these other than '<pre' sequence

Bug: T159900
Change-Id: I5bc4ea6e5d893736f65ef0dd43b08c18cb1a1e85
2017-03-14 14:08:50 -07:00
..
ve.dm.MWAlienExtensionNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWBlockImageNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWEntityNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWExtensionNode.js Define default HTML types for extension nodes 2017-02-07 20:12:39 +00:00
ve.dm.MWGalleryNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWHeadingNode.js Document usages of ve.dm.Node.static.suggestedParentNodeTypes 2017-03-02 00:11:54 +01:00
ve.dm.MWImageCaptionNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWImageNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWInlineImageNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWMagicLinkNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWNumberedExternalLinkNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWPreformattedNode.js Document usages of ve.dm.Node.static.suggestedParentNodeTypes 2017-03-02 00:11:54 +01:00
ve.dm.MWPreNode.js Update <pre> support for Parsoid changes 2017-03-14 14:08:50 -07:00
ve.dm.MWSignatureNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.dm.MWTableNode.js Tables: Add support for editing mw-collapsible/mw-collapsed 2017-02-16 17:21:44 +01:00
ve.dm.MWTransclusionNode.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00