Fix regressions in Special:Listusers introduced in r19951 with conversion
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 16 Feb 2007 22:03:19 +0000 (22:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 16 Feb 2007 22:03:19 +0000 (22:03 +0000)
commitfc8310fbeaf95f3b886dab3cce6a348fedb562c2
tree67e7424dfacc06ac035da121f2139c57107d9696
parent2febbcfe3186c372cfa5f87bb25b9fc727070c34
Fix regressions in Special:Listusers introduced in r19951 with conversion
to AlphabeticPager class:
* fix PHP notice errors about renamed variable
* preserve group selection across paging and form resubmissions
* fix PHP notice errors about missing variable
* restore the 'username' form variable, was dropped and half-replaced with
  the internal pager offset which behaves differently (eg, you can again
  see a particular user's entry by typing it in the form, whereas under
  r19951 you only got things from the user *after* the one you asked for)
includes/SpecialListusers.php