mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +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 |
||
---|---|---|
.. | ||
styles | ||
.eslintrc.json | ||
ve.init.mw.ArticleTargetLoader.js | ||
ve.init.mw.ArticleTargetSaver.js | ||
ve.init.mw.DesktopArticleTarget.init.js | ||
ve.init.mw.DiffLoader.js | ||
ve.init.mw.DiffPage.init.js | ||
ve.init.mw.ProgressBarWidget.js | ||
ve.init.mw.TempWikitextEditorWidget.js | ||
ve.init.MWEditingTabDialog.js | ||
ve.init.MWEditModeTool.js | ||
ve.init.MWVESwitchConfirmDialog.js | ||
ve.init.MWVESwitchPopupWidget.js | ||
ve.init.MWWelcomeDialog.js | ||
ve.utils.parsoid.js |