mediawiki-extensions-Visual.../includes
Bartosz Dziewoński 209aaf6943 ParsoidClient: Fix getPageHtml() $targetLanguage param inconsistencies
* DirectParsoidClient: Actually allow null to be provided.
  Previously we tried to call methods on it unconditionally.

* VRSParsoidClient: Require the param to be provided (even if null).
  No reason to diverge from the interface, which requires it.

Change-Id: Id9a450dc8b8eb3e82cf87718b96975e5a3c6180c
2022-09-26 22:52:31 +02:00
..
ApiParsoidTrait.php Only die when error string is not empty 2022-09-19 13:25:37 +00:00
ApiVisualEditor.php Remove redundant ParsoidHelper class from VE 2022-09-15 19:23:05 +00:00
ApiVisualEditorEdit.php Remove redundant ParsoidHelper class from VE 2022-09-15 19:23:05 +00:00
DirectParsoidClient.php ParsoidClient: Fix getPageHtml() $targetLanguage param inconsistencies 2022-09-26 22:52:31 +02:00
Hooks.php Merge "Don't send missing $wgVisualEditorTabMessages to the browser" 2022-08-26 18:57:07 +00:00
ParsoidClient.php ParsoidClient: rename language parameter 2022-09-26 22:46:22 +02:00
ServiceWiring.php Extract RESTbase client code into VRSParsoidClient. 2022-09-14 18:20:36 +01:00
SpecialCollabPad.php Namespace rest of the extension 2022-03-14 22:27:15 +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 Use new ResourceLoader namespace 2022-05-24 22:59:39 +00:00
VisualEditorDesktopArticleTargetInitModule.php Fix tab messages being changed wrong by JavaScript 2022-06-13 20:21:32 +02:00
VisualEditorHookRunner.php Allow hook implementations to modify params 2022-03-29 11:31:30 +00:00
VisualEditorParsoidClientFactory.php Extract RESTbase client code into VRSParsoidClient. 2022-09-14 18:20:36 +01:00
VRSParsoidClient.php ParsoidClient: Fix getPageHtml() $targetLanguage param inconsistencies 2022-09-26 22:52:31 +02:00