mediawiki-extensions-Visual.../includes
Derick Alangi 8bfe88b8b1 ParsoidHelper: Make VisualEditorParsoidClientFactory required
In order to make this interface cleaner and not promote the
use of optional parameters when not needed, make the factory
required so that callers should worry about it and not overwork
the helper.

In this case, DiscussionTools extension is already using this
interface and has the factory injected appropriately.

Depends-On: If682af406c0fc7a9eca106eb3ebd95e6c14baddd
Change-Id: I836c0ad73687d8b99d1e067a5c3a3e512b4bd37a
2022-09-06 21:44:29 +01:00
..
ApiParsoidTrait.php ParsoidHelper: Remove unnecessary $config 2022-09-06 12:05:39 +00:00
ApiVisualEditor.php ApiVisualEditor: set title when expanding permission editnotices 2022-07-20 10:48:56 -04:00
ApiVisualEditorEdit.php ApiVisualEditorEdit: Switch to non-global FlaggablePageView::newFromTitle 2022-08-15 18:02:24 +00:00
Hooks.php Merge "Don't send missing $wgVisualEditorTabMessages to the browser" 2022-08-26 18:57:07 +00:00
ParsoidHelper.php ParsoidHelper: Make VisualEditorParsoidClientFactory required 2022-09-06 21:44:29 +01:00
ServiceWiring.php Introduce VisualEditorParsoidClientFactory 2022-09-06 12:47:43 +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
VisualEditorParsoidClient.php Introduce VisualEditorParsoidClientFactory 2022-09-06 12:47:43 +01:00
VisualEditorParsoidClientFactory.php Introduce VisualEditorParsoidClientFactory 2022-09-06 12:47:43 +01:00