merging latest master
[lhc/web/wiklou.git] / includes / specials / SpecialUserlogin.php
2012-06-15 SiebrandMerge "Added some extra tests for ORMRow class"
2012-06-14 Aaron SchulzMerge "Check validity of fetched titles and show a...
2012-06-14 SiebrandMerge "Correct case for the "MediaWiki:Revdelete-reason...
2012-06-14 SiebrandMerge "Use local context to get messages"
2012-06-13 CatropeMerge "(bug 36938) XSS in uselang parameter"
2012-06-12 CatropeMerge "Added result properties to action=paraminfo"
2012-06-12 Aaron SchulzMerge "(bug 1) doc for SiteConfiguration"
2012-06-12 SiebrandMerge "Custom grammar rules in javascript for some...
2012-06-11 danielMerge branch 'master' of ssh://gerrit.wikimedia.org...
2012-06-08 Aaron SchulzMerge "Use local context to get messages"
2012-06-07 Aaron SchulzMerge "Userlogin: Do not add a language link if it...
2012-06-07 robinUserlogin: Do not add a language link if it's the curre...
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-21 Tim Starling* Removed the $method parameters from MWCryptRand....
2012-03-20 Daniel FriesenCommit the cryptrand project worked on in git:
2012-03-06 Niklas LaxströmNo point doing it the hard way, ping r112591
2012-03-05 Sam ReedNormalise method returns, and returned value usage
2012-03-05 Sam ReedSpecial pages aren't a contextsource. Ping r100114...
2012-02-28 Siebrand Mazeland(bug 34702) More localised parentheses.
2012-02-11 Thomas GriesAashish's fix for bug33997 (SpecialPasswordReset does...
2012-02-09 Sam ReedMore return documentation
2012-02-06 Chad HorohoeRevert r103467, r106446 (bug 24464: calling LoginAuthen...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2011-12-24 Sam ReedImprove/add to documentation
2011-12-23 Ryan LaneFix a session invalidation error when using LdapAuthent...
2011-12-16 Mark A. Hershbergerfollowup r103467 - Make sure we pass a user object...
2011-11-26 Jeroen De Dauwdocs++
2011-11-23 John Du HartFollowup r103817, updating setLang usages
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-17 Mark A. HershbergerAdapt and re-apply Michael Newton's patch from Bug...
2011-11-16 Brian Wolffrevert r103396 (breaks unit tests) - In lots of these...
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...
next