Fixed 1.2 compatibility in "skin" user option
[lhc/web/wiklou.git] / includes / User.php
2004-05-22 Tim StarlingFixed 1.2 compatibility in "skin" user option
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-26 Brion VibberIf the given title is bad, don't die horribly but retur...
2004-04-23 Evan ProdromouChanged Metadata to use users' real names, if provided...
2004-04-19 Gabriel Wickesilence session_start when multiple sessions are starte...
2004-04-18 Evan ProdromouAdded a user_real_name column to the user table, and...
2004-04-11 Brion VibberSkin updates:
2004-04-07 Tim Starlingallowed changes in preferences, especially skin, to...
2004-04-07 Erik Moellerchoose the min between the two block times when autoblo...
2004-04-06 Erik Moellerif user is blocked with an expiry date, do not add...
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-27 Tim Starlingalterations to allow a command-line wikitext processor
2004-03-26 Gabriel Wickeskin names now in associative array, provides fallback...
2004-03-10 Brion VibberSave password cookie fixes
2004-03-08 Brion VibberMake login work again; some var init fixes
2004-03-08 Brion VibberImported the register_globals hack from REL1_2. Also...
2004-03-02 Brion VibberAdd database creation to in-place installer, plus a...
2004-02-29 Tim Starlingbug fix
2004-02-29 Tim StarlingSpecial developer powers in SpecialMakesysop, different...
2004-02-19 Brion VibberMake sure that id taken from cookie is an int; otherwis...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-14 Tim StarlingTwo blocking features: IP range blocks, and expiry...
2004-02-01 Mr. E23Special page for making sysops.
2004-01-31 Mr. E23Fixed bug potentially causing problems if memcached...
2004-01-30 Gabriel WickeSquid integration changes
2004-01-24 Mr. E23new memcached client returns integers as strings
2004-01-24 Mr. E23compatibility modifications in preparation for the...
2004-01-07 Mr. E23A patch to cache articles after conversion to HTML...
2003-12-12 Tim Starlingbug fix in range block code, spelling error
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-14 Tim StarlingMerging latest features from stable
2003-11-12 Tim StarlingImported latest features from the stable branch
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-10-09 Tim Starling*** empty log message ***
2003-09-21 Brion Vibbermissing comma
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-09-10 Matthias JordanMoved some code to User.php, where it belongs.
2003-09-07 Tim StarlingAutoblocker privacy protection
2003-09-01 Tim Starlingnew Block object, block expiry, optional sysop blocks
2003-08-31 Tim StarlingUndelete bug partially fixed; Sysop ability to block...
2003-08-13 Brion VibberSome more tweaking of prelim memcached support; shorten...
2003-08-11 Brion VibberInitial support for memcached.
2003-08-08 Brion Vibberadd wgPasswordSalt option, set to false for compatibili...
2003-07-01 Matthias JordanImplemented the "default namespaces for search" feature...
2003-05-24 Brion VibberIf password check failed, reload default settings to...
2003-05-07 Lee Daniel CrockerMake sure user password code and update script agree.
2003-04-30 Lee Daniel CrockerPassword encryption should finally work now. Updates to
2003-04-28 Lee Daniel CrockerFix problem with new password salt code.
2003-04-16 Lee Daniel CrockerNew update script, Version.php, new salted passwords...
2003-04-14 Lee Daniel CrockerInitial revision