rdbms: fix transaction flushing in Database::close
[lhc/web/wiklou.git] / includes / libs / rdbms / database / Database.php
2018-04-11 Aaron Schulzrdbms: fix transaction flushing in Database::close
2018-04-10 jenkins-botMerge "Refactor ApiTestCase to get token from ApiQueryT...
2018-04-10 jenkins-botMerge "Improve test coverage for ApiBase.php"
2018-04-10 jenkins-botMerge "Improve test coverage for ApiMain.php"
2018-04-10 jenkins-botMerge "WebdriverIO should be able to run Chrome headlessly"
2018-04-10 jenkins-botMerge "Add more checks to ApiStructureTest.php"
2018-04-10 jenkins-botMerge "Remove my previous username from list of authors"
2018-04-10 jenkins-botMerge "ChangesListSpecialPageTest: Use Database::makeLi...
2018-04-10 jenkins-botMerge "Add varianttitles parameter to API query prop...
2018-04-10 jenkins-botMerge "build: Bump postcss-less up to 1.1.5 from 1...
2018-04-10 jenkins-botMerge "Fix i18n message tog-watchlistunwatchlinks"
2018-04-10 jenkins-botMerge "Convert SpecialPrefixIndex to class HTMLForm"
2018-04-10 jenkins-botMerge "installer: Add support for PlatformSettings...
2018-04-10 Brad Jorschrdbms: Issue a deprecation warning if errors are ignored
2018-04-09 jenkins-botMerge "build: Bump devDependencies to latest"
2018-04-08 jenkins-botMerge "mediawiki.jqueryMsg: Rename .parser class to...
2018-04-07 jenkins-botMerge "Selenium: use default value for waitforTimeout"
2018-04-07 jenkins-botMerge "Change registred users to autoconfirmed users...
2018-04-07 jenkins-botMerge "Change ResultWrapper to IResultWrapper in pagers...
2018-04-07 jenkins-botMerge "Use IResultWrapper in UserArray and TitleArray"
2018-04-06 jenkins-botMerge "Fix return type for html strings"
2018-04-06 jenkins-botMerge "Fix param doc of Skin::makeSpecialUrlSubpage"
2018-04-06 jenkins-botMerge "Remove "probably you" from password reset email...
2018-04-06 jenkins-botMerge "Provide PHPUnit 4 and 6 compatibility layer"
2018-04-06 jenkins-botMerge "Don't rely on magic __call in MWNamespaceTest"
2018-04-06 jenkins-botMerge "Fix --memory-limit option to maintenance scripts"
2018-04-06 jenkins-botMerge "maintenance: Fix autopatrols typo in deleteAutoP...
2018-04-06 jenkins-botMerge "rdbms: move assertOpen() call near the top of...
2018-04-06 jenkins-botMerge "Add missing "use" clause to DumpTestCase"
2018-04-06 jenkins-botMerge "Revert "Default installations to using RemexHtml...
2018-04-06 jenkins-botMerge "Default installations to using RemexHtml for...
2018-04-05 jenkins-botMerge "Add DeleteUnknownPreferences hook"
2018-04-05 Brad Jorschrdbms: Add a deprecationLogger callback
2018-04-05 jenkins-botMerge "rdbms: Remove support for PostgreSQL < 9.2,...
2018-04-05 jenkins-botMerge "rdbms: Roll back empty implicit transaction...
2018-04-05 Brad Jorschrdbms: Remove support for PostgreSQL < 9.2, and improve...
2018-04-05 Aaron Schulzrdbms: move assertOpen() call near the top of Database...
2018-04-05 Brad Jorschrdbms: Roll back empty implicit transaction on error
2018-04-05 jenkins-botMerge "Fix SamplingStatsdClient for PHP 7.1+"
2018-04-05 jenkins-botMerge "mw.special.apisandbox: Use a real button to...
2018-04-05 jenkins-botMerge "rdbms: make Database query error handling more...
2018-04-05 jenkins-botMerge "SizeFilterWidget: Reduce width"
2018-04-05 Aaron Schulzrdbms: make Database query error handling more strict
2018-04-04 jenkins-botMerge "User: Remove deprecated, unused auth functions"
2018-04-04 jenkins-botMerge "CSSMin: Don't match empty string as remappable...
2018-04-04 jenkins-botMerge "Convert HTTP links to MediaWiki.org to HTTPS"
2018-04-04 jenkins-botMerge "rdbms: rename and clarify getTransactionLagStatu...
2018-04-04 jenkins-botMerge "Change index on rc_namespace, rc_title to rc_nam...
2018-04-04 jenkins-botMerge "Fix parsing of <pre> tags generated by extension...
2018-04-04 jenkins-botMerge "Revert "Work around Firefox 57 attribute parsing...
2018-04-04 jenkins-botMerge "Special:Preference: Check for changes before...
2018-04-04 jenkins-botMerge "Use fallback languages in ResourceLoaderImage"
2018-04-04 jenkins-botMerge "rdbms: clean up DBO_TRX behavior for onTransacti...
2018-04-04 jenkins-botMerge "Special:ProtectedTitles: Use HTMLForm"
2018-04-04 jenkins-botMerge "RCFilters: Followup Iebc3176c5d: Bidi isolate...
2018-04-04 jenkins-botMerge "Convert Maintenance to the new shell framework"
2018-04-04 jenkins-botMerge "Switch Installer to the new execution framework"
2018-04-04 jenkins-botMerge "Switch ServiceWiring to the new execution framework"
2018-04-04 Aaron Schulzrdbms: clean up DBO_TRX behavior for onTransaction...
2018-04-03 jenkins-botMerge "rdbms: clean up session/transaction loss logic...
2018-04-03 jenkins-botMerge "OOUIHTMLForm styles: Replace fixed properties...
2018-04-03 jenkins-botMerge "OOUIHTMLForm styles: Unify spacing aligned to...
2018-04-03 jenkins-botMerge "Add further test cases to deleteAutoPatrolLogsTest"
2018-04-03 jenkins-botMerge "Introduce deleteAutoPatrolLogs maintenance script"
2018-04-03 jenkins-botMerge "DB: Add img_description_id column"
2018-04-02 jenkins-botMerge "build: Updating mediawiki/mediawiki-codesniffer...
2018-04-02 Aaron Schulzrdbms: rename and clarify getTransactionLagStatus metho...
2018-04-02 jenkins-botMerge "Selenium: update WebdriverIO configuration"
2018-03-31 jenkins-botMerge "MessagesBs.php: Update namespaces names"
2018-03-31 jenkins-botMerge "rdbms: avoid lag estimates in getLagFromPtHeartb...
2018-03-31 Aaron Schulzrdbms: avoid lag estimates in getLagFromPtHeartbeat...
2018-03-31 jenkins-botMerge "rdbms: update IDatabase::getLag comments"
2018-03-30 jenkins-botMerge "mediawiki.action.view.rightClickEdit: Remove...
2018-03-30 jenkins-botMerge "Improve docs for revision, archive, and slots...
2018-03-29 jenkins-botMerge "rdbms: remove some dead code from Database:...
2018-03-29 Aaron Schulzrdbms: remove some dead code from Database::begin
2018-03-29 Aaron Schulzrdbms: clean up session/transaction loss logic in Database
2018-03-28 jenkins-botMerge "RCFilters: Bidi isolate tag names and descriptions"
2018-03-27 jenkins-botMerge "This patch reduces the edit summary length to...
2018-03-27 jenkins-botMerge "Revert "Pass revision being reverted to edit...
2018-03-27 jenkins-botMerge "mediawiki.user: Implement mw.user.stickyRandomId"
2018-03-27 jenkins-botMerge "Make WikiPage::doViewUpdates use a PRESEND defer...
2018-03-26 jenkins-botMerge "Fix whitespace trimming in headings"
2018-03-26 jenkins-botMerge "tests: Remove some unused stuff in phpunit tests"
2018-03-26 jenkins-botMerge "Cleanup ProfilerOutputDb try/catch logic for...
2018-03-26 jenkins-botMerge "mediawiki.api.upload: Fix test assumption about...
2018-03-26 jenkins-botMerge "rdbms: ignore DBO_IGNORE if passed into Database...
2018-03-26 jenkins-botMerge "rdbms: add "use" statement for UnexpectedValueEx...
2018-03-26 jenkins-botMerge "Create save/publish buttons labels with ellipses"
2018-03-26 jenkins-botMerge "RCFilters: Hide 'reload watchlist automatically...
2018-03-26 jenkins-botMerge "Drop SpecialPageFactory::getList(), deprecated...
2018-03-26 jenkins-botMerge "resourceloader: Use getRawVal instead of slower...
2018-03-26 jenkins-botMerge "Improve test coverage for ApiBlock.php to 100%"
2018-03-26 jenkins-botMerge "Improve test coverage for ApiDelete.php"
2018-03-24 L10n-botMerge "Localisation updates from https://translatewiki...
2018-03-24 Aaron Schulzrdbms: ignore DBO_IGNORE if passed into Database::__con...
2018-03-24 Aaron Schulzrdbms: add "use" statement for UnexpectedValueExcetion...
2018-03-23 L10n-botMerge "Localisation updates from https://translatewiki...
2018-03-23 jenkins-botMerge "resourceloader: Document 'target' query param...
2018-03-23 jenkins-botMerge "Improve test coverage for ApiLogin.php"
next