mediawiki-extensions-Visual.../modules/ve-mw/ui/tools
Thiemo Kreuz fae6118071 Document and use mw.Api parameter defaults
Reasoning:
* format=json must be the default. Nothing else makes sense in
  the context of this code. This should not be a surprise.
* formatversion=2 is only a default when the custom
  getContentApi() is used, but not when mw.Api is used. One
  might argue that it's safer to always specify formatversion=2.
  However, this is not done in other places in this codebase.
  It should never be done or always.
* I find it confusing when the action=… is missing. Let's not
  rely on this default.

Change-Id: I6ca29f76bffc0849103c5bcff4aaf28fcaaa4c52
2021-07-12 09:13:59 +02:00
..
ve.ui.MWBackTool.js Minor documentation updates in template related classes 2021-06-25 16:46:59 +02:00
ve.ui.MWEditModeTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWFormatTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWGalleryDialogTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWLinkInspectorTool.js Rewrite EducationPopup so it isn't a mixin 2020-09-24 21:33:50 +01:00
ve.ui.MWMediaDialogTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWMetaDialogTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWMobileLinkInspectorTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWPopupTool.js Document and use mw.Api parameter defaults 2021-07-12 09:13:59 +02:00
ve.ui.MWSaveTool.js Avoid using mw.ArticleTarget methods on global ve.init.target in tools 2021-03-30 15:27:54 +00:00
ve.ui.MWSignatureTool.js MWSignatureNode: Don't inherit from TransclusionNode 2020-07-08 22:18:35 +02:00
ve.ui.MWTransclusionDialogTool.js Inline many var declarations in the code below 2021-06-23 09:02:24 +00:00