mediawiki-extensions-Scribunto/includes
Bartosz Dziewoński 46bb5b0ac4 Avoid try…catch where if…else will do when using LanguageFactory
Needed for I869af06896b9757af18488b916211c5a41a8c563, where I am
trying to change LanguageFactory in MediaWiki core not to use
MWException.

Language::isSupportedLanguage() does not actually throw,
so this sigh can be one of relief.

Change-Id: I3079d8e18d88a4a26c2f2b09dccd4beea06678ee
2022-11-18 19:56:45 +00:00
..
Engines Avoid try…catch where if…else will do when using LanguageFactory 2022-11-18 19:56:45 +00:00
ApiScribuntoConsole.php Require CSRF token for action=scribunto-console 2022-10-05 14:38:50 +00:00
Hooks.php Apply some minor PHP code modernizations 2022-09-29 21:45:09 -04:00
Scribunto.php Start namespacing extension 2022-05-12 01:33:11 +00:00
ScribuntoContent.php Start namespacing extension 2022-05-12 01:33:11 +00:00
ScribuntoContentHandler.php Use new ContentHandler::supportsPreloadContent() feature 2022-07-06 22:39:44 +00:00
ScribuntoEngineBase.php Start namespacing extension 2022-05-12 01:33:11 +00:00
ScribuntoException.php Apply some minor PHP code modernizations 2022-09-29 21:45:09 -04:00
ScribuntoModuleBase.php Start namespacing extension 2022-05-12 01:33:11 +00:00