* Removed messages in English, they'll be inherited from the parent.
[lhc/web/wiklou.git] / includes / SpecialUserlogin.php
2005-04-25 Brion VibberClean up e-mail authentication code.
2005-04-24 Jens FrankBUG#1831 - Enotif patches for Wikinaut
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-16 Tim StarlingStronger user token generation
2005-03-13 Jens FrankBug 1617: Incorrect login message when using AuthPlugin
2005-03-13 Evan ProdromouChanged the calling protocol for function wfRunHooks...
2005-03-05 Antoine Musso* some comments
2005-03-04 Antoine MussoFix #1585 : incorrect title on post-login redirection...
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-02-13 River Tarnelldisallow 0x80-0xA0 in login names in latin1 wikis ...
2005-01-30 Jens FrankBUG#621 Require a minimum password length at account...
2005-01-16 Tom GilderVarious XHTML fixes
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-11-29 Evan ProdromouMake User::newFromName set the user object's ID attribu...
2004-11-29 Evan ProdromouSince updates are no longer truly deferred, replaced...
2004-11-27 Evan ProdromouAdd an extension for logging MediaWiki events to the...
2004-11-25 Brion VibberAdd site-wide options to disable all e-mail functions...
2004-11-25 Brion VibberSeparate the HTML guts of the user login form into...
2004-11-16 Brion VibberExperimental authentication plugin interface. Will...
2004-10-14 Brion VibberEscape input on a few error messages
2004-09-26 Tim StarlingImproved security: don't send out password hashes or...
2004-09-22 Antoine Mussosingle quotes !!1!
2004-09-22 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=459 Sorting...
2004-09-11 Brion Vibber* Sensible error messages when illegal title chars...
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-08-22 Brion VibberChange 'welcomecreation' and 'loginsuccess' messages...
2004-08-15 Jens FrankBugfix: When cookies are disabled, don't show login...
2004-08-13 Brion VibberAntiglobalization!
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