mediawiki-extensions-Scribunto/engines/LuaStandalone
Brad Jorsch db07787390 Cleanup backwards-compatibility code
https://www.mediawiki.org/wiki/Extension:Scribunto says that master
requires 1.25+, so let's remove checks for stuff that was added before
that.

* PPFrame::getTTL() was in 1.24.
* PPFrame::setTTL() was in 1.24.
* PPFrame::isVolatile() was in 1.24.
* Parser::fetchCurrentRevisionOfTitle() was in 1.24.
* ObjectCache::getLocalServerInstance() was added in 1.27, so restore the call to ObjectCache::newAccelerator() as BC.

This also removes BC with the php-luasandbox extension older than 1.6, which
was released before MediaWiki 1.22.

Bug: T148012
Change-Id: I36e37f3b65d0f167e1d28b00e0842d9721feee31
2016-10-13 11:07:44 -04:00
..
binaries Update lua binaries to patch CVE-2014-5461 2016-02-22 09:38:22 -08:00
lua_ulimit.sh Fix file permissions 2014-10-15 12:17:26 +00:00
LuaStandaloneEngine.php Cleanup backwards-compatibility code 2016-10-13 11:07:44 -04:00
mw_main.lua Avoid running all of mw.lua twice 2014-05-15 14:15:08 -04:00
MWServer.lua Add comments and remove trailing whitespace 2014-07-07 14:46:59 -04:00
protocol.txt Add comments and remove trailing whitespace 2014-07-07 14:46:59 -04:00