In QueryPage: fixing a misleading comment. value needn't be numeric.
[lhc/web/wiklou.git] / includes / SpecialUserlogin.php
2004-08-06 Jens FrankBug [ 991515 ]: moved wgAccountCreationThrottle test...
2004-07-30 Tim Starlingcommitting Hendrik Brummermann's checkPassword() patch...
2004-07-19 Jens FrankBUG#983680: Test user names for validity. Patch by...
2004-06-26 Tim Starlingbug fixes for throttle feature
2004-06-26 Tim StarlingAccount creation throttle
2004-05-29 Evan ProdromouPer request, I've added code to disable setting the...
2004-04-30 Brion VibberFix the return-to-last-page on login/logout in MonoBook...
2004-04-18 Evan ProdromouAdded a user_real_name column to the user table, and...
2004-04-03 Brion VibberFix login/logout under XHTML
2004-04-01 Tim StarlingRefactored (object-orientified) to make them play nice...
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-08 Brion VibberMake login work again; some var init fixes
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-29 Tim Starlingbug fix
2004-02-29 Tim StarlingSpecial developer powers in SpecialMakesysop, different...
2004-02-27 Nicholas Pisarro, JrAdded the ability to do an authenticated SMTP login...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-30 Gabriel WickeSquid integration changes
2004-01-25 Tim StarlingOptim's trailing text on Special:Userlogin
2004-01-17 Tim StarlingsetArticleRelated required in more places than I realis...
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2003-12-22 Brion VibberForce redirect headers to use absolute URLs as per...
2003-11-30 Evan ProdromouRemoved unused "areyounew" language prompt from all...
2003-11-30 Brion VibberWhitespace; special case to avoid automatically returni...
2003-11-29 Evan ProdromouChanged the remember password box location (RFE# 832812...
2003-11-29 Evan ProdromouReformatted cookie check functions.
2003-11-29 Evan ProdromouInstead of just giving an error message on login if...
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-22 Tim StarlingCommitting Evan's patches (with some modifications...
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-12 Tim StarlingImported latest features from the stable branch
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-09-10 Matthias JordanMoved some code to User.php, where it belongs.
2003-08-14 Bogdan StancescuAdded label tag for "remember me" checkbox
2003-08-07 Matthias JordanAdded support for whitelists for reading and writing...
2003-06-06 Brion VibberDisallow / character in new usernames, as this conflict...
2003-04-30 Lee Daniel CrockerPassword encryption should finally work now. Updates to
2003-04-16 Lee Daniel CrockerNew update script, Version.php, new salted passwords...
2003-04-14 Lee Daniel CrockerInitial revision