mediawiki-extensions-Visual.../includes
Martin Urbanec c4839e21fb ApiVisualEditor: Support preloading from i18n messages
The `preload` parameter currently does not work with i18n
messages, as pages representing those messages are known, but
do not exist. Resolve this by running any NS_MEDIAWIKI page
through wfMessage() first.

This feature will be used by Personalized praise in GrowthExperiments,
which requires the preload from i18n messages capability. As a benefit,
it also makes it easier to create i18n'ed preload-based systems
(one can create MediaWiki:Foo, MediaWiki:Foo/cs and MediaWiki:Foo/de);
MediaWiki will select the best language version automatically.

MediaWiki core equivalent is uploaded as
I693bcaf71d7b8557c63538a426d7a6bd4c3edf3d.

Bug: T330337
Change-Id: I961ff7ae2263e61161e686107d80bdafa3fe3c32
2023-05-02 20:06:15 +02:00
..
ApiParsoidTrait.php Update moved class WikiMap 2023-04-25 09:55:53 +00:00
ApiVisualEditor.php ApiVisualEditor: Support preloading from i18n messages 2023-05-02 20:06:15 +02:00
ApiVisualEditorEdit.php Remove some redundant PHPDoc comments 2023-04-24 21:11:26 +02:00
DirectParsoidClient.php DirectParsoidClient: Remove backward-compatibility workaround 2023-03-14 21:38:46 +01:00
DualParsoidClient.php Pick ParsoidClient implementation based on etag. 2022-10-20 08:52:20 +00:00
Hooks.php Remove DiffPageEnable config option 2023-04-26 17:05:57 +01:00
ParsoidClient.php ParsoidClient: Improve return type documentation for Phan 2022-12-15 00:00:41 +01:00
ServiceWiring.php Use PageRestHelperFactory 2022-11-19 21:21:11 +00: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 some redundant PHPDoc comments 2023-04-24 21:11:26 +02:00
VRSParsoidClient.php ParsoidClient: Fix getPageHtml() $targetLanguage param inconsistencies 2022-09-26 22:52:31 +02:00