mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
93a7f33989
Passing the useskin parameter ensures that output hooks are run on the new page HTML. This already happens because we request the 'subtitle' and 'categorieshtml' props which also trigger skin mode (along with the 'headhtml' which we don't request). However it is better for us to be explicit that we want the rendering for a specific skin, rather than relying on these props to trigger the correct mode. Also pass through mobileformat param, which is added by a hook in MobileFrontend. Change-Id: I1cd2c5c5c13ae0b90cc32e441b453532343a434a |
||
---|---|---|
.. | ||
ApiParsoidTrait.php | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
ServiceWiring.php | ||
SpecialCollabPad.php | ||
VisualEditorApiVisualEditorEditPostSaveHook.php | ||
VisualEditorApiVisualEditorEditPreSaveHook.php | ||
VisualEditorBeforeEditorHook.php | ||
VisualEditorDataModule.php | ||
VisualEditorDesktopArticleTargetInitModule.php | ||
VisualEditorHookRunner.php | ||
VisualEditorHooks.php |