mediawiki-extensions-Visual.../includes
C. Scott Ananian 57dc7aa630 Zero-configuration VisualEditor for mainline
Now that Parsoid's ServiceWorkers have been merged to core, this adds
support for "zero configuration Visual Editor" to the master branch.
Like earlier zero-conf work, this does not use RESTBase for stashing
or for reliable selective serialization.  Future integration work
with ParserCache will reintroduce this functionality.  Nevertheless,
this implementation should have feature parity with the "loopback interface"
zero conf VE we've been shipping since 1.35.

Bug: T305108
Change-Id: I7b5b4a6d16b07914f947cbaf498ad1d3cf2447a5
2022-05-20 15:01:09 -04:00
..
ApiParsoidTrait.php Zero-configuration VisualEditor for mainline 2022-05-20 15:01:09 -04:00
ApiVisualEditor.php Restore global context fiddling to fix FlaggedRevs edit notices and checkboxes 2022-05-11 00:08:41 +02:00
ApiVisualEditorEdit.php Fix usage of ApiBase::PARAM_* deprecated constants 2022-04-04 01:30:46 +02:00
Hooks.php Hooks::onRecentChangeSave: Don't pass null to explode(), avoiding PHP 8.1 deprecation 2022-05-02 12:11:19 +00:00
ServiceWiring.php Introduce VisualEditorApiVisualEditorPostSaveHook 2021-04-30 20:50:01 +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 Namespace rest of the extension 2022-03-14 22:27:15 +00:00
VisualEditorDesktopArticleTargetInitModule.php Namespace rest of the extension 2022-03-14 22:27:15 +00:00
VisualEditorHookRunner.php Allow hook implementations to modify params 2022-03-29 11:31:30 +00:00
VisualEditorParsoidClient.php Zero-configuration VisualEditor for mainline 2022-05-20 15:01:09 -04:00