On 29 January 2013 01:08, - - <[email protected]> wrote: > Hi Inez, hi Subbu > > That's it! > I didn't know about prefix as I could not find anything about that variable > at http://www.mediawiki.org/wiki/Parsoid. Maybe you should add that to the > page.
Sorry for the lack of details - now added: https://www.mediawiki.org/w/index.php?title=Parsoid&diff=634764&oldid=634752 > But that alone didn't help! The thing that made it work was > "$wgGroupPermissions['*']['read'] = false;" I had it on FALSE and when I > changed it to TRUE, everything worked! Splendid, thank you. > > Will it be possible to use Parsoid in the future with the variable being > FALSE? Yes; this is actually two problems: 1. The MediaWiki API doesn't support read-restrictions fully - https://bugzilla.wikimedia.org/show_bug.cgi?id=12251 2. Parsoid doesn't currently have support for passing on an authenticated user's read right (because, well, they don't exist in MW API) - there wasn't a bugzilla ticket to track this, so I created - https://bugzilla.wikimedia.org/show_bug.cgi?id=44483 Neither of these are high priorities, but if someone wants to work on the support (item 1 first) that'd be great. Yours, -- James D. Forrester Product Manager, VisualEditor Wikimedia Foundation, Inc. [email protected] | @jdforrester _______________________________________________ Wikitext-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitext-l
