mediawiki-extensions-Scribunto/engines/LuaStandalone
Brad Jorsch bdacaabf21 Fix string extending
Built-in modules (e.g. the upcoming ustring) should be able to extend
the string metatable, but user modules (and the debug console) should
not be able to.

But currently built-in modules cannot extend the string metatable in
LuaStandalone, while in LuaSandbox the string metatable can be extended
in the console. Fix this and add unit tests.

Change-Id: I15f5598fed318f2fe26b08ec47e16053dddc13c4
2013-01-09 15:54:44 +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 Add Scribunto_LuaInterpreter::isLuaFunction method 2013-01-09 05:55:12 +00:00
mw_main.lua Added more Lua environment features 2012-04-18 13:46:18 +10:00
MWServer.lua Fix string extending 2013-01-09 15:54:44 +00:00
protocol.txt Nicer errors with backtraces etc. 2012-04-23 21:58:30 +10:00