Add $wgUserLanguages array to specify which languages users are allowed
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 8 Sep 2004 07:35:00 +0000 (07:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 8 Sep 2004 07:35:00 +0000 (07:35 +0000)
commit7c8905fa12a3c78b4475e69bc6d7b3541931d3a5
tree19a9b19cc7455b83caf2326520a3ce2e0076654b
parentf951a6edada87bd298a5e9501e3d26cfc8174a54
Add $wgUserLanguages array to specify which languages users are allowed
to select for the user interface. If this is left at the default empty
array the selection is disabled.

Currently the language selection is broken and will fail for many
cases, using bogus namespaces and probably corrupting your database
with bogus links, search index updates, and more.
includes/DefaultSettings.php
includes/Setup.php