mediawiki-extensions-Visual.../includes
thiemowmde 8825c3dce4 Fix type hint in ApiVisualEditorEdit
This doesn't make much of a difference, but I think it is more
correct. False is returned when the key cannot be found in the
cache. This is an expected situation here (hence the "try"). Null
can only be returned when null was stored in the cache before. This
can't happen here, as far as I understand the code.

Change-Id: I82f24e9f7234d0ec79f8223cd29e3df6e83f7f7b
2024-02-20 11:23:33 +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 Fix type hint in ApiVisualEditorEdit 2024-02-20 11:23:33 +01:00
DirectParsoidClient.php Use metrics from SiteConfig to restore the Parsoid prefix 2023-08-30 20:28:23 -04:00
Hooks.php Merge "Enrollment for the edit check a/b test" 2024-02-19 15:27:16 +00:00
ParsoidClient.php ApiParsoidTrait/DirectParsoidClient: Simplify error handling 2023-08-16 17:09:18 +02:00
ServiceWiring.php Remove the VisualEditorHookRunner service 2024-01-31 20:02:36 +01:00
SpecialCollabPad.php Use OutputPage::setPageTitleMsg() instead of ::setPageTitle() 2024-02-17 03:01:13 +01: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 Drop RL targets definitions from module class, no longer honoured 2024-01-23 21:40:20 +01: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 Remove the VisualEditorHookRunner service 2024-01-31 20:02:36 +01:00
VisualEditorParsoidClientFactory.php Stop injecting ServiceOptions in VisualEditorParsoidClientFactory 2023-08-30 17:05:17 +02:00