aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialUserlogin.php
Commit message (Expand)AuthorAgeFilesLines
* MFT r114354: MWCryptRand $method parameter removalTim Starling2012-03-211-2/+2
* Backport CryptRand from r110825 and r114233 to REL1_17, REL1_18, and REL1_19 ...Daniel Friesen2012-03-201-3/+3
* MFT r112563, r112566, r112838, r112872, r112873, r112988, r113001, r113024, r...Sam Reed2012-03-061-1/+1
* Revert r103467, r106446 (bug 24464: calling LoginAuthenticateAudit hook more ...Chad Horohoe2012-02-061-13/+1
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-2/+0
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+1
* Kill "* @return void"Sam Reed2012-01-121-1/+0
* Improve/add to documentationSam Reed2011-12-241-1/+2
* Fix a session invalidation error when using LdapAuthentication.Ryan Lane2011-12-231-1/+5
* followup r103467 - Make sure we pass a user object when we call LoginAuthenti...Mark A. Hershberger2011-12-161-1/+5
* docs++Jeroen De Dauw2011-11-261-1/+5
* Followup r103817, updating setLang usagesJohn Du Hart2011-11-231-1/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-1/+1
* Adapt and re-apply Michael Newton's patch from Bug 24464 - ExecuteMark A. Hershberger2011-11-171-0/+8
* revert r103396 (breaks unit tests) - In lots of these places $u is undefined ...Brian Wolff2011-11-161-8/+0
* Applying Michael Newton's patch from Bug 24464 - ExecuteMark A. Hershberger2011-11-161-0/+8
* * Made PermissionsError exception accept an optional second parameter for the...Alexandre Emsenhuber2011-11-021-5/+5
* Made some callers of getBlocker()->getName() just use getByName()Aaron Schulz2011-10-311-1/+1
* * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says "cre...Alexandre Emsenhuber2011-10-291-7/+6
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-6/+6
* Add, update, tweak documentationSam Reed2011-10-261-3/+3
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-6/+6
* Change the hook case per CR r95152Raimond Spekking2011-10-191-1/+1
* Fix for r100114: make API and tests work againAlexandre Emsenhuber2011-10-181-7/+16
* * Use local context instead of global variablesAlexandre Emsenhuber2011-10-181-167/+165
* Fix embarrassing mistake in r98718Roan Kattouw2011-10-031-1/+1
* Followup r98707: apply this logic to signupend too, per a bug comment.Roan Kattouw2011-10-021-3/+11
* Followup r98707, r98713: check for blankness, not nonexistence. Since r98713 ...Roan Kattouw2011-10-021-2/+2
* (bug 31293) If Special:Userlogin is loaded over HTTPS, display MediaWiki:logi...Roan Kattouw2011-10-021-0/+8
* (bug 31191) Followup to r90934: do this in the successful login code path too...Roan Kattouw2011-09-271-0/+4
* Fix whitespaceSam Reed2011-09-071-2/+1
* fu r95152: remove debug line.Raimond Spekking2011-08-211-1/+0
* New hook point to exempt an IP address from the account creation throttle. Re...Raimond Spekking2011-08-211-10/+16
* Self revert r95041 per CR. I will commit a cleaner patch.Raimond Spekking2011-08-201-3/+0
* New hook point to change $wgAccountCreationThrottleRaimond Spekking2011-08-191-0/+3
* Moved wfGetIP() to WebRequest::getIP():Alexandre Emsenhuber2011-08-181-11/+10
* Revert r93237 ("use User::getBlock() accessor rather than accessing $mBlock d...Roan Kattouw2011-07-271-1/+1
* Follow-up r93234: use User::getBlock() accessor rather than accessing $mBlock...Happy-melon2011-07-261-1/+1
* Dummy-proof incLoginThrottle/clearLoginThrottle with trim()Aaron Schulz2011-07-231-0/+2
* Improved r92884 comments a bit on second thoughtAaron Schulz2011-07-221-3/+3
* Follow-up r92884: mark these functions staticAaron Schulz2011-07-221-2/+2
* Refactored code out into incLoginThrottle/clearLoginThrottle functions (for u...Aaron Schulz2011-07-221-19/+46
* * Fix r80248: login language links included a newline in the URL (%0D) so the...Robin Pepermans2011-07-141-3/+2
* Remove unused globalsSam Reed2011-07-011-1/+0
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-1/+1
* (follow-up to some RequestContext revision) When Special:userlogin creates a ...Brian Wolff2011-06-281-0/+4
* Update calls to deprecated User::isValidEmailAddrSam Reed2011-06-261-7/+7
* Follow-up r90482: escape some more wikitextMatěj Grabovský2011-06-221-1/+1
* Follow-up r90371, per comment by ^demonMatěj Grabovský2011-06-201-2/+4
* Revert r87292Sam Reed2011-06-071-1/+1