Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / User.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-17 Niklas Laxström* Escape page title
2007-01-17 Andrew GarrettAdd autoconfirmation by edit count. Users must have...
2007-01-14 Leon WeberMade User::edits() use user_editcounts. If it has not...
2007-01-12 Ilmari Karonen(bug 3446) Add user preference to hide page content...
2007-01-12 Domas Mituzassomeone was lost in type conversion too ;-)
2007-01-11 Domas MituzasI suppose.... someone forgot to uncomment? ;-)
2007-01-07 Antoine Mussomakes function static to fix strict errors in parser...
2007-01-07 Brion Vibber* ensure 'MediaWiki default' user is a bot when running...
2007-01-07 Andrew GarrettWell there was no problem in the first place. Nice...
2007-01-07 Andrew GarrettOkay brion, this patch actually /works/. Thanks to...
2007-01-07 Andrew GarrettFix for r18904 where autoblocker would not correctly...
2007-01-07 Andrew Garrett* (bug 3706) Allow users to be exempted from IP blocks...
2007-01-05 Tim StarlingUse $wgLang->getCode() rather than $wgUser->getOption...
2007-01-02 Rob Church(bug 8461) Support watching pages on move
2006-12-29 Rob Church* (bug 8018) Allow hiding minor edits from the watchlist
2006-12-24 Rob Church(bug 6856) User::clearNotification() does not respect...
2006-12-22 Brion Vibber* Initialize user_editcount to 0 instead of NULL for...
2006-12-22 Rob ChurchIntroduce 'PingLimiter' hook for overriding the result...
2006-12-20 Brion Vibber* (bug 8333) Fix quick user data update on login passwo...
2006-12-18 Rob Church* (bug 5411) Remove autopatrol preference; users who...
2006-12-16 Rob Church* (bug 4488) Support watching pages on deletion; introd...
2006-12-14 Antoine MussoUser::getOption now accept a default value to override...
2006-12-14 Brion VibberGoing ahead and adding this field while other DB update...
2006-12-14 Brion Vibber* Add a notification about the confirmation mail sent...
2006-12-13 Brion Vibber* Accept null parameter to User::setPassword() as indic...
2006-12-13 Brion VibberConsolidate checks against $wgMinimalPasswordLength...
2006-12-12 Brion Vibber* Change behavior of logins using the temporary e-maile...
2006-12-02 Ilmari KaronenInclude a backslash character in wpEditToken to prevent...
2006-12-01 Rob Church(bug 8024) Introduce "send me copies of emails I send...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-10 Andrew GarrettMake the DNSBL used for proxy blocking configurable...
2006-11-08 Andrew Garrett* (bug 5149) When autoblocks are enabled, retroactively...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Andrew GarrettSpelling error in comments in User.php -- excede -...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-11-01 Andrew GarrettRestore patch that was temporarily reverted in order...
2006-11-01 Andrew GarrettRevert patch that was scapped into production without...
2006-11-01 Tim StarlingAdded block option "enable autoblocks". Patch by Werdna...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-23 Tim StarlingAdded a per-user limit on password reminder emails...
2006-10-15 Brion Vibber* Fix regression in autoconfirm permission check
2006-10-14 Tim StarlingConverted User to use lazy initialisation. This is...
2006-10-09 Brion Vibber* (bug 7526) Make $wgDefaultUserOptions work again
2006-10-04 Nick Jenkins(Bug 7004) PHP iconv() notice on bad password input...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-03 Brion Vibber* Do fewer unnecessary full writes of user rows; only...
2006-09-29 Jimmy Collins* (bug 6023) Fixed mismatch of 0/NULL for wl_notificati...
2006-09-26 Brion Vibber* (bug 6849) Block @ from usernames; interferes with...
2006-09-11 Brion Vibber* (bug 7064) Replace hard-coded empty message checks...
2006-08-12 Rotem LissAdding static functions to User to create links to...
2006-08-08 Rotem LissFinally removing the deprecated and unused functions...
2006-08-08 Rotem LissRemoving the last references to OutputPage::sysopRequir...
2006-08-02 Tim StarlingDefer loading default options, this avoids a theoretica...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-23 Rotem LissDeprecating ; reordering the special pages array (whose...
2006-07-16 Rotem LissMaking User::isBot deprecated, using User::isAllowed...
2006-07-11 Tim StarlingFixed autoblock bug
2006-07-10 Tim Starling* Allow blocks on anonymous users only.
2006-07-08 Rotem LissAdding 'emailconfirmed' to the groups which are not...
2006-07-06 Rob Church* Implicit group "emailconfirmed" for all users whose...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoload WatchedItem
2006-06-04 Tim StarlingClarified purpose of User::isIP(), see bug 6198.
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-22 Brion VibberRemove the unused function and config option for opm...
2006-05-19 Brion Vibber* (bug 5187) Allow programmatically bypassing username...
2006-05-15 Brion VibberFixes to input validation and output escaping for user...
2006-05-12 Rob ChurchGroups which won't hit the rate limiter now configurabl...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine Mussolast round of PHP5 stuff for now.
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-05-11 Antoine Mussoa round of static statements
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-10 Antoine MussoDie with a backtrace when using User::isBureaucrat...
2006-05-07 Rob Church(bug 5846) Link to individual group description pages...
2006-05-04 Niklas Laxström* (bug 5587) Clean up the languages from references...
2006-05-02 Rob ChurchStab #1
2006-05-02 Rob ChurchAdd 'EmailConfirmed' hook
2006-04-26 Antoine MussoFix #5728: mVersion missing from User::__sleep() leadin...
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-15 Brion Vibber* (bug 5576) Remove debugging hack in session check
2006-04-03 Brion Vibber* (bug 5432) Fix inconsistencies in cookie names when...
2006-04-02 Brion VibberLive fix: session token vanishing logging
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-02-14 River Tarnellrename getTalkPages to getNewMessageLinks, use wfmsghtm...
2006-02-14 River Tarnellhooks for shared new talk notifications
2006-02-13 Brion Vibber* Blocking some Unicode whitespace characters in userna...
2006-02-11 Tim StarlingAllow cookies to be shared between multiple wikis with...
2006-01-31 Tim StarlingFeature karma: removing a useless feature that I recent...
2006-01-25 Tim StarlingAdded $wgInvisibleGroups, to hide groups from Special...
2006-01-17 Erik Moeller$value never initialized, I presume $val is meant
2006-01-08 Ævar Arnfjörð Bjar... * New function: User::getBoolOption() that wraps User...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Tim Starlingremoved useless line
2006-01-03 Rob ChurchFix a comment glitch and add one that's missing
2005-12-26 Brion Vibber* Remove unused OutputPage::addCookie()
next