[Mediawiki-l] I need to Hide a single page from Un-login users

2012-01-11 Thread Sreelaxmi.Alladi
Hi I need to Hide a single page from Un-login users.. Can u help me regarding dis.? Regards --- This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended

Re: [Mediawiki-l] I need to Hide a single page from Un-login users

2012-01-11 Thread Sal Quintanilla
The answer is it depends, but maybe this will work for you. Add the extension MyVariables to your installation http://www.mediawiki.org/wiki/Extension:MyVariables and then modify it to add a new variable like LOGGEDIN: Near the top: $wgCustomerVariables = array(..., 'LOGGEDIN', ...) In

Re: [Mediawiki-l] I need to Hide a single page from Un-login users

2012-01-11 Thread Daniel Friesen
Quite frankly this is some pretty bad advice. Firstly don't forget the parser cache. The parser cache will mean that the page output will be cached in either logged-in or logged-out form and people that are supposed to see the other form will see the wrong one. Additionally it's a

Re: [Mediawiki-l] I need to Hide a single page from Un-login users

2012-01-11 Thread Sal Quintanilla
I agree with some of your points. If it's an intranet site this may be just fine. If not, he has the if-test and he can use it however he wants. No need to leave out the cache answer: + $parser-disableCache(); # Mark this content as uncacheable if

Re: [Mediawiki-l] Best place to post questions about mwdumper

2012-01-11 Thread Brion Vibber
On Wed, Jan 11, 2012 at 1:05 AM, Sébastien Druon druon.sebast...@gmail.comwrote: hello! what is the best place to post questions about mwdumper? Probably here; it hasn't gotten a lot of love in a while but we'll help if we can. :) -- brion ___

Re: [Mediawiki-l] Best place to post questions about mwdumper

2012-01-11 Thread Sébastien Druon
what tool would you recommand then? On Jan 11, 2012 6:21 PM, Brion Vibber br...@pobox.com wrote: On Wed, Jan 11, 2012 at 1:05 AM, Sébastien Druon druon.sebast...@gmail.comwrote: hello! what is the best place to post questions about mwdumper? Probably here; it hasn't gotten a lot of

[Mediawiki-l] MediaWiki security release 1.17.2

2012-01-11 Thread Sam Reed
I would like to announce the release of MediaWiki 1.17.2. One security issue was discovered. Roan Kattouw discovered an issue with the API, where prop=revisions would expose deleted text to unprivileged users through cache pollution. For more details, see