mediawiki-extensions-Scribunto/engines/LuaCommon/lualib
Brad Jorsch 581b2306af Remove mw.getLogBuffer and others from public interface
One of the design goals of Scribunto is that each #invoke should be
independent. Creative use of mw.log and mw.getLogBuffer can get around
this, passing information from one #invoke to the next.

This patch takes the simple solution of removing mw.getLogBuffer from
modules' environments. For good measure, it also removes
mw.clearLogBuffer and mw.executeModule.

Some minor cleanup of the console code is also included.

Change-Id: I30d73928bade4a6bdd7c00ffcd58a3858ff55698
2013-04-14 23:59:07 +00:00
..
luabit Clean up lualibs 2013-02-28 18:39:16 -08:00
ustring Fix ustring errors 2013-03-05 12:22:15 -05:00
bit32.lua Add requirable bit32 library 2013-03-05 01:36:17 +00:00
libraryUtil.lua Add text module 2013-03-20 10:10:15 -04:00
mw.language.lua Add language functions 2013-03-04 21:14:34 -05:00
mw.lua Remove mw.getLogBuffer and others from public interface 2013-04-14 23:59:07 +00:00
mw.message.lua Make pairs() work with various library objects 2013-04-02 17:23:42 +00:00
mw.site.lua Make pairs() work with various library objects 2013-04-02 17:23:42 +00:00
mw.text.lua Add text module 2013-03-20 10:10:15 -04:00
mw.title.lua Make pairs() work with various library objects 2013-04-02 17:23:42 +00:00
mw.uri.lua Make pairs() work with various library objects 2013-04-02 17:23:42 +00:00
mw.ustring.lua Fix mw.ustring.gmatch and patterns with '^' 2013-02-14 14:25:55 -05:00
package.lua Fix package.loaded and other cleanups 2013-01-30 17:24:09 +00:00