mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2025-01-06 02:04:59 +00:00
f69438fae6
If links get pasted into VE and they lack a "//" in the `href`, they are automatically considered to be "internal", thus being converted into `[[...]]` wikitext links. In case of pseudo protocols like `mailto:` this should not be the case. This patch uses MediaWiki core settings to check if a `href` value is an external protocol known to the application. Bug: T297575 Depends-On: I2e584f6d5adc6b2d735e79cea64f2beeb5f2c36d Change-Id: I2b383106450e02cc6bcc1b99d547ff2ed7832b4c |
||
---|---|---|
.. | ||
styles | ||
.eslintrc.json | ||
ve.init.mw.ArticleTargetLoader.js | ||
ve.init.mw.ArticleTargetSaver.js | ||
ve.init.mw.DesktopArticleTarget.init.js | ||
ve.init.mw.DiffLoader.js | ||
ve.init.mw.DiffPage.init.js | ||
ve.init.mw.ProgressBarWidget.js | ||
ve.init.mw.TempWikitextEditorWidget.js | ||
ve.init.MWEditingTabDialog.js | ||
ve.init.MWEditModeTool.js | ||
ve.init.MWVESwitchConfirmDialog.js | ||
ve.init.MWVESwitchPopupWidget.js | ||
ve.init.MWWelcomeDialog.js | ||
ve.utils.parsoid.js |