mediawiki-extensions-Scribunto/engines/LuaCommon
Brad Jorsch 85aca87e94 Improve mw.getCurrentFrame handling
Two similar bugs are handled here:
* mw.getCurrentFrame() doesn't work when the module is loaded (only when
  a function is called), which breaks os.date and os.time at module
  scope since I59ad364d.
* mw.getCurrentFrame() gives access to frame args from inside
  mw.loadData, which allows for data leakage between #invokes.

Bug: 67498
Bug: 65687
Change-Id: I82dde43e2601b59c03c6ed4b9365829c40a953a5
2014-07-07 13:11:20 -04:00
..
lualib Improve mw.getCurrentFrame handling 2014-07-07 13:11:20 -04:00
HtmlLibrary.php Add mw.html to Scribunto 2014-01-03 00:04:34 +01:00
LanguageLibrary.php Set TTLs on outputs containing times 2014-06-23 15:52:17 +00:00
LibraryBase.php Clean up title handling for defaultUrl 2013-02-07 15:45:49 -05:00
LuaCommon.php Improve mw.getCurrentFrame handling 2014-07-07 13:11:20 -04:00
LuaInterpreter.php (bug 45684) Don't count argument parsing time towards Lua limit 2013-03-12 03:18:05 +00:00
MessageLibrary.php Remove leftover code for titles in messages 2014-03-18 13:52:51 -04:00
SiteLibrary.php Show blanknamespace in content language 2014-06-30 11:44:47 -04:00
TextLibrary.php Improve mw.text.nowiki 2013-09-03 17:36:36 -04:00
TitleLibrary.php Add protectionLevels variable to mw.title output 2014-01-15 14:53:18 -05:00
UriLibrary.php Clean up argument lists 2013-03-04 14:55:46 -05:00
UstringLibrary.php mw.ustring functions should accept numbers where string functions do 2014-06-27 12:31:04 -04:00