mediawiki-extensions-Visual.../includes
Bartosz Dziewoński 79d2e5a3ac Replace confusing use of rawParams() in onSkinEditSectionLinks()
This message is treated as text, and the entire result is escaped
later. rawParams() has no effect except for avoiding parsing wikitext,
so use plaintextParams() instead.

Change-Id: Ifa1f1b51546d4c24b8789b6264302a3ced81cd52
2024-01-15 22:50:54 +01:00
..
ApiParsoidTrait.php ApiParsoidTrait: Fix converting MessageValue to Message 2023-12-18 22:18:38 +01:00
ApiVisualEditor.php Update UserOptionsLookup's FQN 2023-11-29 12:41:16 +00:00
ApiVisualEditorEdit.php VisualEditorEdit diffs should only compare the main slot 2023-11-16 09:18:06 -06:00
DirectParsoidClient.php Use metrics from SiteConfig to restore the Parsoid prefix 2023-08-30 20:28:23 -04:00
Hooks.php Replace confusing use of rawParams() in onSkinEditSectionLinks() 2024-01-15 22:50:54 +01:00
ParsoidClient.php ApiParsoidTrait/DirectParsoidClient: Simplify error handling 2023-08-16 17:09:18 +02:00
ServiceWiring.php Stop injecting ServiceOptions in VisualEditorParsoidClientFactory 2023-08-30 17:05:17 +02:00
SpecialCollabPad.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 12:17:42 +00:00
VisualEditorApiVisualEditorEditPostSaveHook.php Introduce VisualEditorApiVisualEditorPostSaveHook 2021-04-30 20:50:01 +02:00
VisualEditorApiVisualEditorEditPreSaveHook.php Allow hook implementations to modify params 2022-03-29 11:31:30 +00:00
VisualEditorBeforeEditorHook.php Remove 'Hook' from new hook's method name 2022-02-14 23:26:05 +00:00
VisualEditorDataModule.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 12:17:42 +00:00
VisualEditorDesktopArticleTargetInitModule.php Prevent JS code from changing 'skin-view-edit-local' message to 'skin-view-edit' 2023-07-13 02:51:12 +00:00
VisualEditorHookRunner.php Allow hook implementations to modify params 2022-03-29 11:31:30 +00:00
VisualEditorParsoidClientFactory.php Stop injecting ServiceOptions in VisualEditorParsoidClientFactory 2023-08-30 17:05:17 +02:00