On 13/04/12 22:19, Petr Bena wrote:
Tim, is there any code publicly available for the new extension you talk about? I would like to see it, if it exist (and isn't anything secret).
Yes, it is the Scribunto extension in Git. You can get the latest version with:
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Scribunto
cd Scribunto git fetch origin refs/changes/52/4852/1 git checkout FETCH_HEAD
There is also a supporting extension written in C called LuaSandbox, it is in /trunk/php/luasandbox in Subversion.
-- Tim Starling