Follow-up r84814: revert redundant summary message addition.
[lhc/web/wiklou.git] / includes / User.php
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
2011-02-03 Roan KattouwAdd editusercss and edituserjs rights to User::$mCoreRi...
2011-01-29 Alexandre Emsenhuber* (bug 22606) Follow-up r63059: don't send the "someone...
2011-01-27 Antoine MussoBug 26948 - hyphens incorrectly interpreted as range
2011-01-26 Mark A. Hershberger* Whitespace fixups
2011-01-25 Alexandre EmsenhuberReset the cache used in User::idFromName(), otherwise...
2011-01-25 Alexandre EmsenhuberAllow the $result parameter of the isValidPassword...
2011-01-24 Brion VibberTweak comments on User::isValidEmailAddr to replace...
2011-01-24 Antoine MussoUser::isValidEmailAddr comment update
2011-01-21 Antoine MussoHack invalid w3 spec to validate @localhost email
2011-01-16 Daniel FriesenFix another bad boolean from r80248.
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-10 Antoine MussoFix RFC 5322 'atext'
2011-01-06 Happy-melonRemove ancient deprecated functions:
2011-01-06 Happy-melonMore documentation formatting
2011-01-04 Sam ReedRest of * (bug 25767) Add userrights properties to...
2010-12-27 Platonides(Bug 26434) - Generated password from "Create account...
2010-12-26 PlatonidesRevert r75588 and r77381. Block just the tainted pairs...
2010-12-10 Niklas LaxströmReduce debug log spamming, which I assume is related...
2010-12-04 Alexandre Emsenhuber* Converted UserMailer stuff to return a Status object...
2010-12-02 Andrew GarrettAdd disableaccount to User::$mCoreRights
2010-12-01 Mark A. Hershbergerrandom w/s cleanup
2010-11-30 Sam ReedFew braces and spaces
2010-11-28 PlatonidesUse always DatabaseBase::timestampoOrNull for user_newp...
2010-11-28 Sam ReedTweak some documentation
2010-11-28 Andrew GarrettRemove isValidPassword check from User::checkPassword...
2010-11-21 Sam ReedTweak param documentation
2010-11-16 Sam ReedClearing up this working copy. Adding a couple of braces
2010-11-13 Sam ReedFixup some more documentation
2010-11-08 PlatonidesRevert r72959
2010-11-07 Alexandre Emsenhuber* (bug 25728) Added $wgPasswordSenderName to allow...
2010-11-03 Chad HorohoePer CR, revert r75873. Does not match docs
2010-11-02 Antoine MussoFix misinterpration of HTML5 specification for email...
2010-11-02 Chad HorohoeCleanup r49493, r72481: Adding skin to $wgHiddenPrefs...
2010-10-31 Sam ReedRemove a few more unused variables
2010-10-29 Antoine MussoFollow up r75627. Implements r75670 in PHP to validate...
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-27 PlatonidesAdd feature to block common (weak) passwords.
2010-10-18 Antoine MussoMake some wfDebug() messages nicer to look at in debug...
2010-10-17 PlatonidesDeprecate User::getPageRenderingHash() as follow-up...
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-11 Roan KattouwWhen reading an old-style user_options blob, use the...
2010-10-03 Sam ReedFix comment typo
2010-09-21 Sam ReedBraces, spaces, and a few unused arrays
2010-09-20 Trevor ParscalFixed bug caused by unset( $this->mSkin ) in User:...
2010-09-14 Raimond Spekking(bug 16574) Allow administrators to temporarily disable...
2010-09-06 Andrew GarrettRewrite User::getSkin, broken in r49493 because request...
2010-09-05 Bryan Tong MinhMade user global constants class constants so that...
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-14 Andrew GarrettRemove User::getToggles() code, dormant since preferenc...
2010-08-10 Chad HorohoeCleanup r70571, more strict checks for getCookie()...
2010-08-07 PlatonidesRevert r70533 and the piece of r70501 that it tried...
2010-08-06 Chad HorohoeCleanup getCookie() and use it all over the place inste...
2010-08-03 Platonidesmediawiki.org/wiki/User:Catrope/Stub_threshold shows...
2010-08-03 PlatonidesRemove all calls to $wgMessageCache->loadAllMessages()
2010-08-01 Alexandre Emsenhuber* (bug 21503) There's now a "reason" field when creatin...
2010-07-29 Bryan Tong MinhMade asynchronous upload by URL working, partly. Hid...
2010-07-25 Alexandre EmsenhuberRemoved PHP4-ism
2010-07-24 Sam ReedRemoval of unused globals
2010-07-14 Aryeh GregorRemove 'minordefault' preference completely
2010-07-09 Max SemenikRemoved User::setLoaded(), deprecated since times forgotten
2010-07-05 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-25 Tim Starling* Integrated the selenium tests into MediaWiki properly...
2010-06-03 Aryeh GregorPassword not always required on account creation
2010-05-28 Sean ColomboRemoved an unused local variable in a User function.
2010-05-21 Chad HorohoeUse __METHOD__ in a few places
2010-05-21 Mark A. Hershbergerre r66702 Use wfMsgForContent instead of wfMsg
2010-05-20 Raimond SpekkingFollow-up r66698: Fix syntax error (missing ;)
2010-05-20 Mark A. Hershberger* Add formatting for user messages.
next