Set ignore_user_abort( true ) during DB commit for sanity
[lhc/web/wiklou.git] / includes / libs /
2016-09-24 Aaron SchulzSet ignore_user_abort( true ) during DB commit for...
2016-09-24 Aaron SchulzRename getSlavePos() => getReplicaPos()
2016-09-24 Aaron SchulzRemove unused Database::isView()/clearViewsCache()...
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-24 jenkins-botMerge "Clean up misuse of wfTimestampOrNull()"
2016-09-24 Aaron SchulzMove FSFilebackend and MemoryFileBackend to /libs
2016-09-23 jenkins-botMerge "Avoid DatabaseBase type errors in setupDatabaseW...
2016-09-23 jenkins-botMerge "Add transaction ticket to LinksUpdateComplete...
2016-09-23 jenkins-botMerge "Move FileBackendStore and FileOp classes to...
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 Aaron SchulzMove FileBackendStore and FileOp classes to /libs
2016-09-23 jenkins-botMerge "Add HTTPFileStreamer class"
2016-09-23 Aaron SchulzAdd HTTPFileStreamer class
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 SchulzMove FileBackendMultiWrite to /libs
2016-09-23 L10n-botMerge "Localisation updates from https://translatewiki...
2016-09-23 Aaron SchulzAdd DBO_* class constants and defines.php alias the...
2016-09-23 Aaron SchulzDependency cleanups to FileBackendStore
2016-09-23 jenkins-botMerge "Add alternative DB_* class constants to ILoadBal...
2016-09-23 Aaron SchulzAdd ILBFactory interface for completeness
2016-09-23 jenkins-botMerge "Make newExternalLB() public to match newMainLB()"
2016-09-23 Aaron SchulzAdd alternative DB_* class constants to ILoadBalancer
2016-09-23 jenkins-botMerge "Add HTMLFormField class for MWRestrictions and...
2016-09-23 jenkins-botMerge "Log when Message::__toString has an unexpected...
2016-09-23 jenkins-botMerge "ScopedCallback: Fix a typo in a comment"
2016-09-23 Niklas LaxströmScopedCallback: Fix a typo in a comment
2016-09-23 jenkins-botMerge "Handle links with multiple pipes correctly in...
2016-09-23 jenkins-botMerge "Move tagging of API deletions to RC save"
2016-09-23 Aaron SchulzMove RedisLockManager to /libs
2016-09-23 Aaron SchulzMove RedisConnectionPool to /libs/redis
2016-09-23 jenkins-botMerge "Ensure users are able to edit the page after...
2016-09-23 Aaron SchulzMake newExternalLB() public to match newMainLB()
2016-09-23 Aaron SchulzMove more LockManager classes to /libs
2016-09-23 jenkins-botMerge "Inject "srvCache" and local DB connections into...
2016-09-23 Aaron SchulzAdd IMaintainableDatabase for non-OLTP type methods
2016-09-23 jenkins-botMerge "Call setTransactionTicket() on DeferredUpdates...
2016-09-23 jenkins-botMerge "Remove see comment"
2016-09-23 jenkins-botMerge "Rename includes/Services to includes/services...
2016-09-23 jenkins-botMerge "Revert "Move wfEscapeWikiText() to Parser::escap...
2016-09-23 ReedyRemove see comment
2016-09-23 Aaron SchulzCall setTransactionTicket() on DeferredUpdates sub...
2016-09-22 jenkins-botMerge "Support multiple limits and arbitrary periods...
2016-09-22 jenkins-botMerge "Fix doc typo for wasConnectionError()"
2016-09-22 jenkins-botMerge "Split out new ObjectCache::newWANCacheFromParams...
2016-09-22 jenkins-botMerge "Simplify and clean up FileBackend exceptions"
2016-09-22 Aaron SchulzSimplify and clean up FileBackend exceptions
2016-09-22 Aaron SchulzAdd DBConnRef sanity check to LoadBalancer::reuseConnec...
2016-09-22 Aaron SchulzFix doc typo for wasConnectionError()
2016-09-22 jenkins-botMerge "Make MigrateFileRepoLayout use getErrors()"
2016-09-22 jenkins-botMerge "Move wfEscapeWikiText() to Parser::escapeWikitext()"
2016-09-22 Aaron SchulzGeneralize core schema docs in DatabasePostgres
2016-09-22 jenkins-botMerge "Break long lines and generalize some comments...
2016-09-22 jenkins-botMerge "Inject schema vars into DatabaseMysql"
2016-09-22 Bartosz DziewońskiMerge "IcuCollation: Update comments on $tailoringFirst...
2016-09-22 Bartosz DziewońskiMerge "Correct error handling for exceptions in 'user...
2016-09-22 Aaron SchulzInject schema vars into DatabaseMysql
2016-09-22 jenkins-botMerge "Remove old remapping hacks from Database::indexN...
2016-09-22 Aaron SchulzBreak long lines and generalize some comments in /rdbms
2016-09-22 jenkins-botMerge "Make Database::__clone() a bit more robust using...
2016-09-22 jenkins-botMerge "Split up DBError classes into their own files"
2016-09-22 Aaron SchulzMake Database::__clone() a bit more robust using handle...
2016-09-22 Aaron SchulzSplit up DBError classes into their own files
2016-09-22 jenkins-botMerge "Follow-up 764cd6a1: unbreak quiet buttons"
2016-09-22 jenkins-botMerge "Remove MediaWiki mentions from /rdbms error...
2016-09-22 Aaron SchulzRemove MediaWiki mentions from /rdbms error strings
2016-09-22 jenkins-botMerge "Remove screen layout references in passwordreset...
2016-09-22 jenkins-botMerge "Use ConvertibleTimestamp::convert() in a few...
2016-09-22 Aaron SchulzActually set errorLogger in Database
2016-09-22 Kunal MehtaUse ConvertibleTimestamp::convert() in a few places
2016-09-22 Kunal MehtaRename Convert*a*bleTimestamp to Convert*i*bleTimestamp
2016-09-22 jenkins-botMerge "time: Implement ConvertableTimestamp::now()"
2016-09-22 jenkins-botMerge "Add deprecated comment to Article::doEdit()"
2016-09-22 Kunal Mehtatime: Implement ConvertableTimestamp::now()
2016-09-22 jenkins-botMerge "time: Implement ConvertableTimestamp::convert()"
2016-09-22 Timo Tijhoftime: Implement ConvertableTimestamp::convert()
2016-09-22 jenkins-botMerge "Move IP class to libs/"
2016-09-22 jenkins-botMerge "Remove MimeMagic depedency from FSFile and move...
2016-09-22 jenkins-botMerge "Move IP::isConfigured/TrustedProxy() to ProxyLoo...
2016-09-22 Kunal MehtaMove IP class to libs/
2016-09-22 Aaron SchulzRemove MimeMagic depedency from FSFile and move it...
2016-09-22 jenkins-botMerge "Move SamplingStatsdClient into stats/ subdirectory"
2016-09-22 jenkins-botMerge "refreshLinks: Use vslow group for DB_REPLICA...
2016-09-22 jenkins-botMerge "Migrate callers to new MWFileProps::getPropsFrom...
2016-09-22 jenkins-botMerge "Dependency inject $wgTmpDirectory into FileBacke...
2016-09-21 jenkins-botMerge "Cleanup method visibilites in Database"
2016-09-21 jenkins-botMerge "Set more FakeDatabaseMysqlBase fields in __const...
2016-09-21 L10n-botMerge "Localisation updates from https://translatewiki...
2016-09-21 jenkins-botMerge "Clean up lock name in lock messages in DatabaseM...
2016-09-21 jenkins-botMerge "Fix IDEA warnings in CloneDatabase"
2016-09-21 jenkins-botMerge "Set more fields in fake DB subclasses to avoid...
next