mediawiki-extensions-Visual.../modules/ve-mw/ui
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
..
actions Move wikitext signature command to correct file 2017-02-07 20:21:32 +00:00
commands build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
contextitems Update <pre> support for Parsoid changes 2017-03-14 14:08:50 -07:00
datatransferhandlers ve.ui.MWWikitextStringTransferHandler: Avoid API call for magic links 2017-03-13 19:54:19 +01:00
dialogs Update <pre> support for Parsoid changes 2017-03-14 14:08:50 -07:00
elements build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
inspectors Override ui.CommentInspector so that copying from it sets text/x-wiki 2017-01-27 01:13:41 -06:00
pages Pass $overlay to FieldsetLayout and FieldLayout in various places 2017-02-16 02:56:03 +01:00
styles Update <pre> support for Parsoid changes 2017-03-14 14:08:50 -07:00
themes build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
tools Use list tool group for editor switching 2017-02-28 15:06:48 +00:00
widgets Update <pre> support for Parsoid changes 2017-03-14 14:08:50 -07:00
ve.ui.MWCommandRegistry.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.ui.MWExtensionWindow.js Update actions on live inspectors and preview dialogs 2017-01-21 18:29:18 +00:00
ve.ui.MWSequenceRegistry.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.ui.MWWikitextCommandRegistry.js Move wikitext signature command to correct file 2017-02-07 20:21:32 +00:00
ve.ui.MWWikitextDataTransferHandlerFactory.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.ui.MWWikitextSequenceRegistry.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00
ve.ui.MWWikitextSurface.js Improve NWE new section styles 2017-03-03 11:59:06 +00:00
ve.ui.MWWikitextTransferRegistry.js build: Bump file copyright notices for 2017 2017-01-03 08:58:33 -08:00