Go to file
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
common Cleanup backwards-compatibility code 2016-10-13 11:07:44 -04:00
engines Cleanup backwards-compatibility code 2016-10-13 11:07:44 -04:00
i18n Localisation updates from https://translatewiki.net. 2016-10-11 22:48:47 +02:00
modules Update jscs configuration 2016-02-13 16:18:05 +01:00
tests/engines Cleanup backwards-compatibility code 2016-10-13 11:07:44 -04:00
.gitignore build: Updating mediawiki/mediawiki-codesniffer to 0.7.2 2016-05-27 18:24:16 -07:00
.gitreview Adding .gitreview 2012-04-06 13:46:17 -04:00
.jscsrc Update jscs configuration 2016-02-13 16:18:05 +01:00
.jshintignore Add jshint to npm 2016-02-19 15:33:18 +00:00
.jshintrc Add jshint to npm 2016-02-19 15:33:18 +00:00
composer.json Specify license and add COPYING file 2016-09-16 01:38:15 +00:00
COPYING Specify license and add COPYING file 2016-09-16 01:38:15 +00:00
Gruntfile.js Add jshint to npm 2016-02-19 15:33:18 +00:00
package.json Add jshint to npm 2016-02-19 15:33:18 +00:00
phpcs.xml Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
Scribunto.magic.php Localisation in Breton language 2016-05-09 09:25:35 +00:00
Scribunto.namespaces.php Localisation in Tajik language 2016-08-23 13:34:12 +00:00
Scribunto.php Cleanup backwards-compatibility code 2016-10-13 11:07:44 -04:00