aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DevelopmentSettings.php
Commit message (Expand)AuthorAgeFilesLines
* debug: Fix $wgDebugRawPage to work with PSR-3 debug loggingTimo Tijhof2022-04-131-2/+16
* phpunit: Set $wgSQLMode from DevelopmentSettings instead of MediaWikiIntegrat...Aaron Schulz2022-04-041-1/+1
* Revert "phpunit: Set $wgSQLMode from DevelopmentSettings instead of MediaWiki...Alexander Vorwerk2022-03-241-1/+1
* Merge "phpunit: Set $wgSQLMode from DevelopmentSettings instead of MediaWikiI...jenkins-bot2022-03-241-1/+1
|\
| * phpunit: Set $wgSQLMode from DevelopmentSettings instead of MediaWikiIntegrat...Aaron Schulz2022-03-241-1/+1
* | phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+1
|/
* DevelopmentSettings.php: Remove obsolete comment about --mwdebug paramAaron Schulz2022-03-151-3/+0
* DeferredUpdates: Introduce $wgForceDeferredUpdatesPreSenddaniel2022-02-151-1/+9
* DevelopmentSettings: Move wgPasswordAttemptThrottle to correct sectionKosta Harlan2022-01-251-7/+7
* DevelopmentSettings: Lift PasswordAttemptThrottle limitsKosta Harlan2022-01-121-0/+7
* Set $wgIncludejQueryMigrate to false as defaultAmir Sarabadani2021-08-291-3/+0
* Set $wgIncludejQueryMigrate to false in CI/devAmir Sarabadani2021-07-141-0/+3
* DevelopmentSettings: Don't disable rate limits but use very high onesPetr Pchelko2021-06-141-3/+8
* resourceloader: Remove support for $wgLegacyJavaScriptGlobalsAmir Sarabadani2021-04-191-4/+1
* Ensure that the legacy wikitext editor is preferred by defaultAdam Wight2021-01-121-0/+2
* Enable VisualEditor newwikitext mode in CIAdam Wight2021-01-111-0/+3
* DevelopmentSettings: Make sure all currently used global have a `global` callReedy2020-09-211-5/+4
* FileImporter browser tests require uploads enabledAdam Wight2020-09-181-0/+4
* mediawiki-docker: Add a jobrunner containerBrennen Bearnes2020-06-171-11/+0
* DevelopmentSettings: Disable resource limitsKosta Harlan2020-03-291-0/+11
* Merge "DevelopmentSettings: Set cache dir to system temp + wiki ID"jenkins-bot2020-03-251-0/+6
|\
| * DevelopmentSettings: Set cache dir to system temp + wiki IDKosta Harlan2020-03-171-0/+6
* | Add config variable $wgRestAPIAdditionalRouteFilesBill Pirkle2020-03-231-0/+3
* | Merge "DevelopmentSettings: Set EnableJavaScriptTest to true"jenkins-bot2020-03-121-0/+4
|\ \
| * | DevelopmentSettings: Set EnableJavaScriptTest to trueKosta Harlan2020-03-121-0/+4
| |/
* / exception,deferred: Standardise on 'exception' for uncaughts and fatalsTimo Tijhof2020-03-061-2/+0
|/
* DevelopmentSettings: Enable 'fatal' and 'DeferredUpdates' error channelsTimo Tijhof2020-02-151-1/+3
* Enable Book Referencing for development and testsAdam Wight2019-10-241-0/+4
* Set l18n cache to array in DevelopmentSettings.phpAmir Sarabadani2019-09-171-1/+4
* DevelopmentSettings: Clarify grouping of settings and purposeTimo Tijhof2019-08-071-4/+18
* Follow-up ffd802a386: Actually disable legacy JS globalsJames D. Forrester2019-07-211-1/+1
* DevelopmentSettings: Disable legacy javascript globals in CI and for devsJames D. Forrester2019-07-191-0/+3
* DevelopmentSettings: Document why wgRateLimits is disabledTimo Tijhof2019-06-181-1/+2
* Disable rate limiting in Development SettingsLeszek Manicki2019-06-171-0/+3
* DevelopmentSettings: Remove redundant CacheType overridesTimo Tijhof2019-06-131-8/+2
* Set cache types to APC/APCu/WinCache in DevelopmentSettings.phpAmir Sarabadani2019-06-111-0/+6
* DevelopmentSettings: Remove unused globals & declare $wgSQLModeDerick Alangi2019-04-131-2/+2
* tests: enable MariaDB/MySQL strict modeAntoine Musso2019-04-011-0/+3
* Deprecate $wgShowSQLErrors and $wgShowDBErrorBacktrace and make nonfunctionalBill Pirkle2018-07-251-5/+3
* tests: Remove verbose logging settings from DevelopmentSettings.phpTimo Tijhof2018-02-191-5/+0
* tests: Commit initial version of DevelopmentSettings.phpTimo Tijhof2017-12-271-0/+59