Disable the old conversion from Windows-1252 unless the wiki has $wgLegacyEncoding...
authorPlatonides <platonides@users.mediawiki.org>
Sat, 26 Feb 2011 22:30:41 +0000 (22:30 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 26 Feb 2011 22:30:41 +0000 (22:30 +0000)
commit36999e2bf9ba2704d87cffe3d59dc292a1e67a19
treef3e82c3baab9a4061e4def58f962009d278af76d
parent2e33fb3ff667d1b774fd3551b6dc4380665adb49
Disable the old conversion from Windows-1252 unless the wiki has $wgLegacyEncoding set.
Has been done since r6920 (code added in r4438).
Also skipping the hashing if the windows-1252 password is the same we already probed.
The function_exists is not needed, since in such case GlobalFunctions would make it a wrapper to Fallback::iconv()
RELEASE-NOTES
includes/User.php