* Removed the $method parameters from MWCryptRand. Apparently Dantman didn't know...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 21 Mar 2012 10:27:34 +0000 (10:27 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 21 Mar 2012 10:27:34 +0000 (10:27 +0000)
commit4b8e45d60472ae6a0b5c4ad8728a476ad530519b
tree8c16b798fc1558609bbad312b5f8b2a02942619c
parent64e9ccb8d355f89bfddb4eda6900f8039f0febac
* Removed the $method parameters from MWCryptRand. Apparently Dantman didn't know about our awesome debug traceback functions like wfGetAllCallers(). The weird optional-middle-parameter calling convention thankfully disappears as a consequence.
* Reduced the amount of debug log noise slightly, removing a few redundant messages.
includes/CryptRand.php
includes/GlobalFunctions.php
includes/User.php
includes/specials/SpecialUserlogin.php