Merge "Ignore noop DB transactions errors on connection loss"
[lhc/web/wiklou.git] / includes / session /
2016-02-26 jenkins-botMerge "Ignore noop DB transactions errors on connection...
2016-02-26 jenkins-botMerge "ApiQuerySearch: Match limits to those in Special...
2016-02-26 jenkins-botMerge "Make mediawiki.action.view.redirectPage availabl...
2016-02-25 jenkins-botMerge "Release notes for "Browser support for IE8 from...
2016-02-25 jenkins-botMerge "Do not vary on session cookies when the session...
2016-02-25 Gergő TiszaDo not vary on session cookies when the session is...
2016-02-25 jenkins-botMerge "Add TitleMoveStarting, mirroring TitleMoveComple...
2016-02-25 jenkins-botMerge "User::isSafeToLoad() should return false if...
2016-02-25 jenkins-botMerge "Get timestamp from WikiPage, instead of Article"
2016-02-25 jenkins-botMerge "Fix a PHP 5.5 TODO"
2016-02-25 jenkins-botMerge "Fixup contenttype stuff in UserMailer"
2016-02-25 jenkins-botMerge "Remove no-op parameter from UIDGeneratorTest"
2016-02-25 jenkins-botMerge "Initialise array with contents in one go"
2016-02-25 jenkins-botMerge "Fix typo and improve code comments in LinkTarget"
2016-02-25 jenkins-botMerge "Move WatchedItem::duplicateEntries to WatchedIte...
2016-02-25 jenkins-botMerge "Message.php: Update comment to current implement...
2016-02-25 jenkins-botMerge "Fix autofocus on Special:Activeusers"
2016-02-25 jenkins-botMerge "ApiSandbox: Visual separation of fields"
2016-02-25 jenkins-botMerge "SessionBackend: skip isUserSessionPrevented...
2016-02-24 Ori LivnehSessionBackend: skip isUserSessionPrevented check for...
2016-02-24 jenkins-botMerge "Add used messages to LogFormatter::getMessageKey...
2016-02-23 jenkins-botMerge "Sync up with Parsoid parserTests."
2016-02-23 Ori LivnehRevert "Log multiple IPs using the same session or...
2016-02-23 jenkins-botMerge "JsonContent: Call member functions with '$this...
2016-02-23 jenkins-botMerge "Avoid pointless doBatchLookups() query for user...
2016-02-23 jenkins-botMerge "Fix class name of BcryptPasswordTest"
2016-02-23 jenkins-botMerge "Add toggle checkboxes to action=history"
2016-02-23 jenkins-botMerge "Remove wfCheckEntropy() as unused and deprecated...
2016-02-23 jenkins-botMerge "Fix parameter parsing in parserTests.php"
2016-02-23 jenkins-botMerge "Fix resource path check when ResourceBasePath...
2016-02-23 jenkins-botMerge "Update OOjs UI to v0.16.0"
2016-02-22 jenkins-botMerge "Enforce MW_NO_SESSION, add MW_NO_SESSION_HANDLER"
2016-02-22 jenkins-botMerge "Fix session store logging"
2016-02-22 Brad JorschEnforce MW_NO_SESSION, add MW_NO_SESSION_HANDLER
2016-02-22 Brad JorschFix session store logging
2016-02-22 jenkins-botMerge "mw.Title/NamespaceInputWidget: Use wgNamespaceId...
2016-02-21 jenkins-botMerge "CatMembChange use timestamp from revision where...
2016-02-18 jenkins-botMerge "rc_old/new_len null for CategoryMembership RC...
2016-02-18 jenkins-botMerge "Minor code clean up in SpecialBooksources"
2016-02-18 jenkins-botMerge "Stop doing $that = $this in includes/specials"
2016-02-18 jenkins-botMerge "feedback: Update Phabricator URL broken by upgrade"
2016-02-18 jenkins-botMerge "Changed 'expiry' to American English 'expiration...
2016-02-18 jenkins-botMerge "SessionManager: Autocreate should use READ_LATES...
2016-02-18 jenkins-botMerge "ApiQueryWatchlist: wlshow=unread should filter...
2016-02-18 jenkins-botMerge "Allow auto suggestion for subpages of Special...
2016-02-18 jenkins-botMerge "Do not unauthenticate if autocreation fails...
2016-02-18 Brad JorschSessionManager: Autocreate should use READ_LATEST when...
2016-02-18 jenkins-botMerge "database: Add extra sanity check to selectFieldV...
2016-02-18 jenkins-botMerge "Avoid master queries in Title::getLinksFrom()"
2016-02-18 Gergő TiszaDo not unauthenticate if autocreation fails due to...
2016-02-17 Kunal MehtaConvert all array() syntax to []
2016-02-17 jenkins-botMerge "Remove obsolete ignored path from maintenance...
2016-02-16 jenkins-botMerge "CookieSessionProvider: It's persisted if we...
2016-02-16 jenkins-botMerge "Remove PHP < 5.3 support from maintenance/checkS...
2016-02-16 jenkins-botMerge "Stop using SiteConfiguration::isLocalVHost()"
2016-02-16 jenkins-botMerge "Session: Implement ArrayAccess"
2016-02-16 Brad JorschSession: Implement ArrayAccess
2016-02-16 Brad JorschCookieSessionProvider: It's persisted if we have a...
2016-02-16 jenkins-botMerge "UploadBooklet: Switch on showDropTarget in the...
2016-02-15 jenkins-botMerge "Follow-up I0a3bf8fb: Load oojs-ui-core.styles...
2016-02-14 jenkins-botMerge "Add 2 FIXMEs about confusingly named functions"
2016-02-12 jenkins-botMerge "Add IContextSource as parameter to ChangeTags...
2016-02-12 jenkins-botMerge "Make change tagging of edits in RecentChange...
2016-02-12 jenkins-botMerge "Log multiple IPs using the same session or the...
2016-02-12 jenkins-botMerge "Add MediaWikiTestCase convenience method for...
2016-02-11 jenkins-botMerge "Remove register_globals and magic_quotes_* checks"
2016-02-11 jenkins-botMerge "SessionProvider::mergeMetadata: Log additional...
2016-02-11 Bryan DavisSessionProvider::mergeMetadata: Log additional data
2016-02-11 jenkins-botMerge "Remove PHP < 5.3.6 compatibility in LegacyLogger"
2016-02-11 jenkins-botMerge "Stop doing $that = $this in includes/parser"
2016-02-11 jenkins-botMerge "Fix a bunch of call-time pass-by-reference errors"
2016-02-11 jenkins-botMerge "Remove gzdecode() polyfill from includes/GlobalF...
2016-02-11 jenkins-botMerge "Fix invalid key warning in CookieSessionProvider...
2016-02-11 Gergő TiszaFix invalid key warning in CookieSessionProvider error...
2016-02-11 Gergő TiszaLog multiple IPs using the same session or the same...
2016-02-11 jenkins-botMerge "Improve docs for $wgPHPSessionHandling"
2016-02-11 jenkins-botMerge "Set context on RedirectSpecialPage in MediaWiki...
2016-02-11 jenkins-botMerge "mediawiki.widgets: Use formatversion=2 for API...
2016-02-11 jenkins-botMerge "OutputPage.php: Remove misleading comment"
2016-02-11 jenkins-botMerge "Get file from WikiFilePage, instead of ImagePage"
2016-02-11 jenkins-botMerge "mediawiki.action.edit.preview.js: Use formatvers...
2016-02-11 jenkins-botMerge "Add tests for LanguageConverter classes that...
2016-02-11 jenkins-botMerge "Don't modify $wgHooks on language object constru...
2016-02-11 jenkins-botMerge "Remove extra line breaks in memcached debug...
2016-02-11 jenkins-botMerge "Avoid setRequestExpectations() call in internal...
2016-02-11 jenkins-botMerge "Set doesWrites() for SpecialWatchlist"
2016-02-11 jenkins-botMerge "getFooterIcons returns an array"
2016-02-11 jenkins-botMerge "Work around T87871 to avoid double-loading OOjs...
2016-02-11 jenkins-botMerge "Use LinkTarget in LinkBatch::addObj"
2016-02-11 jenkins-botMerge "Disable testIPTCParseForcedUTFButInvalid on...
2016-02-11 jenkins-botMerge "Reduce conditional for calling openssl_random_ps...
2016-02-11 jenkins-botMerge "DiffFormatter: Don't mess with PHP output buffering"
2016-02-10 jenkins-botMerge "PHPSessionHandler: Implement SessionHandlerInter...
2016-02-10 jenkins-botMerge "Use LinkTarget in EmailNotification::updateWatch...
2016-02-10 jenkins-botMerge "Use LinkTarget in some namespaceDupes methods"
2016-02-10 jenkins-botMerge "Use LinkTarget in Revision::newFromTitle"
2016-02-10 jenkins-botMerge "resourceloader: Remove obsolete '$that = $this...
2016-02-10 jenkins-botMerge "phpdoc @return MediaWikiTitleCodec in Title...
2016-02-10 jenkins-botMerge "ApiMessage: Use a trait to avoid code duplication"
2016-02-10 jenkins-botMerge "Remove unused imports from Session classes"
next