API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabl...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 25 Sep 2008 20:50:50 +0000 (20:50 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 25 Sep 2008 20:50:50 +0000 (20:50 +0000)
commit008b4f7d0fe9567524dba35767db31943f5ea1ef
tree2992c27989ecad7dc451b6ecb542bba7b5a04a20
parent3b86e9699236b87ca92ac612e914c1753500fe9d
API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled by putting $wgAPIModules['foo'] = 'ApiDisabled'; in LocalSettings.php
RELEASE-NOTES
includes/AutoLoader.php
includes/api/ApiDisabled.php [new file with mode: 0644]
includes/api/ApiQueryDisabled.php [new file with mode: 0644]