mediawiki-extensions-Visual.../modules/ve-mw/ui
Bartosz Dziewoński fd80fae57f Replace mediawiki.Uri with native URL (easy cases)
Replacing one-off uses in various auxiliary features: only used
in function scope (or narrower), nothing else depends on them.
Some of them didn't even need to do any URL parsing or formatting.

Bug: T325249
Change-Id: Ia9a18656f67cb0a204c87605459abb9f5bbdc347
2023-01-03 22:18:01 +01:00
..
actions Use new config option signature when building sequences 2022-03-11 17:12:54 +00:00
commands Move var declarations inline 2022-03-01 17:50:24 +00:00
contextitems Always sanitize href attribute in UI 2022-11-30 18:26:37 +00:00
datatransferhandlers Move var declarations inline 2022-03-01 17:50:24 +00:00
dialogs Always sanitize href attribute in UI 2022-11-30 18:26:37 +00:00
elements Code cleanup in ExpandableContentElement 2022-08-15 08:40:11 +00:00
inspectors Link inspector: Avoid focussing a input when it isn't visible 2022-11-18 13:25:40 +00:00
layouts Merge "Enable template editor toolbar deeper in the stack" 2022-09-12 09:52:26 +00:00
pages Make "(undocumented parameter)" part of the parameter label 2022-08-29 17:00:23 +02:00
styles Remove redundant/unused CSS for template parameter page 2022-09-12 11:32:39 +00:00
tools ve.ui.MWPopupTool: Update usage of 'mediawiki.feedback' 2022-12-12 19:43:14 +01:00
widgets Replace mediawiki.Uri with native URL (easy cases) 2023-01-03 22:18:01 +01:00
ve.ui.MWAriaDescribe.js Make better use of the ARIA mixin 2021-11-18 15:21:47 +00:00
ve.ui.MWCommandRegistry.js
ve.ui.MWExtensionWindow.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWSequenceRegistry.js Use new config option signature when building sequences 2022-03-11 17:12:54 +00:00
ve.ui.MWSurface.js Add mw-show-empty-elt to MW surfaces 2021-11-19 16:08:53 +00:00
ve.ui.MWWikitextCommandRegistry.js Use boolean RegExp.test() instead of .match() where possible 2022-03-24 11:04:43 +01:00
ve.ui.MWWikitextDataTransferHandlerFactory.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWWikitextSequenceRegistry.js
ve.ui.MWWikitextSurface.js Override default source mode font in placeholders too 2021-09-09 22:30:38 +02:00
ve.ui.MWWikitextTransferRegistry.js