Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / User.php
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 "&&"
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-20 Happy-melonFollow-up r84358 CR: rename 'editusertalk' to 'editownu...
2011-03-19 Happy-melon* Implement an extensible Block::prevents( <action...
2011-03-18 Happy-melonFix borked r84266.
2011-03-18 Happy-melonFollow-up r84249: reimplement isAllowedAny(), and resto...
2011-03-18 Happy-melonAllow User::isAllowed() to take varargs. "is allowed...
2011-03-18 Happy-melonFollow-up r84233: fix documentation format
2011-03-18 Happy-melon(bug 27403) saved user preferences which are subsequent...
2011-03-16 Mark A. HershbergerFix Bug #28082, Add Hooks to User::addGroup and User...
2011-03-12 Happy-melonFollow-up r83755: @deprecated @since is wrong, doesn...
2011-03-11 Happy-melonadd __toString() call for User objects, returning User...
2011-03-11 Alexandre EmsenhuberFollow-up r83080: make ApiUploadTest really work this...
2011-03-08 Mark A. Hershbergermisc w/s cleanups, “svn diff -x-w” clean
2011-03-07 Antoine MussoRemove second parameters from wfEmptyMsg() calls
2011-03-07 Sam ReedDocumentation and explicit variable definitions
2011-03-02 Alexandre EmsenhuberFollow-up r83080: forogt to commit this (oops)
2011-03-02 Alexandre EmsenhuberPer Platonides, fix for r82686: make ApiUploadTest...
2011-02-26 PlatonidesDisable the old conversion from Windows-1252 unless...
2011-02-26 Alexandre EmsenhuberDon't even try to get user's IP address if he has ...
2011-02-23 Alexandre EmsenhuberUse $wgRequest to get and set session items instead...
2011-02-16 Happy-melonrevert r82283, loads of unrelated changes
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-11 Niklas LaxströmUse self:: when it's possible
2011-02-10 Sam Reed*(bug 27159) make email confirmation code expiration...
2011-02-09 Alexandre EmsenhuberFix for r81675: Skin::getTitle() will return null when...
2011-02-09 Chad HorohoeFollowup r81812: per CR, this could be 0
2011-02-09 Chad Horohoepreg_match() yells about undefined offsets when $wgInva...
2011-02-08 Chad HorohoeCleanup to r70900, r72481: don't construct new skin...
2011-02-06 Bryan Tong MinhPer CR r66438 and IRC, revert User::leaveNewMessage...
2011-02-03 Roan KattouwFollowup r81446: and mergehistory too
next