mediawiki-extensions-Visual.../modules/ve-mw/ui/pages
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.MWAdvancedSettingsPage.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWCategoriesPage.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWLanguagesPage.js Document and use mw.Api parameter defaults 2021-07-12 09:13:59 +02:00
ve.ui.MWParameterPage.js Inline many var declarations in the code below 2021-06-23 09:02:24 +00:00
ve.ui.MWParameterPlaceholderPage.js Fixes and updates to template related JSDoc tags 2021-07-08 06:36:56 +00:00
ve.ui.MWSettingsPage.js eslint: Enable the mediawiki/class-doc rule and make pass 2020-04-17 22:59:11 +01:00
ve.ui.MWTemplatePage.js Inline many var declarations in the code below 2021-06-23 09:02:24 +00:00
ve.ui.MWTemplatePlaceholderPage.js Inline many var declarations in the code below 2021-06-23 09:02:24 +00:00
ve.ui.MWTemplatesUsedPage.js Convert $.Deferred() to ve.createDeferred(), except in preinit 2019-11-02 13:06:28 +08:00
ve.ui.MWTransclusionContentPage.js Remove unused .getWikitext() methods from transclusion classes 2021-07-06 10:58:11 +02:00