Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / User.php
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...
2009-04-24 Andrew GarrettBranch merge of preferences work branch. Includes fixes...
2009-04-20 Chad HorohoeAdd newlines back to eof.
2009-04-20 Chad HorohoeFollowup to r49493: Tweak this so we only set the title...
2009-04-19 Chad HorohoeReverting r49646 (and followups r49647 r49650) per...
2009-04-19 Purodha B Blissenbach(bug 7039) Show/hide bots/own edits from Recentchanges...
2009-04-17 Alexandre EmsenhuberFix for r49493: use correct doxygen's @param syntax
2009-04-15 Chad HorohoeinitPage() is far too late to be setting a title, so...
2009-03-28 Roan KattouwRedo r48746 (API userrights, reverted in r48909 and...
2009-03-27 Andrew GarrettRevert r48746 (API userrights). Breaks Special:GlobalGr...
2009-03-25 Andrew GarrettRevert r47569 and subsequent related revisions. These...
2009-03-24 Ryan Schmidt* not sure where that extra ] came from...
2009-03-24 Ryan Schmidt* Added $wgInvalidUsernameCharacters to disallow certai...
2009-03-24 Roan Kattouw* API: (bug 15935) Add action=userrights to the API
2009-03-17 Alexandre EmsenhuberAdded 'override-export-depth' right to User::$mCoreRights
2009-02-26 Andrew GarrettUse getId() instead of mId in getEditCount(), so it...
2009-02-20 Chad HorohoeChangePassword fixes:
2009-02-17 Tim StarlingAdded $wgRateLimitsExcludedIPs feature, based on live...
2009-02-08 Alexandre Emsenhuber(bug 17404) "userrights-interwiki" right was missing...
2009-02-05 Andrew GarrettAdd missing mCoreRight 'writeapi' to User.php
2009-02-04 Aaron Schulz(bug 17352) Improve review UI with regards to blocks
2009-02-04 Tim StarlingAdded basic support for Wietse Venema's taint feature...
2009-02-02 Andrew GarrettAdd some core rights
2009-01-18 Aaron SchulzFix typo in r45855
2009-01-18 Aaron Schulz(bug 16957) Add show/hide to Preferences for option...
2009-01-17 Aaron SchulzisAllowed('patrol') now returns false if patrolling...
2009-01-16 Nathaniel HermanAdd new hook 'UserLoadFromDatabase' that is called...
2009-01-13 Aaron Schulz(bug 16969) Add show/hide to Preferences for option...
2009-01-08 Aaron Schulz(bug 2164) Add a "reset to site defaults" link to Speci...
2009-01-07 Chad HorohoeRe-fix bug 2242 - adding expiry time for temporary...
2009-01-07 Brion VibberRevert r45450, r45451 "(bug 2242) Introduce expiry...
2009-01-06 Chad Horohoe(bug 2242) Introduce expiry time for temporary passwords.
2009-01-03 Aaron Schulz(bug 16579) Check if session is set
2009-01-03 Aaron Schulz(bug 14737) Allow the autoconfirmed timer to run from...
2009-01-01 Alexandre EmsenhuberFix for r45238: remove interwiki right from User::...
2009-01-01 Victor Vasiliev* Put restricted image moving back, with Brion's permission
2008-12-31 Brion VibberRevert r45197 "* Enable image moving by default. All...
next