* (bug 10971) `aufrom` parameter doesn't work with spaces
authorRob Church <robchurch@users.mediawiki.org>
Fri, 17 Aug 2007 13:01:35 +0000 (13:01 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Fri, 17 Aug 2007 13:01:35 +0000 (13:01 +0000)
commit972a93bd6dd47f24676e6082a25d54450e824e88
tree42a84ffcc0226bfa98c344da89a9f182d2f49edc
parent27fc213b7215bd92b7e661ac61fb09e93d70254e
* (bug 10971) `aufrom` parameter doesn't work with spaces
* Fix username handling issue with `auprefix` parameter

Usernames are *not* stored in "key" format, and treating them as such will cause various comparisons to misbehave. This was preventing `aufrom` from including the username (as it was supposed to) and would have broken `auprefix` for all comparisons containing spaces.

As a side-effect, both these parameters will now treat underscores as equivalent to spaces.
RELEASE-NOTES
includes/api/ApiQueryAllUsers.php