mediawiki-extensions-Visual.../modules/ve-mw
Bartosz Dziewoński 98351fbcf3 Do not "resolve attributes" in toDomElements() overrides
Resolving attributes means turning 'href' and 'src' URLs from possibly
relative to absolute, so that they don't depend on the base URI of the
document.

This is necessary when rendering for clipboard (and in some other
cases), but at the point when toDomElements() is called, the document
these elements are in does not necessary have a sane base URI set,
giving us hrefs pointing to nonexistent pages.

Don't do it here; it will happen later when we know what the right
document (and right base URI) is, e.g. in ve.ce.Surface#onCopy or
ve.ui.PreviewElement#replaceWithModelDom.

Bug: T169675
Bug: T175157
Change-Id: Ie0a5d6e1c57b8efdbbfba0c24f31ca91d156e200
2017-09-07 14:06:24 +02:00
..
ce Merge "Rename LanguageConverter markup fields" 2017-08-11 14:28:11 +00:00
dm Do not "resolve attributes" in toDomElements() overrides 2017-09-07 14:06:24 +02:00
i18n Localisation updates from https://translatewiki.net. 2017-09-05 23:04:02 +02:00
init Merge "Stop requiring deprecated EditPage::getCheckboxes()" 2017-09-05 18:00:52 +00:00
tests MWLinkAction: Don't annotate close tags 2017-08-13 11:33:43 -04:00
themes Align border and border-radius values 2017-08-16 14:05:55 -07:00
ui MWTemplateDialog: BookletLayout: Use findClosestPage instead of getClosestPage 2017-09-05 12:13:41 +10:00
ve.MWutils.js