mediawiki-extensions-Visual.../includes
Derick Alangi daa6861f01
Remove ::injectMode(), prep to remove DualParsoidClient p.1
In order not to break clients who already have VE open with etag
that injects the "mode:direct..." in their etag, let's first stop
injecting the direct mode to subsequent VE sessions (for edits)
and wait for 24hrs+ so that we're sure we've processed all sessions
with the direct mode etag.

After 24hrs of this patch merged and going live, we'll then remove
the DualParsoidClient entirely as the p.2 of this cleanup.

Bug: T341612
Change-Id: Ie4f43089ee6f94f51fc0398e84604a17bc5bebcf
2023-07-17 11:26:47 +03:00
..
ApiParsoidTrait.php Stop collecting stats per wiki 2023-06-19 21:19:35 +00:00
ApiVisualEditor.php Always use the strict equality flag when using in_array 2023-06-07 13:26:10 +01:00
ApiVisualEditorEdit.php Merge "Reload page or redirect when saving an edit creates a temp account" 2023-07-11 15:16:56 +00:00
DirectParsoidClient.php Change almost all code to use Bcp47Code instead of Language 2023-07-12 09:38:16 +02:00
DualParsoidClient.php Remove ::injectMode(), prep to remove DualParsoidClient p.1 2023-07-17 11:26:47 +03:00
Hooks.php Remove VirtualRESTService code from VisualEditor 2023-07-11 19:38:05 +02:00
ParsoidClient.php Change almost all code to use Bcp47Code instead of Language 2023-07-12 09:38:16 +02:00
ServiceWiring.php Remove VirtualRESTService code from VisualEditor 2023-07-11 19:38:05 +02: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 Remove VirtualRESTService code from VisualEditor 2023-07-11 19:38:05 +02:00