Remove asksql priv from standard definitions; it's an extension thing.
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Jun 2005 02:22:46 +0000 (02:22 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Jun 2005 02:22:46 +0000 (02:22 +0000)
includes/Defines.php
languages/Language.php

index 6e00d62..c306c61 100644 (file)
@@ -73,11 +73,12 @@ define( 'MW_MATH_MATHML', 5 );
  * User rights management
  * a big array of string defining a right, that's how they are saved in the
  * database.
+ * @todo Is this necessary?
  */
 $wgAvailableRights = array('read', 'edit', 'move', 'delete', 'undelete',
-'protect', 'block', 'userrights', 'grouprights', 'createaccount', 'upload',
-'asksql', 'rollback', 'patrol', 'editinterface', 'siteadmin', 'bot', 'validate', 
-'import');
+'protect', 'block', 'userrights', 'createaccount', 'upload',
+'rollback', 'patrol', 'editinterface', 'siteadmin', 'bot', 'validate', 
+'import', 'importupload' );
 
 /**#@+
  * Cache type
index bb3076b..02cd00a 100644 (file)
@@ -1125,7 +1125,6 @@ That comes to '''$5''' average edits per page, and '''$6''' views per edit.",
 'specialpages' => 'Special pages',
 'spheading'            => 'Special pages for all users',
 'restrictedpheading'   => 'Restricted special pages',
-'asksqlpheading' => 'asksql level',
 'blockpheading' => 'block level',
 'createaccountpheading' => 'createaccount level',
 'deletepheading' => 'delete level',