mediawiki-extensions-Scribunto/includes/engines/LuaCommon
Brad Jorsch 0ee41431c2 Don't error if someone returns a built-in function from their module
This is getting close to the point of "don't do that, just wrap the
built-in". But since it's a regression in a recent patch, let's restore
the old behavior here.

Bug: T236092
Change-Id: Ieddc23d942bc91fd0246ae14d8a4af7719e3834f
2019-10-23 08:41:40 +00:00
..
lualib Don't error if someone returns a built-in function from their module 2019-10-23 08:41:40 +00:00
HashLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
HtmlLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
LanguageLibrary.php Get GenderCache from MediaWikiServices 2019-08-21 17:13:43 +00:00
LibraryBase.php Add method scope visibility 2018-11-19 21:18:12 +00:00
LuaCommon.php Return correct frame from mw.getCurrentFrame in certain edge cases 2019-10-14 02:39:13 +00:00
LuaInterpreter.php Use PHP 7 variadic params for LuaInterpreter::callFunction() 2019-03-20 21:17:45 -07:00
MessageLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
SiteLibrary.php Fix @return for SiteLibrary::pagesInCategory() 2019-03-20 21:18:51 -07:00
TextLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
TitleLibrary.php Use "vary-revision-sha1" over "vary-revision" in getContentInternal() 2019-07-18 01:48:12 +00:00
UriLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
UstringLibrary.php Upgrade to newer phan 2019-03-20 21:19:37 -07:00