mediawiki-extensions-Scribunto/includes
Siddharth VP 286add50b5 Don't record transclusion of current page from title methods
When the content or categories fields are accessed for the title object
of the current page, skip adding an entry in templatelinks.

* Cuts 5.9 million rows from enwiki templatelinks, where citation
templates use :getContent() to know what date format to use while
formatting citations.
* Prevents confusion about why a page is shown to transclude itself,
frequently brought up on technical support forums.

Change-Id: Id6a5e00572031f4a7258c99c6dc0f802385ee5fe
2024-09-23 16:28:03 +00:00
..
Engines Don't record transclusion of current page from title methods 2024-09-23 16:28:03 +00:00
Hooks Create HookRunner class and the hook handler interfaces 2023-06-19 21:39:33 +00:00
ApiScribuntoConsole.php Use namespaced classes 2024-06-10 20:41:43 +02:00
CodeEditorHooks.php Inject services into ApiScribuntoConsole, CodeEditorHooks and Hooks 2024-03-18 04:40:47 +00:00
Hooks.php Improve a few PHPDoc type hints 2024-08-27 16:54:41 +00:00
Scribunto.php Use namespaced classes 2024-06-10 20:41:43 +02:00
ScribuntoContent.php Use namespaced classes 2024-01-05 19:24:06 +01:00
ScribuntoContentHandler.php Set language on ScribuntoContentHandler new ParserOutput 2024-09-12 11:49:40 +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-01-05 19:24:06 +01:00