Merge "Expose SearchEngine specific profiles"
[lhc/web/wiklou.git] / tests / phpunit / includes / auth /
2016-06-01 jenkins-botMerge "Expose SearchEngine specific profiles"
2016-06-01 jenkins-botMerge "Remove a test case from PHPSessionHandlerTest...
2016-06-01 jenkins-botMerge "HTMLRadioField: Only add 'mw-ui' classes when...
2016-06-01 jenkins-botMerge "Avoid passing integers to mw.RegExp.escape"
2016-05-31 jenkins-botMerge "HTMLMultiSelectField: Use CheckboxMultiselectInp...
2016-05-31 jenkins-botMerge "objectcache: Support key versioning in WANObject...
2016-05-31 jenkins-botMerge "populateRevisionLength: Read from slaves when...
2016-05-31 jenkins-botMerge "Do not redirect to HTTPS when it's not supported"
2016-05-31 jenkins-botMerge "Return error message in users API cancreate...
2016-05-31 jenkins-botMerge "AuthManager fixups around the login→RESTART...
2016-05-31 jenkins-botMerge "Fix encryption code in Session"
2016-05-31 Brad JorschAuthManager fixups around the login→RESTART→create...
2016-05-30 jenkins-botMerge "API: Fixes for AuthManager"
2016-05-30 jenkins-botMerge "Typo fix for AuthPluginPrimaryAuthenticationProv...
2016-05-30 jenkins-botMerge "Fix required field calculation in Authentication...
2016-05-30 Gergő TiszaFix required field calculation in AuthenticationRequest
2016-05-30 jenkins-botMerge "Add support for icu-ta collation"
2016-05-29 Gergő TiszaTypo fix for AuthPluginPrimaryAuthenticationProvider...
2016-05-28 jenkins-botMerge "LoginSignupSpecialPage: Load return and returnto...
2016-05-28 jenkins-botMerge "mw.ForeignStructuredUpload.BookletLayout: Make...
2016-05-27 jenkins-botMerge "Fix ConfirmLinkSecondaryAuthenticationProvider...
2016-05-27 jenkins-botMerge "Special:UserLogin: Consolidate create account...
2016-05-26 jenkins-botMerge "Use HTMLForm style sheets on mobile"
2016-05-26 jenkins-botMerge "Make the call match the function definition."
2016-05-26 jenkins-botMerge "Add LinksUpdate::getRevision()"
2016-05-26 jenkins-botMerge "Parser: Replace Linker::link() with LinkRenderer"
2016-05-26 jenkins-botMerge "LinkRenderer: Re-implement noclasses as makePrel...
2016-05-26 jenkins-botMerge "TitleParser: In formatTitle(), don't throw excep...
2016-05-26 Ori LivnehWhenever possible, reuse User objects in unit tests
2016-05-24 jenkins-botMerge "Convert Special:WithoutInterwiki to OOUI"
2016-05-24 jenkins-botMerge "Improve some documentation of AuthManager's...
2016-05-19 jenkins-botMerge "Revert "Convert Special:WhatLinksHere from XML...
2016-05-19 jenkins-botMerge "Highlight new requirement"
2016-05-19 jenkins-botMerge "API: Avoid duplicate IDs in API documentation"
2016-05-19 jenkins-botMerge "Allow resources to be salvaged across service...
2016-05-19 jenkins-botMerge "Disable Cucumber scenarios that are broken in...
2016-05-18 jenkins-botMerge "Speed up password-handling in the unit tests"
2016-05-17 jenkins-botMerge "Let BagOStuff::merge() callbacks override the...
2016-05-17 jenkins-botMerge "Increase LocalFile lock() timeout and improve...
2016-05-17 jenkins-botMerge "mediawiki.util: Use RegExp.test() instead of...
2016-05-16 jenkins-botMerge "Add Status::getStatusValue()"
2016-05-16 jenkins-botMerge "mediawiki.jqueryMsg: Implement `<nowiki>` support"
2016-05-16 jenkins-botMerge "mediawiki.jqueryMsg: Allow logging errors throug...
2016-05-16 jenkins-botMerge "Add "mVersion" sanity check to User::loadFromCac...
2016-05-16 jenkins-botMerge "Use AuthManager on special pages"
2016-05-16 jenkins-botMerge "Avoid unstubbing $wgLang in Title::getLocalURL"
2016-05-16 jenkins-botMerge "Add AuthManager"
2016-05-16 Gergő TiszaUse AuthManager on special pages
2016-05-16 Brad JorschAdd AuthManager