BUG#93 Fix handling of <nowiki> in templates
[lhc/web/wiklou.git] / includes / User.php
2004-09-17 Zheng Zhuchanged getPreferredLanguage to getPreferredVariant
2004-09-17 Zheng Zhuset default language variant according to the http...
2004-09-11 Brion Vibber* Sensible error messages when illegal title chars...
2004-09-09 Tim StarlingNicer database wrapper names
2004-09-08 Antoine MussoRegistered user can set their own language for the...
2004-09-04 Arne Heizmannforgot to remove this
2004-09-04 Arne Heizmannexpand comment for isNewbie(), and spelling corrections
2004-09-04 Antoine MussoPhpdoc comments
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-02 Antoine MussoNew system to generate $wgValidSkinNames by listing...
2004-09-02 Antoine MussoBig change to the skin system. Php files are now in...
2004-08-24 Jens FrankSplit user table into two parts: user and user_rights...
2004-08-24 Brion VibberPatch by Ivan Krstic, slightly modified, for the sessio...
2004-08-15 Tim StarlingAdding numberheadings to rendering hash, related incons...
2004-08-14 Arne Heizmannuse tabs for indentation, and probably some trailing...
2004-08-10 Domas Mituzasuse proper timestamp conversion for user_touched
2004-07-31 Jens FrankHello, World!
2004-07-30 Tim Starlingcommitting Hendrik Brummermann's checkPassword() patch...
2004-07-19 Jens FrankFix Userlogin
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim Starlingrestrictions on Special:Movepage
2004-06-26 Tim Starlingnewbie detector
2004-06-21 Tim Starlingnew anti-bot code
2004-06-17 Antoine MussoEXPERIMENTAL: Stop requiring skin classes we do not...
2004-06-17 Antoine Musso* function style : foobar() {
2004-06-12 Brion VibberRevert postgresql changes pending further testing and...
2004-06-11 Domas Mituzaschange user into "user" for PG
2004-05-31 Tim StarlingMinor bug fix
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