| Commit message (Expand) | Author | Age | Files | Lines |
* | MFT r114354: MWCryptRand $method parameter removal | Tim Starling | 2012-03-21 | 1 | -2/+2 |
* | Backport CryptRand from r110825 and r114233 to REL1_17, REL1_18, and REL1_19 ... | Daniel Friesen | 2012-03-20 | 1 | -3/+3 |
* | MFT r112563, r112566, r112838, r112872, r112873, r112988, r113001, r113024, r... | Sam Reed | 2012-03-06 | 1 | -1/+1 |
* | Revert r103467, r106446 (bug 24464: calling LoginAuthenticateAudit hook more ... | Chad Horohoe | 2012-02-06 | 1 | -13/+1 |
* | Fix doxygen docs before REL1_19 branching | Antoine Musso | 2012-02-01 | 1 | -2/+0 |
* | Reverted r108743 per CR comment. This should at least be discussed first. | Aaron Schulz | 2012-01-12 | 1 | -0/+1 |
* | Kill "* @return void" | Sam Reed | 2012-01-12 | 1 | -1/+0 |
* | Improve/add to documentation | Sam Reed | 2011-12-24 | 1 | -1/+2 |
* | Fix a session invalidation error when using LdapAuthentication. | Ryan Lane | 2011-12-23 | 1 | -1/+5 |
* | followup r103467 - Make sure we pass a user object when we call LoginAuthenti... | Mark A. Hershberger | 2011-12-16 | 1 | -1/+5 |
* | docs++ | Jeroen De Dauw | 2011-11-26 | 1 | -1/+5 |
* | Followup r103817, updating setLang usages | John Du Hart | 2011-11-23 | 1 | -1/+1 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -1/+1 |
* | Adapt and re-apply Michael Newton's patch from Bug 24464 - Execute | Mark A. Hershberger | 2011-11-17 | 1 | -0/+8 |
* | revert r103396 (breaks unit tests) - In lots of these places $u is undefined ... | Brian Wolff | 2011-11-16 | 1 | -8/+0 |
* | Applying Michael Newton's patch from Bug 24464 - Execute | Mark A. Hershberger | 2011-11-16 | 1 | -0/+8 |
* | * Made PermissionsError exception accept an optional second parameter for the... | Alexandre Emsenhuber | 2011-11-02 | 1 | -5/+5 |
* | Made some callers of getBlocker()->getName() just use getByName() | Aaron Schulz | 2011-10-31 | 1 | -1/+1 |
* | * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says "cre... | Alexandre Emsenhuber | 2011-10-29 | 1 | -7/+6 |
* | Per Nikerabbit's comment on r100621: | Alexandre Emsenhuber | 2011-10-27 | 1 | -6/+6 |
* | Add, update, tweak documentation | Sam Reed | 2011-10-26 | 1 | -3/+3 |
* | Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi... | Alexandre Emsenhuber | 2011-10-24 | 1 | -6/+6 |
* | Change the hook case per CR r95152 | Raimond Spekking | 2011-10-19 | 1 | -1/+1 |
* | Fix for r100114: make API and tests work again | Alexandre Emsenhuber | 2011-10-18 | 1 | -7/+16 |
* | * Use local context instead of global variables | Alexandre Emsenhuber | 2011-10-18 | 1 | -167/+165 |
* | Fix embarrassing mistake in r98718 | Roan Kattouw | 2011-10-03 | 1 | -1/+1 |
* | Followup r98707: apply this logic to signupend too, per a bug comment. | Roan Kattouw | 2011-10-02 | 1 | -3/+11 |
* | Followup r98707, r98713: check for blankness, not nonexistence. Since r98713 ... | Roan Kattouw | 2011-10-02 | 1 | -2/+2 |
* | (bug 31293) If Special:Userlogin is loaded over HTTPS, display MediaWiki:logi... | Roan Kattouw | 2011-10-02 | 1 | -0/+8 |
* | (bug 31191) Followup to r90934: do this in the successful login code path too... | Roan Kattouw | 2011-09-27 | 1 | -0/+4 |
* | Fix whitespace | Sam Reed | 2011-09-07 | 1 | -2/+1 |
* | fu r95152: remove debug line. | Raimond Spekking | 2011-08-21 | 1 | -1/+0 |
* | New hook point to exempt an IP address from the account creation throttle. Re... | Raimond Spekking | 2011-08-21 | 1 | -10/+16 |
* | Self revert r95041 per CR. I will commit a cleaner patch. | Raimond Spekking | 2011-08-20 | 1 | -3/+0 |
* | New hook point to change $wgAccountCreationThrottle | Raimond Spekking | 2011-08-19 | 1 | -0/+3 |
* | Moved wfGetIP() to WebRequest::getIP(): | Alexandre Emsenhuber | 2011-08-18 | 1 | -11/+10 |
* | Revert r93237 ("use User::getBlock() accessor rather than accessing $mBlock d... | Roan Kattouw | 2011-07-27 | 1 | -1/+1 |
* | Follow-up r93234: use User::getBlock() accessor rather than accessing $mBlock... | Happy-melon | 2011-07-26 | 1 | -1/+1 |
* | Dummy-proof incLoginThrottle/clearLoginThrottle with trim() | Aaron Schulz | 2011-07-23 | 1 | -0/+2 |
* | Improved r92884 comments a bit on second thought | Aaron Schulz | 2011-07-22 | 1 | -3/+3 |
* | Follow-up r92884: mark these functions static | Aaron Schulz | 2011-07-22 | 1 | -2/+2 |
* | Refactored code out into incLoginThrottle/clearLoginThrottle functions (for u... | Aaron Schulz | 2011-07-22 | 1 | -19/+46 |
* | * Fix r80248: login language links included a newline in the URL (%0D) so the... | Robin Pepermans | 2011-07-14 | 1 | -3/+2 |
* | Remove unused globals | Sam Reed | 2011-07-01 | 1 | -1/+0 |
* | Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() | Sam Reed | 2011-07-01 | 1 | -1/+1 |
* | (follow-up to some RequestContext revision) When Special:userlogin creates a ... | Brian Wolff | 2011-06-28 | 1 | -0/+4 |
* | Update calls to deprecated User::isValidEmailAddr | Sam Reed | 2011-06-26 | 1 | -7/+7 |
* | Follow-up r90482: escape some more wikitext | Matěj Grabovský | 2011-06-22 | 1 | -1/+1 |
* | Follow-up r90371, per comment by ^demon | Matěj Grabovský | 2011-06-20 | 1 | -2/+4 |
* | Revert r87292 | Sam Reed | 2011-06-07 | 1 | -1/+1 |