Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki

$wgWhitelistWrite

 

 

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded


jonas at jonashaag

May 19, 2008, 4:20 PM

Post #1 of 3 (169 views)
Permalink
$wgWhitelistWrite

Hello,
I've set my wiki to be not read- and writeable for not logged-in users:
> $wgGroupPermissions['*']['read'] = false;
>$wgGroupPermissions['*']['edit'] = false;

My read-whitelist I've managed with
> $wgWhitelistRead = array (...)

The thing is that afaik there's no
> $wgWhitelistWrite
but I need such a whitelist.

In my wiki, there are three areas:
1) Not read- and writeable for group *
2) Only readable for group *
3) Read- and writeable for group *

I've tried to manage this with EditSubpages extension but it didn't
work, it just showed me confusing "header already set" warnings.
So: Are there other ways to manage this constellation?

Cheers
Dauerbaustelle

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l[at]lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


beesley at gmail

May 19, 2008, 6:07 PM

Post #2 of 3 (159 views)
Permalink
Re: $wgWhitelistWrite [In reply to]

On Tue, May 20, 2008 at 9:20 AM, Jonas Haag <jonas[at]jonashaag.de> wrote:
> Hello,
> I've set my wiki to be not read- and writeable for not logged-in users:
>> $wgGroupPermissions['*']['read'] = false;
>>$wgGroupPermissions['*']['edit'] = false;
>
> My read-whitelist I've managed with
>> $wgWhitelistRead = array (...)
>
> The thing is that afaik there's no
>> $wgWhitelistWrite
> but I need such a whitelist.

You can't make part of the wiki writable if you want other parts to be
non-readable since people can simply tranclude the pages they're not
meant to be able to view into the page they're allowed to edit using
{{:Article name}}.

https://bugzilla.wikimedia.org/show_bug.cgi?id=8462 is about this and
was closed as wontfix.

Angela

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l[at]lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


gri6507 at yahoo

May 20, 2008, 6:41 AM

Post #3 of 3 (149 views)
Permalink
Re: $wgWhitelistWrite [In reply to]

Jonas Haag <jonas[at]...> writes:
>
> In my wiki, there are three areas:
> 1) Not read- and writeable for group *
> 2) Only readable for group *
> 3) Read- and writeable for group *
>
> I've tried to manage this with EditSubpages extension but it didn't
> work, it just showed me confusing "header already set" warnings.
> So: Are there other ways to manage this constellation?
>
> Cheers
> Dauerbaustelle
>

This is exactly why for the purposes of our work wiki, we had to implement
http://www.mediawiki.org/wiki/Extension:WhiteList. However, please note the
giant disclaimer at the top of the extension page. This is not a perfect
solution. However, given the alternative it works much better :-)




_______________________________________________
MediaWiki-l mailing list
MediaWiki-l[at]lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.