mediawiki-extensions-Scribunto/includes/Engines/LuaCommon
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
..
lualib Make use of ??=, ?: and similar operators where possible 2024-09-21 20:00:50 +00:00
HashLibrary.php
HtmlLibrary.php Use namespaced classes 2024-06-10 20:41:43 +02:00
LanguageLibrary.php Improve a few PHPDoc type hints 2024-08-27 16:54:41 +00:00
LibraryBase.php Use namespaced classes 2024-06-10 20:41:43 +02:00
LuaEngine.php Improve a few PHPDoc type hints 2024-08-27 16:54:41 +00:00
LuaError.php Use namespaced classes 2024-01-05 19:24:06 +01:00
LuaInterpreter.php Improve a few PHPDoc type hints 2024-08-27 16:54:41 +00:00
LuaInterpreterBadVersionError.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaInterpreterNotExecutableError.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaInterpreterNotFoundError.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaModule.php Use namespaced classes 2024-01-05 19:24:06 +01:00
MessageLibrary.php Don't depend on Message implementation details 2024-06-17 16:25:22 +00:00
SiteLibrary.php Make use of ??=, ?: and similar operators where possible 2024-09-21 20:00:50 +00:00
TextLibrary.php Replace global configuration variables 2024-03-18 04:40:44 +00:00
TitleLibrary.php Don't record transclusion of current page from title methods 2024-09-23 16:28:03 +00:00
UriLibrary.php Add redirects for modules 2023-12-13 17:34:30 -05:00
UstringLibrary.php Add explicit parentheses around mixed boolean operator 2024-03-23 00:59:35 +01:00