(bug 26809) Uploading files with multiple extensions where one of the extensions...
[lhc/web/wiklou.git] / includes / specials / SpecialUserlogin.php
2011-01-14 Antoine Mussobug 10158 : do not mention allowing others to contact...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2010-12-19 PlatonidesAryeh was right in r71721.
2010-12-11 Alexandre Emsenhuber* Per Ilmari Karonen, fix for r78224: make it work...
2010-12-11 Alexandre Emsenhuber* Converted Special:Userlogin to subclass SpecialPage
2010-12-04 Alexandre Emsenhuber* Converted UserMailer stuff to return a Status object...
2010-12-03 Sam ReedKill off userNotPrivilegedMessage, not used after r77617
2010-12-02 Andrew GarrettFix r75759: replace call to userNotPrivilegedMessage...
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-10-31 Sam ReeduserNotPrivilegedMessage being called with no parameter...
2010-10-31 PlatonidesRemove unused globals.
2010-10-27 Antoine MussoOptional feature to login through HTTPS and come back...
2010-09-22 Chad HorohoeFix dupe title construction, reported by ymas on IRC
2010-09-11 PlatonidesCode cleanup: unused globals, empty statements, typos...
2010-09-02 Sam ReedFixup some method calls with missing parameters
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-26 PlatonidesWhen the CSRF token on is not available in the session...
2010-08-22 Jack Phoenixcoding style tweaks
2010-08-15 Alexandre EmsenhuberStandardised file description headers; second part
2010-08-06 Chad HorohoeCleanup getCookie() and use it all over the place inste...
2010-08-05 Max SemenikJavaScript-based password complexity checker on account...
2010-08-01 Alexandre Emsenhuber* (bug 21503) There's now a "reason" field when creatin...
2010-07-27 Platonides$wgMemc at line 563 was only the global if $wgPasswordA...
2010-07-25 PlatonidesMove double $wgOut globals to the top, remove $wgLang...
2010-07-25 PlatonidesFollow up r68354. $wgUser *is* used in successfulLogin...
2010-07-24 Sam ReedRemoval of unused globals
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...
next