FU r106752: added b/c code to FSRepo to make things easy for extensions (like Confirm...
[lhc/web/wiklou.git] / includes / User.php
2011-12-16 Niklas Laxströmr98539 - make a note of change in comments
2011-12-16 Jeroen De Dauwfollow up to r106393 - re-add these notices, since...
2011-12-14 Antoine MussoComment out wfDeprecated() call in User::getSkin()...
2011-12-14 Antoine Mussorevert r106183 : type / not setting followup
2011-12-14 Sam ReedComment out wfDeprecated() call in User::getSkin()...
2011-12-14 Raimond SpekkingSelf revert r106076 which was a revert of r106070.
2011-12-13 Jeroen De Dauwcomment out another to soon placed warning
2011-12-13 Raimond SpekkingPartly revert r106070 for now: Flooding of translatewik...
2011-12-13 Jeroen De Dauwadded missing deprecation notices
2011-12-12 Tim StarlingReverted r92364 (per-namespace permissions).
2011-12-11 Sam Reed* (bug 32960) remove EmailAuthenticationTimestamp from...
2011-12-06 Sam ReedFix whitespace
2011-12-01 Sam ReedAnother artefact of the disable account merge
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-23 Antoine MussoUser: document 2 returns
2011-11-16 John Du HartFollowup r103294, remove a space that got added on...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-13 Aaron SchulzRemoved transaction in saveOptions(). No reason was...
2011-11-10 Daniel FriesenAdd a new User::getDisplayName() to return the name...
2011-11-09 Chad HorohoeDrop "selenium" user right. As far as I can tell, this...
2011-11-01 Roan KattouwRevert r101488, breaks parser test. Add a comment expla...
2011-11-01 Roan KattouwCache the result of User::getDefaultOptions(), so the...
2011-10-21 Aaron SchulzRevision objects now always use the current name of...
2011-10-19 Jeroen De Dauwwe want to get the edit token, not edit the token...
2011-10-15 Max Semenik(bug 31674) Can't edit watchlist if it contains special...
2011-10-08 Aaron Schulz* Only spread blocks on page edit/move attempts via...
2011-10-08 Niklas LaxströmPart of bug 31503 - Allow gender distinction also for...
2011-09-30 Aaron SchulzMade addNewUserLogEntry() return the ID of the new...
2011-09-28 Sam Reed* (bug 31204) Remove old user.user_options
2011-09-22 Tim StarlingFixed User::getGroups(), apparently broken since r33333...
2011-09-22 Aaron SchulzAdded array type hinting too getGroupPermissions()
2011-09-17 Krinkle(bug 30940) Add a hook in User:getDefaultOptions.
2011-09-07 Niklas LaxströmLoad edit count separately. The logging system batch...
2011-09-03 Siebrand MazelandAdd comment on why the list is not localised.
2011-08-31 Roan KattouwFollowup r95002: unbreak getTokenUrl() by using a simpl...
2011-08-19 Roan KattouwUse canonical URLs (introduced in r94995) for all URLs...
2011-08-18 Sam ReedFix getRequet to getRequest
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-08-03 Roan KattouwFix r93820: PROT_ -> PROTO_
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-07-27 Roan KattouwRevert r93237 ("use User::getBlock() accessor rather...
2011-07-26 Happy-melonFollow-up r93234: use User::getBlock() accessor rather...
2011-07-26 Happy-melonImplement an accessor for User->mBlock. Doing this...
2011-07-21 Aaron SchulzdecodeOptions() used by GlobalAuth - made it public
2011-07-20 Ryan Schmidt* $wgDnsBlacklistUrls now accepts an array with url...
2011-07-18 Sam ReedIt seems people don't either pay attention to code...
2011-07-18 Aaron SchulzRefactored new getAutomaticGroups() function out of...
2011-07-18 Sam ReedDocumentation updates
2011-07-18 Sam ReedSet explicit public modifier
2011-07-16 Bryan Tong MinhFirst steps for bug 14801: add backend support for...
2011-07-12 Aaron SchulzAdded $wgAutopromoteOnceLogInRC variable (bug 29655)
2011-07-08 Alexandre EmsenhuberRemoved some error suppression operators
2011-07-06 Alexandre Emsenhuber* Pass the WebRequest object to User::newFromSession...
2011-07-05 Robin Pepermans(see bug 29712) Removing the defaultUserOptionOverrides...
2011-07-01 Sam ReedFollowup r91168, fix last usage of $currentUser which...
2011-06-30 Alexandre EmsenhuberMuch, much easier to call Linker::link() statically...
2011-06-30 Alexandre EmsenhuberUse the current instance instead of messing with $wgUser
2011-06-30 Alexandre EmsenhuberAnd I forgot to commit this file in r91074
2011-06-28 Alexandre EmsenhuberAdded some GPL headers
2011-06-26 Happy-melonFollow-up r84475 CR; and also documentation fixes;...
2011-06-26 Aaron SchulzFollow-up r90749: use a new 'autopromote' action for...
2011-06-26 Sam ReedUpdate calls to deprecated User::isValidEmailAddr
2011-06-26 Aaron Schulz* Core:
2011-06-25 Aaron Schulz* Follow-up r90749
2011-06-25 Aaron SchulzFollow-up r90749: pushed down accessing of $wgAutopromo...
2011-06-25 Aaron SchulzFollow-up r90749:
2011-06-25 Aaron SchulzAdded one-time promote support via Autopromote::autopro...
2011-06-19 Alexandre EmsenhuberMoved wfIsLocallyBlockedProxy() to User::isLocallyBlock...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-16 Mark A. Hershbergerfollow up r84134 — removing passing $this by reference
2011-06-16 Mark A. Hershbergerstray tab removal
2011-06-15 PlatonidesDocument from r87129 summary
2011-06-14 Chad Horohoe* Remove @static from the last few places it's left...
2011-06-08 Mark A. HershbergerRevert r89374, r88936 backports.
2011-06-07 Sam ReedRevert r87292
2011-06-04 KrinkleFixing fixme in r87164 (wrong if check)
2011-06-03 Mark A. HershbergerFix for bug #28172 (“wfGetDB called when it shouldn...
2011-06-01 Sam Reed'unblockself' right was never added to User::$mCoreRights
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-24 Alexandre EmsenhuberSimplify message existence checks by using wfMessage...
2011-05-19 Sam ReedAdd/remove/tweak method documentation
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-17 Siebrand MazelandMake @deprecated documentation more consistent (see...
2011-05-15 Aaron SchulzMarked some _Newtalk functions protected
2011-05-06 Sam ReedKill $wgRateLimitsExcludedGroups which was deprecated...
2011-05-05 Tim Starling* Fix for bug 28534: IE 6 content type detection again
2011-05-02 Sam Reed* (bug 20468) User::invalidateCache throws 1205: Lock...
2011-04-30 Alexandre EmsenhuberRecommit r87129 and follow-ups but with a fix for the...
2011-04-29 Brion VibberRevert r87129 "(bug 21196) Article::getContributors...
2011-04-29 Alexandre Emsenhuber* (bug 21196) Article::getContributors() no longer...
2011-04-18 Happy-melonFollow-up r86364: Ctrl-S fail.
2011-04-18 Happy-melonMove User::isValidEmailAddr() to Sanitizer.
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-04-11 Sam ReedRevert r85783, it seems to brake random stuff in random...
2011-04-11 Sam Reed* (bug 20468) User::invalidateCache throws 1205: Lock...
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-04-03 Daniel FriesenContinue with r85240; Move getSkin from User to Request...
2011-04-01 Chad HorohoeRevert r64853 (add $wgLogAutocreatedAccounts to enable...
2011-03-31 Brion VibberTweak doc comment per bug 28340
2011-03-27 Sam ReedSwap 2 "and" for "&&"
next