* Fix Special:Userrights logs for users with special characters in their names. ...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 20 Nov 2007 19:00:55 +0000 (19:00 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 20 Nov 2007 19:00:55 +0000 (19:00 +0000)
commit8f74078b360fcc37ef06e220531d28c7d31cae8a
tree7896a27e9f18ce36ff7d7d6db4680b35ddaec171
parent74a8b6910ca97a106064f8176ec1173189677de3
* Fix Special:Userrights logs for users with special characters in their names.  Previously it was urlencoding the page name passed to the FauxRequest, which did *not* urldecode it, so the constraint was being ignored by LogReader as invalid and the whole log was being posted.
* Whitespace, __METHOD__, documentation for FauxRequest to avoid (hopefully?) a repeat bug
* Todo: look for other instances of the bug
RELEASE-NOTES
includes/SpecialLog.php
includes/SpecialUserrights.php
includes/WebRequest.php