From: Ævar Arnfjörð Bjarmason Date: Thu, 5 Jan 2006 01:03:22 +0000 (+0000) Subject: * Sorted $wgAvailableRights X-Git-Tag: 1.6.0~762 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=d77e1f41759a7170d22321f8f745495f2baeaae0;p=lhc%2Fweb%2Fwiklou.git * Sorted $wgAvailableRights * Added unwatchedpages to $wgAvailableRights (see http://mail.wikimedia.org/pipermail/wikitech-l/2006-January/033427.html) --- diff --git a/includes/Defines.php b/includes/Defines.php index dc6b31ac7f..69a7cdb490 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -76,22 +76,23 @@ define( 'MW_MATH_MATHML', 5 ); * @todo Is this necessary? */ $wgAvailableRights = array( - 'read', + 'block', + 'bot', + 'createaccount', + 'delete', 'edit', + 'editinterface', + 'import', + 'importupload', 'move', - 'delete', + 'patrol', 'protect', - 'block', - 'userrights', - 'createaccount', - 'upload', + 'read', 'rollback', - 'patrol', - 'editinterface', 'siteadmin', - 'bot', - 'import', - 'importupload' + 'unwatchedpages', + 'upload', + 'userrights', ); /**#@+