mediawiki-extensions-Visual.../modules/ve-mw
Bartosz Dziewoński 8dd0bd23d4 Work around a Parsoid bug with creating interwiki links
As detailed in T95850#5078990, Parsoid incorrectly converts HTML to
wikitext when a link `href` refers to an interwiki page and contains
percent-encoded colon characters ':'. VisualEditor doesn't know
anything about interwiki pages (it treats those links as normal local
links, and expects MediaWiki and Parsoid to handle them specially),
so we can't easily special-case them. But since leaving the colon
unencoded is valid for all links anyway, we can just do that.

Bug: T103635
Change-Id: I87d7e6952983a72d90ea739b0bc8488d9f6a9be3
2019-07-26 01:01:01 +02:00
..
ce Apply active external link fix to all skins 2019-06-18 15:23:10 +01:00
dm Work around a Parsoid bug with creating interwiki links 2019-07-26 01:01:01 +02:00
init Update VE core submodule to master (fbbb9c4cb) 2019-07-25 20:25:54 +00:00
tests Store 'canEdit' property when auto-saving or switching editors 2019-05-24 23:15:38 +02:00
themes SaveDialog: Hide options bar when empty 2019-07-16 14:28:25 +01:00
ui Merge "ve.ui.MWLinkAnnotationInspector: Update size after showing/hiding errors" 2019-07-25 20:51:33 +00:00
ve.MWutils.js eslint: Enable valid-jsdoc 2019-04-17 17:13:39 +01:00