mediawiki-extensions-Scribunto/engines/LuaStandalone
Brad Jorsch 5faa00150c (bug 45684) Don't count argument parsing time towards Lua limit
Currently, the time taken to parse the arguments passed to a Lua
function from #invoke will be counted against Lua's 10-second limit.
This is counterintuitive, and can remove incentive for users to convert
templates to Lua since they may have to convert a whole stack at once.

Note this requires change I11881232 to mediawiki/php/luasandbox to
actually have any effect.

Bug: 45684
Change-Id: I773950e4c399b8a1cfa6d1cde781a069d286b3bd
2013-03-12 03:18:05 +00:00
..
binaries Add a Mac OS X (Lion) lua binary. Compiled for 32 and 64bit. 2012-06-06 23:01:48 +02:00
lua_ulimit.sh Added tests and fixed bugs 2012-04-16 14:41:08 +10:00
LuaStandaloneEngine.php (bug 45684) Don't count argument parsing time towards Lua limit 2013-03-12 03:18:05 +00:00
mw_main.lua Added more Lua environment features 2012-04-18 13:46:18 +10:00
MWServer.lua Fix LuaStandalone nil handling 2013-01-30 10:12:23 -05:00
protocol.txt Fix LuaStandalone nil handling 2013-01-30 10:12:23 -05:00