Fix for bug 13004, in which the Postgres full-text search has too many results,
[lhc/web/wiklou.git] / includes / User.php
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...
2007-01-12 Ilmari Karonen(bug 3446) Add user preference to hide page content...
2007-01-12 Domas Mituzassomeone was lost in type conversion too ;-)
2007-01-11 Domas MituzasI suppose.... someone forgot to uncomment? ;-)
2007-01-07 Antoine Mussomakes function static to fix strict errors in parser...
2007-01-07 Brion Vibber* ensure 'MediaWiki default' user is a bot when running...
2007-01-07 Andrew GarrettWell there was no problem in the first place. Nice...
2007-01-07 Andrew GarrettOkay brion, this patch actually /works/. Thanks to...
2007-01-07 Andrew GarrettFix for r18904 where autoblocker would not correctly...
2007-01-07 Andrew Garrett* (bug 3706) Allow users to be exempted from IP blocks...
2007-01-05 Tim StarlingUse $wgLang->getCode() rather than $wgUser->getOption...
2007-01-02 Rob Church(bug 8461) Support watching pages on move
2006-12-29 Rob Church* (bug 8018) Allow hiding minor edits from the watchlist
2006-12-24 Rob Church(bug 6856) User::clearNotification() does not respect...
2006-12-22 Brion Vibber* Initialize user_editcount to 0 instead of NULL for...
2006-12-22 Rob ChurchIntroduce 'PingLimiter' hook for overriding the result...
2006-12-20 Brion Vibber* (bug 8333) Fix quick user data update on login passwo...
2006-12-18 Rob Church* (bug 5411) Remove autopatrol preference; users who...
2006-12-16 Rob Church* (bug 4488) Support watching pages on deletion; introd...
2006-12-14 Antoine MussoUser::getOption now accept a default value to override...
2006-12-14 Brion VibberGoing ahead and adding this field while other DB update...
2006-12-14 Brion Vibber* Add a notification about the confirmation mail sent...
2006-12-13 Brion Vibber* Accept null parameter to User::setPassword() as indic...
2006-12-13 Brion VibberConsolidate checks against $wgMinimalPasswordLength...
2006-12-12 Brion Vibber* Change behavior of logins using the temporary e-maile...
2006-12-02 Ilmari KaronenInclude a backslash character in wpEditToken to prevent...
2006-12-01 Rob Church(bug 8024) Introduce "send me copies of emails I send...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-10 Andrew GarrettMake the DNSBL used for proxy blocking configurable...
2006-11-08 Andrew Garrett* (bug 5149) When autoblocks are enabled, retroactively...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Andrew GarrettSpelling error in comments in User.php -- excede -...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-11-01 Andrew GarrettRestore patch that was temporarily reverted in order...
2006-11-01 Andrew GarrettRevert patch that was scapped into production without...
2006-11-01 Tim StarlingAdded block option "enable autoblocks". Patch by Werdna...
next