Revert patch that was scapped into production without database changes
[lhc/web/wiklou.git] / includes / User.php
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()
2005-12-25 Brion Vibber* Added 'PageRenderingHash' hook for changing the parse...
2005-12-23 Brion Vibber* Fix autoconfirm check for old accounts
2005-12-22 Brion Vibber* (bug 1735) Revamped protection interface
2005-12-21 Ævar Arnfjörð Bjar... * Make User::isAllowed return true if passed an empty...
2005-12-19 Brion Vibber* Upgrade old skin preferences properly at Special...
2005-12-12 Brion Vibber* (bug 3407) Fix encoding of subject and from/to header...
2005-12-09 Ævar Arnfjörð Bjar... * Implemented a cache for User::getMaxID()
2005-12-07 Brion Vibber* (bug 4201) Fix user-talk mode for Enotif, and general...
2005-12-06 Tim StarlingLazy initialisation of wgProxyList
2005-12-04 Antoine MussoClean up unused globals!
2005-12-01 Tim StarlingFaster IP blocks. Requires schema change.
2005-12-01 Brion Vibber* (bug 4071) Generate passwords long enough for $wgMini...
2005-11-16 Tim StarlingHack to make page rendering hashes for users who have...
2005-11-09 Brion Vibber* Forbid usernames that can be interpreted as titles...
2005-10-26 Ævar Arnfjörð Bjar... * Documentation fix for User::isSysop()
2005-10-22 Antoine Mussocomment
2005-10-22 Brion VibberCommitting various live hacks from Wikimedia servers
2005-10-08 Ævar Arnfjörð Bjar... * (bug 3631) Fixed a critical security issue
2005-10-08 Tim StarlingCommitted patch by Ting Chen to fix bug #856 (Auto...
2005-10-06 Tom GilderPatch for 3592: unnecessary instantiation of User
2005-09-05 Tim StarlingDeferred initialisation of $wgIP, because it's potentia...
2005-08-23 Tim StarlingFunction names on queries, some debugging output (latte...
2005-08-21 Tim StarlingMade BlockCache::loadFromDB() 100x faster. Wasn't an...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-15 Ævar Arnfjörð Bjar... * Correct $fname
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-26 Jens FrankMoved password encryption algorithm to GlobalFunctions...
2005-07-25 Tim Starlingcommitted live hack, we have to make sure MediaWiki...
2005-07-24 Brion Vibber* (bug 2943) AuthPlugin::getCanonicalName() name canoni...
2005-07-24 River Tarnellallow 'uselang' and 'useskin' to be specified in the...
2005-07-16 Brion VibberRevert commit 1.171. This is extension code, I'm not...
2005-07-14 Ævar Arnfjörð Bjar... * A new function: editsByNs( $uid ) that uses the SQL...
2005-07-09 Ævar Arnfjörð Bjar... * Added a new function, edits(), for counting contribut...
2005-07-07 Tim Starlingnew feature: $wgBlockAllowsUTEdit
2005-07-05 Niklas Laxström* (bug 2534) Hide edit sections with CSS to make right...
2005-07-01 Brion Vibber* (bug 2629) Automatically capitalize usernames again...
2005-07-01 Brion Vibberfix notice warning in some configs
2005-07-01 River Tarnellinitialised variable
next