mediawiki-extensions-Visual.../modules/ve-mw
Thiemo Kreuz df713170e0 Harden title parsing in MWTransclusionModel a bit
It appears like it's currently not possible to reach this code
with an invalid template name like `{{foo}}`. But this is not
guaranteed.

The purpose of this code is to call the TemplateData API. This is
pointless when a title is invalid. We know a page with this name
can't exist. So we skip it.

But that's all this code cares about. It should not crash. Nor
does it need to report this situation.

This is related to the discussion in Ic364e75.

Change-Id: If9bacc91b1c7bb110b33bfd395e1cbdf538e6c22
2021-08-26 14:46:01 +02:00
..
ce Minor documentation updates in template related classes 2021-06-25 16:46:59 +02:00
dm Harden title parsing in MWTransclusionModel a bit 2021-08-26 14:46:01 +02:00
init Move abort event tracking from the start to the end of the teardown process 2021-07-27 22:50:52 +02:00
preinit Fix history.replaceState call on diff pages 2021-08-14 10:51:24 +00:00
tests Add test for ve.ui.MWParameterCheckboxInputWidget 2021-08-24 15:44:43 +00:00
themes doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ui Merge "Add message on multipart content" 2021-08-26 07:34:15 +00:00