Applying Michael Newton's patch from Bug 24464 - Execute
[lhc/web/wiklou.git] / includes / specials / SpecialUserlogin.php
2011-11-16 Mark A. HershbergerApplying Michael Newton's patch from Bug 24464 - Execute
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-10-31 Aaron SchulzMade some callers of getBlocker()->getName() just use...
2011-10-29 Alexandre Emsenhuber* (bug 19186) Special:UserLogin's title on Special...
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-19 Raimond SpekkingChange the hook case per CR r95152
2011-10-18 Alexandre EmsenhuberFix for r100114: make API and tests work again
2011-10-18 Alexandre Emsenhuber* Use local context instead of global variables
2011-10-03 Roan KattouwFix embarrassing mistake in r98718
2011-10-02 Roan KattouwFollowup r98707: apply this logic to signupend too...
2011-10-02 Roan KattouwFollowup r98707, r98713: check for blankness, not nonex...
2011-10-02 Roan Kattouw(bug 31293) If Special:Userlogin is loaded over HTTPS...
2011-09-27 Roan Kattouw(bug 31191) Followup to r90934: do this in the successf...
2011-09-07 Sam ReedFix whitespace
2011-08-21 Raimond Spekkingfu r95152: remove debug line.
2011-08-21 Raimond SpekkingNew hook point to exempt an IP address from the account...
2011-08-20 Raimond SpekkingSelf revert r95041 per CR. I will commit a cleaner...
2011-08-19 Raimond SpekkingNew hook point to change $wgAccountCreationThrottle
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-07-27 Roan KattouwRevert r93237 ("use User::getBlock() accessor rather...
2011-07-26 Happy-melonFollow-up r93234: use User::getBlock() accessor rather...
2011-07-23 Aaron SchulzDummy-proof incLoginThrottle/clearLoginThrottle with...
2011-07-22 Aaron SchulzImproved r92884 comments a bit on second thought
2011-07-22 Aaron SchulzFollow-up r92884: mark these functions static
2011-07-22 Aaron SchulzRefactored code out into incLoginThrottle/clearLoginThr...
2011-07-14 Robin Pepermans* Fix r80248: login language links included a newline...
2011-07-01 Sam ReedRemove unused globals
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-28 Brian Wolff(follow-up to some RequestContext revision) When Specia...
2011-06-26 Sam ReedUpdate calls to deprecated User::isValidEmailAddr
2011-06-22 Matěj GrabovskýFollow-up r90482: escape some more wikitext
2011-06-20 Matěj GrabovskýFollow-up r90371, per comment by ^demon
2011-06-07 Sam ReedRevert r87292
2011-05-29 Raimond SpekkingFollowup r89099 per RobertL's CR: Remove now unused...
2011-05-29 Raimond SpekkingFix message key for account creation by e-mail.
2011-05-23 Happy-melonFollow-up r84475: update userBlockedMessage() caller.
2011-05-02 Sam Reed* (bug 20468) User::invalidateCache throws 1205: Lock...
2011-04-20 Happy-melon(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669...
2011-04-17 Happy-melonRename Special:Resetpass to Special:ChangePassword...
2011-04-15 Chad HorohoeMerge r81445 from 1.17: revert r70520 (js password...
2011-04-13 Nimish GautamCreated BeforeWelcomeCreation hook to be run before...
2011-04-05 Brion Vibber* (bug 24755) AuthPlugin auto-creation of local account...
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-18 Mark A. Hershbergerw/s diff. mostly eol w/s and using only tabs of width...
2011-03-07 Sam ReedDocumentation and explicit variable definitions
2011-03-06 Jack D. PondFix and Enhance:
2011-02-19 Sam ReedAnd some more function level documentation
2011-02-06 Alexandre Emsenhuber* Changed all calls to wfMsgWikiHtml() in core
2011-01-25 Alexandre EmsenhuberAllow the $result parameter of the isValidPassword...
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:
next