Last modified: 2010-05-15 16:03:14 UTC
when i paste this in localsetings.php // Implicit group for all visitors $wgGroupPermissions['*' ]['createaccount'] = true; $wgGroupPermissions['*' ]['read'] = true; $wgGroupPermissions['*' ]['edit'] = false; $wgGroupPermissions['*' ]['createpage'] = false; $wgGroupPermissions['*' ]['createtalk'] = false; $wgGroupPermissions['*' ]['writeapi'] = false; there are incorrect symbols appears У вас нет разрешения на действие «�равка страниц» по следующей причине: Запрошенное действие могут выполнять только участники из группы Участники. Incorrect - «�равка страниц», correct - «Правка страниц» plz send me email how and where i can repair this! midao@inbox.ru thanks!! )
I've hacked around the immediate problem in r40035 (a bad way of forcing the string to lowercase), but this whole bit of code is not done very cleanly to begin with -- we shouldn't be forcing existing messages to lowercase. Assigning further fixes on that to Werdna.
This has been implemented, but I can't cleanly apply the patch because of some unrelated stuff in my working copy. Will apply along with my rights-management changes (which are sufficiently related, anyway).
Fixed in r41737.