Revert r35178 and normalize User's getID() and setID() methods to prettier getId...
[lhc/web/wiklou.git] / includes / User.php
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-22 Aaron SchulzRespect $wgShowUpdatedMarker
2008-05-21 Aaron Schulz* validateIntOrNull() returns null for empty input
2008-05-21 Tim StarlingAllow rate limits to be specific to explicit groups
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Bryan Tong MinhForce reindexation of User::mRights. Hooks have the...
2008-05-17 Aaron SchulzRespect $wgShowUpdatedMarker
2008-05-14 Brion VibberTrigger load of user data in User::getBlockStatus(...
2008-05-14 Tim StarlingDB schema change.
2008-05-07 Tim Starling* Rename wfGetAvailableRights() to User::getAllRights()
2008-05-05 Rotem LissRemove emailconfirmed group from comment.
2008-05-01 Brion Vibber* (bug 13905) Blacklist Mac IE from HttpOnly cookies...
2008-04-24 Brion VibberRevert r33836 and bump cached user object version so...
2008-04-24 Andrew GarrettTwo new cache vars in User
2008-04-24 Andrew GarrettAlso, include includes when committing changes (haw...
2008-04-22 Brion VibberFix regression with confirmation e-mails sent via Speci...
2008-04-17 Alexandre EmsenhuberRemove unused global declaration of $wgCookiePrefix...
2008-04-16 Brion Vibber* Clean up cookie setting code in User
2008-04-15 Andrew GarrettDon't give PHP warnings for PHP<5.2
2008-04-15 Tim StarlingIn User:
2008-04-15 Andrew GarrettAllow setting httponly on auth cookies.
2008-04-14 Aaron SchulzAdd comment
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Aaron Schulz* Move useRCPatrol() to User
2008-04-09 Andrew GarrettModify UserLoginComplete and UserLogoutComplete hooks...
2008-03-28 Brion Vibber* (bug 13540) Date format in confirmation e-mail now...
2008-03-28 Greg Sabino MullaneApply timestampOrNull in the correct place, thanks...
2008-03-28 Brion VibberRevert r32525 -- general processing should use TS_MW...
2008-03-27 Greg Sabino MullaneUse database's timestampOrNull(), not the global one...
2008-03-25 Brion Vibber* (bug 13450) Email confirmation can now be canceled...
2008-03-24 Aryeh GregorActually, revert r32370. It might be a good idea,...
2008-03-24 Aryeh GregorMoving some optimization code into User::isAllowed...
2008-03-16 Aryeh GregorImprove on r32014 with a helper function to avoid code...
2008-03-15 Niklas Laxström* Throw some E_USER_NOTICES that developers may actuall...
2008-03-05 Brion VibberAdd some debugging notes to User::isValidUserName(...
2008-02-25 Tim Starling* Put both hidden categories and normal categories...
2008-02-13 Brion Vibber* (bug 11567) Fix error checking for PEAR::Mail. UserMa...
2008-02-01 Roan KattouwRemoving unused global from User::pingLimiter()
2008-01-29 Brion VibberApply live hack from Wikimedia codebase: add a hook...
2008-01-24 Aryeh GregorComment tweak, remove strcmp().
2008-01-14 Victor VasilievAutopromotion:
2008-01-13 Tim StarlingRevert r29671, it was based on a misunderstanding of...
2008-01-12 Domas MituzasWell, logging out is an action, where people don't...
2008-01-10 Thomas BleherFix some places where globals where used without being...
2008-01-08 Victor VasilievAPI: add action=logout
2007-12-27 Rotem Liss'Special-case optimization' seems to be already include...
2007-12-27 Brion VibberUser::isAnon() via User::isLoggedIn() has unexpected...
2007-12-23 Aryeh GregorFixes for r28797.
2007-12-23 Victor VasilievIntroduce new autopromotion system
2007-10-21 Aryeh GregorThere's no such thing as $this in static functions...
2007-10-21 Aryeh GregorisValidEmailAddr hook added to User method of that...
2007-10-03 Tim StarlingWARNING! NEEDS CAREFUL DEPLOYMENT
2007-10-02 Brion Vibber* AuthPlugin added strictUserAuth() method to allow...
2007-09-10 Daniel CannonFix typo. "wfGetDb" -> "wfGetDB"
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-08-14 Rob ChurchTweak confusing comment for User::whoIsReal()
2007-08-13 Rob ChurchTweak comment, "usable" is the purpose of this method...
2007-08-09 Rob Church* (bug 10859) Introduce 'UserGetImplicitGroups' hook...
2007-07-23 Aryeh GregorOptimize User::getID() for special cases, and User...
2007-07-21 Rob ChurchIntroduce 'UserGetRights' hook; see docs/hooks.txt...
2007-07-17 Rob ChurchPass the user as an argument to 'isValidPassword' hook...
2007-07-17 Rob ChurchFix
2007-07-17 Rob Church* Clean up User::isValidPassword()
2007-07-11 Nick JenkinsA few comment tag tweaks.
2007-07-10 Rob ChurchDitch redundant trim-and-length check
2007-07-01 Tim StarlingDisplay a distinctive message when the edit token suffi...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-27 Rob Church* Introduce 'UserEffectiveGroups' hook; see docs/hooks...
2007-06-26 Tim StarlingWhen you log in from cookie, make the session valid...
2007-06-23 Tim Starling* Make $wgUser->editToken() work for either logged...
2007-06-07 Daniel Cannon(bug 7997) Added ability to Special:Blockip to block...
2007-05-19 Rob Church(bug 9813) Reject usernames containing '#' to avoid...
2007-05-05 Tim StarlingReplace spaces with underscores in parser cache renderi...
2007-04-27 Aaron Schulz*only sanitize IPs, preserve mName
2007-04-26 Brion Vibber* (bug 3348) Some additional weak password checks:...
2007-04-26 Brion VibberCorrect test which was reversed in r20158
2007-04-25 Antoine MussoMethod User::loadFromSession() is private. If you want...
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-11 Rob Churchwhoops...
2007-04-11 Rob Church* (bug 9554) Extension-provided group name messages...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-14 Aaron Schulz*Clean up IPv6 usernames to avoid title errors
2007-03-14 Aaron Schulz*Users with hidden names can't edit their talk page
2007-03-09 Ryan LaneAdding setInternalPassword(), and changing the behavior...
2007-03-08 River TarnellUsernames which look like IPv6 addresses should not...
2007-03-07 Aryeh GregorYAY FOR PHP GLOBAL HANDLING (and thanks Rob)
2007-03-07 Daniel Kinzlerprettified for rob
2007-03-07 Daniel Kinzleradded hook to isValidPassword (patch by Ger Apeldoorn...
2007-03-06 Aaron Schulz*use $wgRateLimitsExcludedGroups for account creation...
2007-02-16 Nick Jenkins(bug 8999) User.php gives "undefined user editcount...
2007-02-15 Domas Mituzas* store user_editcount inside cached user object
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-22 Tim Starlingprofiling
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-17 Niklas Laxström* Escape page title
2007-01-17 Andrew GarrettAdd autoconfirmation by edit count. Users must have...
2007-01-14 Leon WeberMade User::edits() use user_editcounts. If it has not...
next