Update the Chinese conversion tables.
[lhc/web/wiklou.git] / includes / User.php
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.
2010-05-20 Mark A. Hershberger* Since it makes sense (to me :) to make the arguments...
2010-05-18 Mark A. Hershbergerre: r66438 Fix doc string, add usermessage-editor to...
2010-05-14 Mark A. HershbergerStart adding support for leaving user's messages. ...
2010-04-15 Conrad IrwinPut a 235 byte limit on usernames to allow /thelongskin...
2010-04-15 Siebrand MazelandRemove the 'editwidth' preference and related code.
2010-04-10 Victor VasilievAdd $wgLogAutocreatedAccounts to enable/disable account...
2010-04-07 Tim Starling* (bug 23076) Fixed login CSRF vulnerability. Logins...
2010-02-27 Alexandre Emsenhuber* (bug 22606) The body of e-mail address confirmation...
2010-02-26 Mark A. Hershbergerfollow up r61715 - minor style nit
2010-02-19 TobiasnewFromName: Fixing error in the documentation and...
2010-02-17 Chad HorohoeUse __METHOD__
2010-02-03 Tim StarlingRevert r58025 (User::newFromName() returns WikiError...
2010-01-30 Chad HorohoeCheck $this not $wgUser in canSendEmail()
2010-01-30 Victor VasilievFix "you are blocked" message for users who were blocke...
2010-01-30 Chad HorohoeFollowup r61694, expand comment based on [[Extension...
2010-01-07 Tim StarlingReverted r58313, pointless, does not fix the bug.
2010-01-06 Mark A. HershbergerRandom eol whitespace found while treking through files.
2009-12-30 Alexandre EmsenhuberPer Tim Starling, fixes for r58061:
2009-12-30 Raimond SpekkingTweak 'HMTL 5' -> 'HTML5' per suggestion on translatewi...
2009-12-21 Aaron SchulzFixed r57659 for high concurrency situations
2009-12-21 Domas MituzasReverting r59993, per Tim's comment at mediawiki.org...
2009-12-14 Aryeh GregorBegin work on allowing extauth login from cookies
2009-12-13 Alexandre Emsenhuber* (bug 21441) meta=userinfo&uiprop=options no longer...
2009-12-12 Domas MituzasI fail to see why we need to invalidate cache on watchl...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-14 OverlordQCode cleanup, covert leading spaces into tabs per codin...
2009-11-01 Roan KattouwRevert accidentally committed stuff in r58399
2009-11-01 Chad HorohoeFix another regression from r57558, bug 21369 - Lowerca...
2009-11-01 Roan KattouwAPI: (bug 19004) Add support for tags. Patch by Matthew...
2009-10-29 Jure KajzerSwitch to default skin if user session found without...
2009-10-28 Ryan Schmidt* re-commit r58172 with the fix for the issue mentioned...
2009-10-27 Raimond SpekkingRevert r58171/r58172 for now. It seems it breaks login...
2009-10-26 Ryan Schmidt* User::isValidPassword now only returns boolean result...
2009-10-26 Ryan Schmidt* Any strings returned by the isValidPassword hook...
2009-10-26 Chad Horohoe(bug 21280) Document Linker.php
2009-10-23 Alexandre Emsenhuber* (bug 21172) $wgSorbsUrl can now be an array with...
2009-10-23 Alexandre Emsenhuber* (bug 21255) Fixed hostname construction for DNSBL...
2009-10-22 Katie Filbertmore specific error message, using WikiError, if user...
2009-10-22 Chad HorohoeAdd profiling to getEffectiveGroups()
2009-10-20 Roan KattouwWhitespace cleanup for r57877
2009-10-20 Roan KattouwFix fatal in r57877: can't use $this in a static function
2009-10-19 Tim StarlingReintroduced $wgRateLimitsExcludedIPs from r47352 ...
2009-10-19 Fenzik Joseph* function isValidPassword modified to return boolean...
2009-10-12 Aaron Schulz* (bug 20595) Don't increment ping value right after...
2009-10-09 Chad HorohoeBack out the bit of r57558 for allowing lowercased...
2009-10-09 Chad Horohoe(bug 13750) $wgCapitalLinks should be a per-namespace...
2009-10-07 Andrew GarrettAdd new hook, UserIsBlockedFrom, which allows extension...
2009-10-06 Brion VibberCleanup r57359 -- removing PHP4-isms (references not...
2009-10-04 Jack Phoenixredoing r38040: two new hooks for email confirmation...
2009-10-04 Jack Phoenixcoding style tweaks
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-29 Brion VibberRevert r56635 "Implement a 'root' permission, which...
2009-09-28 Siebrand MazelandFollow-up to r56962: add 'deletedcontent' to $mCoreRights
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-28 Aaron SchulzFollow-up r56791: add 'deletedcontent' to corerights
2009-09-26 Siebrand MazelandFix oversight in r56963: remove $creator
2009-09-26 Siebrand MazelandRevert r56696. Even though mentioned in r56937 ("Revert...
2009-09-26 Siebrand MazelandNew permission 'sendemail' added. Default right for...
2009-09-21 Happy-melonFollow-up to r56684; fix newuser log.
2009-09-19 Happy-melonImplement a 'root' permission, which grants all other...
2009-09-19 Happy-melonFix User::idFromName to actually return null on failure...
2009-09-17 Andrew GarrettFix bug where checking another user's blocked status...
2009-09-14 Brion VibberCommit live hack from wmf-deployment r53208: skip user...
2009-09-14 TobiasFixing User::getBlockedStatus which broke r55918. Funct...
2009-09-12 Happy-melonFix fatal left over from preferences rewrite, that...
2009-08-23 Aryeh GregorEnforce $wgMinimalPasswordLength client-side
2009-08-11 Chad HorohoeRevert r35877, early commit that can only be explained...
2009-08-10 Brion VibberPull back r54590, r54591, r54628, r54633, r54636, r5471...
2009-08-08 Jan Luca Naumann(fixes for r54628) Add PLURAL to "last change" message
2009-08-08 Jan Luca Naumann(fixes for r54590 & bug 20103) Use now only one query...
2009-08-06 Andrew GarrettMove ID-Name cache to a static variable, so it can...
2009-07-19 Aryeh GregorAdd experimental new auth framework, ExternalAuth
2009-06-27 Chad Horohoe(bug 19157) createAndPromote error on bad password
2009-06-26 Andrew GarrettAdd in-process caching to User::idFromName
2009-06-18 Ryan Schmidt* Remove the two hooks introduced in r52082
2009-06-18 Ryan Schmidt* Add autopromote condition APCOND_BLOCKED to autopromo...
2009-06-02 Andrew GarrettFix fatal error in r49790, remaining usage of User...
2009-06-01 Purodha B BlissenbachMessage 'confirmemail_body' - date and time separated...
2009-05-27 Tim StarlingReverted r47352, $wgRateLimitsExcludedIPs is to be...
2009-05-24 Robin PepermansUpdate per r50782:
2009-05-08 Siebrand MazelandUse link() instead of deprecated makeLinkObj() where...
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-27 Andrew GarrettClean up remnants from half-done solutions in r49925...
2009-04-27 Andrew GarrettFix missing global wgLang
2009-04-27 Andrew GarrettFix problem where cached user objects would not update...
2009-04-24 Andrew GarrettUpdate MW_USER_VERSION
2009-04-24 Andrew GarrettFix sneaky memcached issue which was preventing success...
2009-04-24 Andrew GarrettFix storage of settings with no defaults -- treat the...
next