mediawiki-extensions-Visual.../modules/ve-mw/ui
Alex Monk 978224f2ec Use widgets for wiki-page-name, wiki-user-name, wiki-template-name, boolean, URL and line template fields
* Use TitleInputWidget for wiki-page-name and wiki-template-name parameters
* Use UserInputWidget for wiki-user-name parameters
* Use a custom hacky CheckboxInputWidget child class for boolean parameters
* Borrow some ve.ui.MWExternalLinkAnnotationWidget.prototype.createInputWidget code for url parameters
* Use a TextInputWidget with multiline disabled for line parameters

Not dealt with in this commit, so fallback to existing behaviour:
* string
* number
* unknown
* content
* unbalanced-wikitext
* date
* wiki-file-name

Bug: T55613
Bug: T124734
Bug: T124736
Change-Id: If04944d64303d959e8dd605e75a175895932b788
Depends-On: I87699a93ca1b34c6d248456fcc060f584623d158
Depends-On: I5e97604f0fc24176d5e89899bf0505dc442a1a7e
2016-04-06 22:07:19 +01:00
..
actions Detect the type of plain pasted links 2016-03-17 19:30:13 +00:00
commands Remove all Extension:Cite code, now moved there 2016-02-05 21:36:56 +00:00
contextitems Remove all Extension:Cite code, now moved there 2016-02-05 21:36:56 +00:00
datatransferhandlers Filter out auto-generated reference lists 2016-03-28 17:23:42 +00:00
dialogs Remove icon properties from windows 2016-03-29 12:33:42 +01:00
elements build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
inspectors Remove icon properties from windows 2016-03-29 12:33:42 +01:00
pages Use widgets for wiki-page-name, wiki-user-name, wiki-template-name, boolean, URL and line template fields 2016-04-06 22:07:19 +01:00
styles Use widgets for wiki-page-name, wiki-user-name, wiki-template-name, boolean, URL and line template fields 2016-04-06 22:07:19 +01:00
themes build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
tools Merge "MWPopupTool: Don't pass $1 to visualeditor-beta-warning any more" 2016-03-29 16:52:31 +00:00
widgets Use widgets for wiki-page-name, wiki-user-name, wiki-template-name, boolean, URL and line template fields 2016-04-06 22:07:19 +01:00
ve.ui.MWCommandRegistry.js build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
ve.ui.MWExtensionWindow.js build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
ve.ui.MWMobileContext.js build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
ve.ui.MWMobileSurface.js build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
ve.ui.MWSequenceRegistry.js build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
ve.ui.MWWikitextTransferRegistry.js Wikitext paste: Move MWWikitextStringTransferHandler matchRegExp into a registry 2016-03-05 22:47:00 +00:00