aboutsummaryrefslogtreecommitdiffstats
path: root/includes/User.php
Commit message (Expand)AuthorAgeFilesLines
* Moved password encryption algorithm to GlobalFunctions.php to make it useable...Jens Frank2005-07-261-16/+2
* committed live hack, we have to make sure MediaWiki does actually work out of...Tim Starling2005-07-251-1/+18
* * (bug 2943) AuthPlugin::getCanonicalName() name canonicalization hook, patch...Brion Vibber2005-07-241-1/+4
* allow 'uselang' and 'useskin' to be specified in the URL parameters, withRiver Tarnell2005-07-241-91/+92
* Revert commit 1.171. This is extension code, I'm not sure why it's checked in...Brion Vibber2005-07-161-30/+0
* * A new function: editsByNs( $uid ) that uses the SQL from Kate's edit counterÆvar Arnfjörð Bjarmason2005-07-141-0/+30
* * Added a new function, edits(), for counting contributions.Ævar Arnfjörð Bjarmason2005-07-091-0/+17
* new feature: $wgBlockAllowsUTEditTim Starling2005-07-071-0/+14
* * (bug 2534) Hide edit sections with CSS to make right click to edit section ...Niklas Laxström2005-07-051-1/+0
* * (bug 2629) Automatically capitalize usernames again instead ofBrion Vibber2005-07-011-7/+18
* fix notice warning in some configsBrion Vibber2005-07-011-0/+1
* initialised variableRiver Tarnell2005-07-011-0/+2
* * Fixed a bug that would occour if $wgCapitalLinks was set to false, a userÆvar Arnfjörð Bjarmason2005-06-271-0/+36
* * (bug 2538) Suppress notice on user serialized checksBrion Vibber2005-06-261-1/+4
* Serliazed version check on user records in memcachedBrion Vibber2005-06-261-0/+6
* __sleep() function, just like in 1.4, for the same reasons (i.e. caching bug)Tim Starling2005-06-251-30/+123
* * Trim whitespace from option values to weather line-ending corruption problemsBrion Vibber2005-06-231-1/+1
* * Changed $wgGroupPermissions to more cut-n-paste-friendly formatBrion Vibber2005-06-191-1/+2
* ported changes to SORBS check from 1.4Tim Starling2005-06-191-1/+1
* * (bug 1805) Initialise $wgContLang before $wgUserBrion Vibber2005-06-161-13/+1
* * (bug 873) Fix usage of createaccount permission; replaces $wgWhitelistAccountBrion Vibber2005-06-161-9/+1
* ported clock skew fudge from 1.4Tim Starling2005-06-121-2/+2
* * (bug 2384) Fix typo in regex for IP address checkingBrion Vibber2005-06-111-1/+1
* Rework the user_groups system, again, into something that seems to actuallyBrion Vibber2005-06-091-76/+117
* * (bug 814) Integrate AuthPlugin changes to support Ryan Lane's externalBrion Vibber2005-06-031-1/+10
* fixed forward-port errorTim Starling2005-05-291-3/+3
* Ported proxy whitelist from REL1_4, also fixed broken $bFromSlave parameter (...Tim Starling2005-05-291-10/+11
* Include timestamp and database in rate limiter log (applying live patch)Brion Vibber2005-05-291-1/+1
* * Simple rate limiter for edits and page moves; set $wgRateLimitsBrion Vibber2005-05-271-5/+88
* removed crippled enotif code from checkPassword(), this is roughly how it was...Tim Starling2005-05-241-11/+0
* * (bug 2126) Emergency fix of problems with one-time passwords.Anders Wegge Jakobsen2005-05-231-1/+4
* Attempting to get enotif into working order. Many aesthetic changes, a fair n...Tim Starling2005-05-141-12/+33
* Fixed duplicate group problem, fixed isNewbie() functionTim Starling2005-05-141-4/+7
* Major changes to user groups:Tim Starling2005-05-011-4/+0
* * Fixed some obscure codeÆvar Arnfjörð Bjarmason2005-04-281-2/+1
* * Documented isIP and added a correct regexp as a comment.Ævar Arnfjörð Bjarmason2005-04-281-2/+10
* Clean up e-mail authentication code.Brion Vibber2005-04-251-13/+186
* * Removed the troublesome regular expression in isValidEmailAddr which returnsÆvar Arnfjörð Bjarmason2005-04-231-1/+7
* * Some clown with CVS access deleted our MS Word files and replaced them withÆvar Arnfjörð Bjarmason2005-04-121-1/+1
* * Adding thumbsize to getPageRenderingHash() as it will change the parser out...Ævar Arnfjörð Bjarmason2005-04-121-0/+1
* Edit bug fixMagnus Manske2005-03-311-1/+1
* fixed bugTim Starling2005-03-281-2/+2
* Support for SORBS DNSBLTim Starling2005-03-281-2/+40
* moved call to spreadBlock() to getBlockedStatus(). This means one less query ...Tim Starling2005-03-271-1/+1
* * Move editsectiononrightclick setup to JavaScript (it requires JS anyway)Brion Vibber2005-03-251-1/+0
* * do showtoc option via CSS hiding of toc when it's off.Brion Vibber2005-03-251-1/+0
* * remove 'hover' option; always put in the title attribute on linksBrion Vibber2005-03-251-1/+0
* removed commented-out sectionsTim Starling2005-03-201-21/+3
* Making the secret key source a bit more robust for existing installationsTim Starling2005-03-161-1/+8
* Stronger user token generationTim Starling2005-03-161-6/+2