Make LoadMonitor use $serverIndexes in the cache key
[lhc/web/wiklou.git] / includes / libs / rdbms / loadbalancer / ILoadBalancer.php
2016-10-05 Aaron SchulzMake LoadMonitor use $serverIndexes in the cache key
2016-10-05 jenkins-botMerge "ApiHelp: Add directionality to various things...
2016-10-05 jenkins-botMerge "Add a continuation button to ApiSandbox"
2016-10-04 jenkins-botMerge "Avoid 'message' in log context in AuthManager"
2016-10-03 jenkins-botMerge "action=history should return 404 if there is...
2016-09-29 jenkins-botMerge "Disallow css attr() with url type"
2016-09-29 jenkins-botMerge "API: Add generator non-continuation data"
2016-09-28 jenkins-botMerge "Parser: Allow `<s>` and `<strike>` in table...
2016-09-28 jenkins-botMerge "Use classes to apply the 'editfont' preference"
2016-09-28 jenkins-botMerge "Remove full form of ChangeTags::buildTagFilterSe...
2016-09-27 jenkins-botMerge "Avoid multiple writes to changetags table in...
2016-09-27 jenkins-botMerge "Remove getSearchEngine() from DatabaseBase"
2016-09-26 jenkins-botMerge "AuthManager phpdoc cleanup"
2016-09-26 jenkins-botMerge "Update wfEscapeShellArg() comments"
2016-09-26 jenkins-botMerge "Minor installer/upgrader cleanups"
2016-09-26 jenkins-botMerge "Change mid-upload 'cancel' button to 'back'"
2016-09-26 jenkins-botMerge "HTMLForm: Add HTMLDateTimeField"
2016-09-26 jenkins-botMerge "Avoid DB_MASTER use on password checks and defer...
2016-09-24 jenkins-botMerge "Move FSFilebackend and MemoryFileBackend to...
2016-09-24 jenkins-botMerge "Make LoadBalancer return docs more specific...
2016-09-24 Aaron SchulzMake LoadBalancer return docs more specific about types
2016-09-23 jenkins-botMerge "Add transaction ticket to LinksUpdateComplete...
2016-09-23 jenkins-botMerge "SpecialRecentChanges: Allow tagfilter=tag as...
2016-09-23 jenkins-botMerge "Move RedisLockManager to /libs"
2016-09-23 jenkins-botMerge "Move RedisConnectionPool to /libs/redis"
2016-09-23 jenkins-botMerge "Move FileBackendMultiWrite to /libs"
2016-09-23 jenkins-botMerge "Revert "resourceloader: Make cache-eval in mw...
2016-09-23 jenkins-botMerge "mediawiki.js: Refactor definition of mw.log...
2016-09-23 jenkins-botMerge "mw.loader: Use native Set where possible instead...
2016-09-23 jenkins-botMerge "Add IMaintainableDatabase for non-OLTP type...
2016-09-23 jenkins-botMerge "Add ILBFactory interface for completeness"
2016-09-23 jenkins-botMerge "Add DBO_* class constants and defines.php alias...
2016-09-23 Aaron SchulzAdd DBO_* class constants and defines.php alias the...
2016-09-23 jenkins-botMerge "Add alternative DB_* class constants to ILoadBal...
2016-09-23 Aaron SchulzAdd ILBFactory interface for completeness
2016-09-23 Aaron SchulzAdd alternative DB_* class constants to ILoadBalancer
2016-09-23 jenkins-botMerge "Log when Message::__toString has an unexpected...
2016-09-23 jenkins-botMerge "Handle links with multiple pipes correctly in...
2016-09-23 jenkins-botMerge "Ensure users are able to edit the page after...
2016-09-23 jenkins-botMerge "Inject "srvCache" and local DB connections into...
2016-09-23 jenkins-botMerge "Revert "Move wfEscapeWikiText() to Parser::escap...
2016-09-22 jenkins-botMerge "Move wfEscapeWikiText() to Parser::escapeWikitext()"
2016-09-22 jenkins-botMerge "Follow-up 764cd6a1: unbreak quiet buttons"
2016-09-22 jenkins-botMerge "time: Implement ConvertableTimestamp::convert()"
2016-09-22 jenkins-botMerge "refreshLinks: Use vslow group for DB_REPLICA...
2016-09-22 jenkins-botMerge "Dependency inject $wgTmpDirectory into FileBacke...
2016-09-21 jenkins-botMerge "Clean up lock name in lock messages in DatabaseM...
2016-09-21 jenkins-botMerge "Remove .mw-help-field-hint and -data CSS classes...
2016-09-21 jenkins-botMerge "Fix importation of weird file names in importTex...
2016-09-21 jenkins-botMerge "Move XMP* classes to includes/libs"
2016-09-21 jenkins-botMerge "XMPValidate: Use ConvertibleTimestamp instead...
2016-09-21 jenkins-botMerge "mediawiki.requestIdleCallback: Avoid native...
2016-09-21 jenkins-botMerge "Toolbox: Mark RecentChangesLinked link as nofollow"
2016-09-21 jenkins-botMerge "Improve lag/flag behavior and docs in LoadBalancer"
2016-09-20 Aaron SchulzImprove lag/flag behavior and docs in LoadBalancer
2016-09-20 jenkins-botMerge "FSFile and TempFSFile cleanups"
2016-09-20 jenkins-botMerge "Move some FileBackend related classes to /libs"
2016-09-20 jenkins-botMerge "Avoid TransactionProfiler notices for TEMPORARY...
2016-09-20 jenkins-botMerge "Emit deprecation warnings from Article::fetchCon...
2016-09-20 jenkins-botMerge "Fix minor SqliteInstaller IDEA warning"
2016-09-20 jenkins-botMerge "Set an initial dummy domain in Database::__const...
2016-09-20 jenkins-botMerge "Deprecfate WikiRevision::getText"
2016-09-20 jenkins-botMerge "Extract replacePrefixes into a static method"
2016-09-20 jenkins-botMerge "WikiPage::getDeletionUpdates returns DeferrableU...
2016-09-20 jenkins-botMerge "phpdoc Title::inNamespaces also allows array"
2016-09-20 jenkins-botMerge "Replace $wiki with $domain in ILoadBalancer"
2016-09-20 jenkins-botMerge "Make rebuildFileCache cover ?action=history"
2016-09-20 Aaron SchulzReplace $wiki with $domain in ILoadBalancer
2016-09-20 jenkins-botMerge "Include setTableAliases/setDomainPrefix in ILoad...
2016-09-20 jenkins-botMerge "Database class parameter and documentation cleanups"
2016-09-20 Aaron SchulzInclude setTableAliases/setDomainPrefix in ILoadBalancer
2016-09-20 Aaron SchulzDatabase class parameter and documentation cleanups
2016-09-17 jenkins-botMerge "registration: Support 'ServiceWiringFiles' in...
2016-09-17 jenkins-botMerge "LoginSignupSpecialPage: Reduce hackiness of...
2016-09-17 jenkins-botMerge "Show warnings in HTMLForm and warnings as warnin...
2016-09-17 jenkins-botMerge "mw.widgets.CategorySelector: Add client-side...
2016-09-16 jenkins-botMerge "Rephrase tooltip-rollback for clarity"
2016-09-16 jenkins-botMerge "API: Force straight join for prop=linkshere...
2016-09-16 jenkins-botMerge "Deprecate jquery.arrowSteps module"
2016-09-15 jenkins-botMerge "benchmarkParse: Add option to clear link cache"
2016-09-15 jenkins-botMerge "Linker: Deprecate formatSize()"
2016-09-15 jenkins-botMerge "docs: mw.widgets.CategorySelector: Fix example...
2016-09-15 jenkins-botMerge "Move Linker::formatTemplates() to separate class...
2016-09-15 jenkins-botMerge "OutputPage: Don't set 'user' module state if...
2016-09-15 jenkins-botMerge "Revert "Remove jquery.arrowSteps module""
2016-09-15 jenkins-botMerge "Move TransactionProfiler to /libs/rdbms"
2016-09-15 jenkins-botMerge "Make WikiPage::getRevision() make use of Revisio...
2016-09-15 jenkins-botMerge "More DB related class cleanups to prepare files...
2016-09-15 jenkins-botMerge "Re-add parser tests to the ParserTests group"
2016-09-15 jenkins-botMerge "Fix broken select() call in rebuildFileCache...
2016-09-15 Aaron SchulzMore DB related class cleanups to prepare files for...
2016-09-14 jenkins-botMerge "Move IDatabase/ILoadBalancer to /libs/rdbms"
2016-09-14 Aaron SchulzMove IDatabase/ILoadBalancer to /libs/rdbms