* Renamed deletedcontent to deletedtext
[lhc/web/wiklou.git] / includes / User.php
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...
2008-12-31 Brion VibberRevert r45231, r45235 "* (bug 674) Allow users to be...
2008-12-31 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-12-30 Victor Vasiliev* Enable image moving by default. All known serious...
2008-12-28 Alexandre EmsenhuberMissing rights: move-rootuserpages, move-subpages
2008-12-27 Alexandre EmsenhuberTweaks to Special:Interwiki:
2008-12-19 Ryan Schmidt* adding two hooks UserCryptPassword and UserComparePas...
2008-12-17 Brion VibberReverting r44681 "Throw in quick hack $wgRateLimitsExcl...
2008-12-16 Brion VibberThrow in quick hack $wgRateLimitsExcludedIPs so we...
2008-11-30 Alexandre Emsenhuber* Fixed doxygen warning in Article.php and User.php
2008-11-29 Alexandre Emsenhuber* fixed Doxygen errors in Database.php, DatabasePostgre...
2008-11-22 Roan KattouwAPI: (bug 16421) Actually do user name normalization...
2008-11-21 Aaron SchulzRemove duplicate group rights
2008-11-17 Brion VibberReverting r43581 "Added a new user right called "always...
2008-11-16 Charles MelbyeAdded a new user right called "alwaysuseskin" that...
2008-11-02 Siebrand Mazeland(bug 15761) Add user toggle to omit diff after rollback...
2008-11-01 Charles MelbyeMade it so that users can't test out skins if user...
2008-11-01 Charles MelbyeAdded a new configuration option: $wgAllowUserSkin
2008-10-20 Andrew GarrettRevert r38686, per comments on CodeReview (in brief...
2008-10-17 Brion Vibber* (bug 1306) 'Email user' link no longer shown on user...
2008-10-15 Jason Richeyadded a check for a null value when adding session...
2008-10-13 Ryan LaneRemoving $result from UserLoadAfterLoadFromSession...
2008-10-13 Aaron SchulzAdd debug log item for r42040
2008-10-13 Ryan LaneAdding hook UserLoadAfterLoadFromSession to fix bug...
2008-10-13 Aaron Schulz(bug 6464) Check for session id collisions by checking...
2008-10-13 Aaron SchulzComment out accidentally committed code from r42020...
2008-10-13 Aaron SchulzRefactor sendToUDP() some more
next