mediawiki-extensions-Scribunto/engines
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
..
LuaCommon Improve mw.getCurrentFrame handling 2014-07-07 13:11:20 -04:00
LuaSandbox Use the new limit report hooks 2014-02-10 04:11:35 +00:00
LuaStandalone Avoid running all of mw.lua twice 2014-05-15 14:15:08 -04:00