Re: [Mediawiki-l] Lockdown.php question

2010-11-26 Thread Graham
Hello Platonides, Changing it to 'Listfiles' did the trick; I was simply using the syntax as in the browser. Thanks to everyone that assisted, it was greatly appreciated. -Graham- On 25/11/2010 8:18 PM, Platonides wrote: > Graham wrote: >>Hello Robin, >> >> My reason for using "admin

Re: [Mediawiki-l] Lockdown.php question

2010-11-25 Thread Platonides
Graham wrote: > Hello Robin, > > My reason for using "administrator” is because I don't have a "sysop" > under groups. I did have it in my previous version of Mediawiki, but not > in version 1.16.0. > > > you have to explicitly define this group > Where exactly are you referring? > > Thanks

Re: [Mediawiki-l] Lockdown.php question

2010-11-25 Thread Graham
Hello Robin, My reason for using "administrator” is because I don't have a "sysop" under groups. I did have it in my previous version of Mediawiki, but not in version 1.16.0. > you have to explicitly define this group Where exactly are you referring? Thanks, Graham --- On 25/11/20

Re: [Mediawiki-l] Lockdown.php question

2010-11-25 Thread Robin Krahl
Hi, On 25.11.2010 16:44, Jeremy Baron wrote: > I don't know anything about that extension actually, I just read the man page [0], too. ;) > but it looks like you have > the wrong group name. Robin said to replace with "sysop" not > "administrator". Yes. If you are using ‘administrator’ you hav

Re: [Mediawiki-l] Lockdown.php question

2010-11-25 Thread Jeremy Baron
On Thu, Nov 25, 2010 at 07:36, Graham wrote: >  On 24/11/2010 10:50 AM, Robin Krahl wrote: > >> If you e. g. would like to restrict the access to >> administrators (so only they are able to export pages), you would have >> to replace 'user' by 'sysop'. > > Hello Robin, > > I tried two accounts,

Re: [Mediawiki-l] Lockdown.php question

2010-11-25 Thread Graham
On 24/11/2010 10:50 AM, Robin Krahl wrote: > Hi Graham, > > On 24.11.2010 15:35, Graham wrote: >> $wgSpecialPageLockdown allows you to specify for each special page which >> user groups have access to it. For example, to limit the use of >> Special:Export to logged in users, use this in LocalSett

Re: [Mediawiki-l] Lockdown.php question

2010-11-24 Thread Robin Krahl
Hi Graham, On 24.11.2010 15:35, Graham wrote: > $wgSpecialPageLockdown allows you to specify for each special page which > user groups have access to it. For example, to limit the use of > Special:Export to logged in users, use this in LocalSettings.php: > > $wgSpecialPageLockdown['Export'] =

Re: [Mediawiki-l] Lockdown.php question

2010-11-24 Thread Graham
On 24/11/2010 10:35 AM, Graham wrote: >On 24/11/2010 9:21 AM, Robin Krahl wrote: >> Hi Graham, >> >> On 24.11.2010 14:16, Graham wrote: >>> - $wgSpecialPageLockdown['Export'] = array('bureaucrat'); >>> >>> It didn't prevent users in the bureaucrat group from accessing the >>> Export page. Any

Re: [Mediawiki-l] Lockdown.php question

2010-11-24 Thread Graham
On 24/11/2010 9:21 AM, Robin Krahl wrote: > Hi Graham, > > On 24.11.2010 14:16, Graham wrote: >> - $wgSpecialPageLockdown['Export'] = array('bureaucrat'); >> >> It didn't prevent users in the bureaucrat group from accessing the >> Export page. Any ideas of what could be the cause, would be apprec

Re: [Mediawiki-l] Lockdown.php question

2010-11-24 Thread Robin Krahl
Hi Graham, On 24.11.2010 14:16, Graham wrote: > - $wgSpecialPageLockdown['Export'] = array('bureaucrat'); > > It didn't prevent users in the bureaucrat group from accessing the > Export page. Any ideas of what could be the cause, would be appreciated. actually, it made ‘bureaucrat’ the only use

[Mediawiki-l] Lockdown.php question

2010-11-24 Thread Graham
Hello, I would like to prevent specific users from viewing some Special pages: Special:ListFiles Special:upload log & a few others. Here is the what I did: Downloaded and extracted, Lockdown-MW1.16-r70092.tar.gz to (/extensions/Lockdown) Inserted the following into Localsettings.php: - requi