Page MenuHomePhabricator

Enable Universal Language Selector for anons on Wikimania 2013 wiki
Closed, DeclinedPublic

Description

Author: simon.shek

Description:
We would like to have Universal Language Selector on Wikimania 2013 wiki.


Version: unspecified
Severity: enhancement

Details

Reference
bz47220

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:36 AM
bzimport set Reference to bz47220.
bzimport added a subscriber: Unknown Object (MLST).

Clarified summary: selector is already there, but they want it for unregistered users too ($wgULSEnableAnon = true).

(In reply to comment #1)

Clarified summary: selector is already there, but they want it for
unregistered
users too ($wgULSEnableAnon = true).

It already is:

reedy@tin:~$ mwscript eval.php wikimania2013wiki

var_dump( $wgULSEnableAnon );

bool(true)

Yes, that config is more restrictive since a few days ago, now $wgULSAnonCanChangeLanguage is needed.
However this is not ready for shell yet, I'm told, because a solution to make it work with squids still has to be decided and implemented (bug 42186, bug 42159 and friends/alternative ideas).