aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialUserlogin.php
Commit message (Expand)AuthorAgeFilesLines
...
* Followup r89099 per RobertL's CR: Remove now unused parameter. Thanks :)Raimond Spekking2011-05-291-1/+1
* Fix message key for account creation by e-mail.Raimond Spekking2011-05-291-1/+1
* Follow-up r84475: update userBlockedMessage() caller.Happy-melon2011-05-231-1/+1
* * (bug 20468) User::invalidateCache throws 1205: Lock wait timeout exceededSam Reed2011-05-021-1/+1
* (bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate t...Happy-melon2011-04-201-95/+7
* Rename Special:Resetpass to Special:ChangePassword. "pass" is vague and unin...Happy-melon2011-04-171-1/+1
* Merge r81445 from 1.17: revert r70520 (js password complexity checker)Chad Horohoe2011-04-151-4/+0
* Created BeforeWelcomeCreation hook to be run before any welcome message gets ...Nimish Gautam2011-04-131-3/+11
* * (bug 24755) AuthPlugin auto-creation of local accounts can now be aborted byBrion Vibber2011-04-051-0/+8
* Blame hashar for this giant commit; he teased me for making so many smaller o...Happy-melon2011-03-211-10/+20
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-4/+4
* Documentation and explicit variable definitionsSam Reed2011-03-071-1/+9
* Fix and Enhance:Jack D. Pond2011-03-061-1/+5
* And some more function level documentationSam Reed2011-02-191-3/+10
* * Changed all calls to wfMsgWikiHtml() in coreAlexandre Emsenhuber2011-02-061-3/+3
* Allow the $result parameter of the isValidPassword hook to be an array if the...Alexandre Emsenhuber2011-01-251-1/+8
* bug 10158 : do not mention allowing others to contact you if $wgEnableUserEma...Antoine Musso2011-01-141-1/+3
* Implement Message::isBlank and Message::isDisabled.Daniel Friesen2011-01-141-3/+3
* Aryeh was right in r71721.Platonides2010-12-191-2/+2
* * Per Ilmari Karonen, fix for r78224: make it work correctly with APIAlexandre Emsenhuber2010-12-111-51/+53
* * Converted Special:Userlogin to subclass SpecialPageAlexandre Emsenhuber2010-12-111-51/+45
* * Converted UserMailer stuff to return a Status object instead of true-or-Wik...Alexandre Emsenhuber2010-12-041-12/+12
* Kill off userNotPrivilegedMessage, not used after r77617Sam Reed2010-12-031-16/+0
* Fix r75759: replace call to userNotPrivilegedMessage() with a call to OutputP...Andrew Garrett2010-12-021-1/+1
* More reversion of r77297, 2 of 2 commits to keep it readable in CR (hopefully)Sam Reed2010-11-251-2/+1
* revert r76464Antoine Musso2010-11-251-1/+2
* Various unused variables, add some bracesSam Reed2010-11-101-2/+1
* userNotPrivilegedMessage being called with no parameter. Guessing it needs to...Sam Reed2010-10-311-1/+1
* Remove unused globals.Platonides2010-10-311-1/+1
* Optional feature to login through HTTPS and come back to HTTP.Antoine Musso2010-10-271-2/+11
* Fix dupe title construction, reported by ymas on IRCChad Horohoe2010-09-221-2/+0
* Code cleanup: unused globals, empty statements, typos...Platonides2010-09-111-1/+1
* Fixup some method calls with missing parametersSam Reed2010-09-021-1/+1
* Get rid of PHP4-style constructorsChad Horohoe2010-08-301-1/+1
* When the CSRF token on is not available in the session, show the Platonides2010-08-261-1/+3
* coding style tweaksJack Phoenix2010-08-221-71/+79
* Standardised file description headers; second partAlexandre Emsenhuber2010-08-151-4/+4
* Cleanup getCookie() and use it all over the place instead of using $_COOKIE d...Chad Horohoe2010-08-061-2/+2
* JavaScript-based password complexity checker on account creation and password...Max Semenik2010-08-051-0/+4
* * (bug 21503) There's now a "reason" field when creating account for other usersAlexandre Emsenhuber2010-08-011-2/+5
* $wgMemc at line 563 was only the global if $wgPasswordAttemptThrottle was an ...Platonides2010-07-271-2/+2
* Move double $wgOut globals to the top, remove $wgLang duplicated global.Platonides2010-07-251-3/+1
* Follow up r68354. $wgUser *is* used in successfulLogin() and mailPasswordInte...Platonides2010-07-251-2/+2
* Removal of unused globalsSam Reed2010-07-241-5/+4
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* GPL Headers for all!Sam Reed2010-06-211-0/+18
* Follow up r67798. Use wfMsgExt() with 'parseinline' and 'replaceafter' as poi...Platonides2010-06-101-1/+1
* "<p id="userloginlink"><p>Don't have an account" is illegal xhtmlPlatonides2010-06-101-1/+1
* Follow-up r66933: escape the whole message instead of only the parameterAlexandre Emsenhuber2010-05-271-1/+1
* Allow use of GENDER in 'noemail' message.Siebrand Mazeland2010-05-261-1/+1