Revert r38221, 38238 -- "Add new parser function {{apiurl}}. Also, add new global...
[lhc/web/wiklou.git] / includes / User.php
2008-07-22 Tim Starling* (bug 4578) Automatically fix redirects broken by...
2008-06-27 Alexandre Emsenhuber* Fixed some Doxygen warnings
2008-06-22 Andrew GarrettAdd noratelimit right to list of core rights, was missing.
2008-06-19 Aaron SchulzLoosen ipv4 check back, this really should be called...
2008-06-18 Aaron SchulzRemove ugly IP code duplication
2008-06-17 Alexandre EmsenhuberSome more tweaks to Special:Recentchanges:
2008-06-11 Brion VibberRevert r36093 (bug 14404).
2008-06-10 Raimond SpekkingSupport plural for 'passwordtooshort'
2008-06-09 Alexandre EmsenhuberSome tweaks to the {{int:...}} parser function:
2008-06-06 Brion Vibber* (bug 14424) Fix regression in $wgRateLimitsExcludedGr...
2008-06-05 Tim Starling* Changed password hash format, see wikitech-l
2008-06-05 Chad Horohoe(bug 12859) Deprecate $wgRateLimitsExcludedGroups in...
2008-06-04 Chad HorohoeRecommitting User::isActiveUser() as User::isActiveEdit...
2008-06-04 Brion VibberRevert r35857, 35858, 35859 for the moment. Some notes:
2008-06-04 Chad HorohoeAnd a missing > helps too.
2008-06-04 Chad HorohoeTypo in previous commit.
2008-06-04 Chad HorohoeImplement User::isUserActive(). Potentially very useful...
2008-06-03 Brion VibberRevert r35794, r35795, r35797, r35798 for now.
2008-06-03 Alexandre EmsenhuberFatal error: Call to undefined method User::userCan()
2008-06-03 Chad Horohoe(bug 12859) Deprecate $wgRateLimitsExcludedGroups in...
2008-05-29 Bryan Tong Minh(bug 14335) Use proper $wgUser methods instead of using...
2008-05-29 Tim Starling* Fix CentralAuth logout, was mostly broken.
2008-05-28 Brion Vibber* (bug 6957) E-mail confirmation links now using Englis...
2008-05-23 Andrew GarrettCore changes for GlobalBlocking and TorBlock extensions...
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
next