Correct the address of the FSF in some of the GPL headers
[lhc/web/wiklou.git] / includes / specials / SpecialUserlogin.php
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-21 Sam ReedGPL Headers for all!
2010-06-10 PlatonidesFollow up r67798. Use wfMsgExt() with 'parseinline...
2010-06-10 Platonides"<p id="userloginlink"><p>Don't have an account" is...
2010-05-27 Alexandre EmsenhuberFollow-up r66933: escape the whole message instead...
2010-05-26 Siebrand MazelandAllow use of GENDER in 'noemail' message.
2010-05-01 PlatonidesBug 23371: Fix CSRF similar to r64677 covering the...
2010-04-09 Roan KattouwFix another instance of the result of User::newFromName...
2010-04-07 Tim Starling* (bug 23076) Fixed login CSRF vulnerability. Logins...
2010-03-09 Aryeh GregorAvoid fatal on login if username is invalid title
2010-02-17 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-03 Tim StarlingRevert r58025 (User::newFromName() returns WikiError...
2010-02-01 Alexandre EmsenhuberAllow gender in 'login-userblocked', per request on...
2010-02-01 Chad HorohoeCleanup r61694, move blocked check to after password...
2010-01-29 Chad HorohoeAdd new global $wgBlockDisablesLogin to prevent logging...
2010-01-29 Raimond Spekking* Add USER_BLOCKED case to UserLogin.
2010-01-10 Raimond Spekking* Send new password e-mail in users preference language
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2010-01-02 Roan KattouwFix coding style
2010-01-02 Roan Kattouw(bug 20115) Special:Userlogin says "Log in / create...
2009-12-30 Alexandre EmsenhuberPer Tim Starling, fixes for r58061:
2009-12-13 Aryeh GregorAutomatically link on login if passwords match
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-09 Chad HorohoeFix r59761,r59797: check if is_object()
2009-12-08 Aryeh GregorRename some extauth functions and fields
2009-12-07 Alexandre EmsenhuberPer Nikerabbit, follow-up to r59761: just check for...
2009-12-05 Alexandre EmsenhuberUser::newFromName() can return false on invalid user...
2009-10-22 Katie Filbertmore specific error message, using WikiError, if user...
2009-10-19 Fenzik Joseph* function isValidPassword modified to return boolean...
2009-10-15 Alexandre EmsenhuberFollow-up r30264: pass second parameter to AddNewAccoun...
2009-09-26 Brion VibberRevert broken rewrite of login system; totally broken.
2009-09-24 Happy-melonImprove HTMLForm's support for adding content in and...
2009-09-22 Happy-melonAllow extra buttons and hidden fields to be included...
2009-09-21 Happy-melonFollow-up to r56684 - fix message parameters for Login...
2009-09-20 Happy-melonFollow-ups to r56684: add a member function for extensi...
2009-09-20 Happy-melonMerge in Login rewrite, second time lucky.
2009-09-08 Brion VibberRevert broken rewrite of login forms:
2009-09-07 Happy-melonFollowup to r55990 - rename method to avoid PHP Strict...
2009-09-07 Happy-melon* Totally refactor includes/specials/SpecialUserlogin...
2009-07-27 Chad Horohoe(bug 9691) Add type parameter to ModifyUITemplate funct...
2009-07-25 Alexandre Emsenhuber* (bug 18799) Special:Userlogin now handles correctly...
2009-07-19 Aryeh GregorAdd experimental new auth framework, ExternalAuth
2009-07-19 Aryeh GregorAllow wikitext to be used in nologin, etc.
2009-07-14 Roan KattouwAdd returntoquery= parameter to Special:Userlogin which...
2009-06-27 Chad Horohoe(bug 19157) createAndPromote error on bad password
2009-06-16 Andrew GarrettBlock password resets from globally blocked IP addresses
2009-06-07 Siebrand Mazeland* replace use of deprecated makeKnownLinkObj() by linkK...
2009-05-24 Robin PepermansUpdate per r50782:
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-03-25 Andrew GarrettRevert r47569 and subsequent related revisions. These...
2009-03-18 Chad HorohoeFollow up to r47976 (bug 17722). For real this time...
2009-03-07 Chad Horohoe(bug 17844) Redirect users to a specific page when...
2009-03-03 Chad Horohoe(bug 17722) Fix regression where users are unable to...
2009-02-11 Chad Horohoe(bug 12746) We shouldn't be sending out new password...
2009-02-09 Siebrand Mazeland(bug 7509) Separation strings should be configurable
2009-01-07 Chad HorohoeRe-fix bug 2242 - adding expiry time for temporary...
2009-01-07 Brion VibberRevert r45450, r45451 "(bug 2242) Introduce expiry...
2009-01-06 Chad HorohoeUse wfMsgExt() with parsemag, so {{PLURAL}} will work.
2009-01-06 Chad Horohoe(bug 2242) Introduce expiry time for temporary passwords.
2008-11-30 Nathaniel HermanFixed minor bug where the memcached value for how many...
2008-11-29 Alexandre EmsenhuberRenamed PasswordReset class to SpecialResetpass and...
2008-11-26 Bryan Tong MinhMake returnto parameter work as well with cookieRedirect
2008-11-22 Alex ZMove password resetting out of Special:Preferences...
2008-11-18 Chad HorohoeBunch of globals laying around and nobody using them.
2008-11-17 Brion VibberReverting r43642 "Added $wgLoginAutocomplete to let...
2008-11-17 Marco SchusterAdded $wgLoginAutocomplete to let wiki owner disable...
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-10-24 Domas Mituzasreset password attempt throttle at successful logins
2008-10-20 Raimond SpekkingFollow up for r41672: 'nosuchuser' is used twice
2008-10-04 Bertrand GrondinFixing link not displayed for nosuchuser message, bug...
2008-09-18 Brion VibberRevert r40953 '(bug 7509) Don't hardcode separation...
2008-09-17 Siebrand Mazeland(bug 7509) Don't hardcode separation strings, make...
2008-09-13 Aaron SchulzAdd newuser log to core
2008-09-12 Aryeh Gregor(bug 6702) Improve default English messages
2008-09-09 Raimond Spekking* Enahle PLURAL
2008-09-09 Raimond Spekkingfix for r40623: declare $wgUser helps to avoid a fatal...
2008-09-08 Aryeh GregorMake 40621 not break CentralAuth
2008-09-08 Aryeh GregorRedirect on login instead of showing a message
2008-09-08 Chad HorohoeSelf-revert 40530, 40531. Too many things still depend...
2008-09-06 Chad HorohoeSyntax error. Consequently, getCookie() returns null...
2008-09-06 Chad Horohoe* Add getCookie() method to WebRequest as a wrapper...
2008-08-26 Andrew GarrettReset password throttles on login
2008-08-19 Brion VibberRevert r39625 "Run autocreated accounts through AbortNe...
2008-08-19 Fran RogersRun autocreated accounts through AbortNewAccount hooks
2008-08-18 Chad HorohoeRemove last of $wgEnablePersistentCookies. Use > 0...
2008-08-16 Alexandre Emsenhuberfix for last commit: the (bool) is not needed
2008-08-16 Alexandre Emsenhubertweak for r39376: do not show the check box "remember...
2008-08-14 Aaron Schulz* Fix location of $ip check
2008-08-13 Aaron SchulzI really don't like the idea of invalid IPs sending...
2008-08-08 Brion VibberCleanup for r38886 "(bug 12370) Add throttle on passwor...
2008-08-08 Aaron Schulz$wgPasswordAttemptThrottle cleanup
2008-08-08 Andrew Garrett* (bug 12370) Add throttle on password attempts. Defaul...
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-07 Niklas Laxström* Cleanup for r37209, which broke grammar while fixing...
2008-07-06 Brion Vibber* (bug 14709) Fix login success message formatting...
2008-07-03 Brion VibberRevert r36916 for now ("(bug 14698) Make "Block account...
2008-07-02 Aryeh GregorFix a misspelled word in a comment added by r36916.
2008-07-02 Chad Horohoe(bug 14698) Make "Block account creation" work as adver...
2008-06-19 Brion VibberRename all the special page class files back to their...