mediawiki-extensions-Scribunto/includes
Siddharth VP 82e5344ead Avoid recording template link to special page in getContent()
Replace Title::isExternal check with !Title::canExist(). The latter
subsumes the former. No content can be retrieved if the page cannot
exist in the database (such as special pages), and hence the
templatelinks row is unnecessary.

Bug: T377530
Change-Id: I44775980c4619f5ef719c6076976dd21095ba6e2
2024-11-18 19:05:38 +00:00
..
Engines Avoid recording template link to special page in getContent() 2024-11-18 19:05:38 +00:00
Hooks Create HookRunner class and the hook handler interfaces 2023-06-19 21:39:33 +00:00
ApiScribuntoConsole.php Inject services into ApiScribuntoConsole and Hooks 2024-10-30 19:36:26 +00:00
CodeEditorHooks.php Inject services into ApiScribuntoConsole, CodeEditorHooks and Hooks 2024-03-18 04:40:47 +00:00
Hooks.php Inject services into ApiScribuntoConsole and Hooks 2024-10-30 19:36:26 +00:00
Scribunto.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:10:35 +02:00
ScribuntoContent.php Use namespaced classes 2024-10-20 11:54:11 +02:00
ScribuntoContentHandler.php Use namespaced classes 2024-10-20 11:54:11 +02:00
ScribuntoEngineBase.php Use namespaced classes 2024-06-10 20:41:43 +02:00
ScribuntoException.php Use namespaced classes 2024-01-05 19:24:06 +01:00
ScribuntoModuleBase.php Use namespaced classes 2024-10-20 11:54:11 +02:00