mediawiki-extensions-Visual.../includes
Ed Sanders 93a7f33989 ApiVisualEditorEdit: Pass useskin & mobileformat to ApiParse
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
2022-02-18 16:59:07 +00:00
..
ApiParsoidTrait.php ApiParsoidTrait: Make $title optional as it is not required when $oldid set 2022-02-08 15:09:28 +00:00
ApiVisualEditor.php Modernize some warnings about account not being registered 2022-02-09 21:26:18 +01:00
ApiVisualEditorEdit.php ApiVisualEditorEdit: Pass useskin & mobileformat to ApiParse 2022-02-18 16:59:07 +00:00
ServiceWiring.php Introduce VisualEditorApiVisualEditorPostSaveHook 2021-04-30 20:50:01 +02:00
SpecialCollabPad.php Fix a series of minor style issues in PHP code 2021-06-03 15:55:38 +02:00
VisualEditorApiVisualEditorEditPostSaveHook.php Introduce VisualEditorApiVisualEditorPostSaveHook 2021-04-30 20:50:01 +02:00
VisualEditorApiVisualEditorEditPreSaveHook.php Introduce VisualEditorApiVisualEditorPreSaveHook 2021-08-18 09:39:00 +02:00
VisualEditorBeforeEditorHook.php Remove 'Hook' from new hook's method name 2022-02-14 23:26:05 +00:00
VisualEditorDataModule.php VisualEditorDataModule: Generate definition summary without parsing wikitext 2022-01-24 22:19:17 +00:00
VisualEditorDesktopArticleTargetInitModule.php doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
VisualEditorHookRunner.php Remove 'Hook' from new hook's method name 2022-02-14 23:26:05 +00:00
VisualEditorHooks.php Remove 'Hook' from new hook's method name 2022-02-14 23:26:05 +00:00