Removed deprecated $wgDisabledActions
authortinajohnson.1234 <tinajohnson.1234@gmail.com>
Tue, 28 Jan 2014 14:23:16 +0000 (19:53 +0530)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 18 Feb 2014 18:37:49 +0000 (10:37 -0800)
commite7b85e720fd2c81280eedca319d84f5be7e1f406
treeae1771a44f6c04faadef24d26c67367b40816308
parentcb4804ef44ee58e6303e8a4742f593fa006da75a
Removed deprecated $wgDisabledActions

$wgDisabledActions is deprecated since 1.18 and is hardly used
anywhere. It occurs once in includes/DefaultSettings.php where
it is initialized to an empty array.And in Setup.php, for every
action in $wgDisabledActions $wgActions is set to false. Also
added Release notes

Bug: 60460
Change-Id: I5fab95c76b2742b12c1f397d27898148625a9959
RELEASE-NOTES-1.23
includes/DefaultSettings.php
includes/Setup.php