mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
fae6118071
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 |
||
---|---|---|
.. | ||
ve.ui.MWAdvancedSettingsPage.js | ||
ve.ui.MWCategoriesPage.js | ||
ve.ui.MWLanguagesPage.js | ||
ve.ui.MWParameterPage.js | ||
ve.ui.MWParameterPlaceholderPage.js | ||
ve.ui.MWSettingsPage.js | ||
ve.ui.MWTemplatePage.js | ||
ve.ui.MWTemplatePlaceholderPage.js | ||
ve.ui.MWTemplatesUsedPage.js | ||
ve.ui.MWTransclusionContentPage.js |