jenkins-bot has submitted this change and it was merged.

Change subject: Fix documentation lies about debug toolbar / cache interaction
......................................................................


Fix documentation lies about debug toolbar / cache interaction

Setup.php lines 434-438:

// Easy to forget to falsify $wgDebugToolbar for static caches.
// If file cache or CDN cache is on, just disable this (DWIMD).
if ( $wgUseFileCache || $wgUseSquid ) {
        $wgDebugToolbar = false;
}

Change-Id: I911e8655026860823d6d869579d38a37157a448a
---
M includes/DefaultSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index c04602c..c208f08 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -5973,7 +5973,7 @@
 /**
  * Display the new debugging toolbar. This also enables profiling on database
  * queries and other useful output.
- * Will disable file cache.
+ * Will be ignored if $wgUseFileCache or $wgUseSquid is enabled.
  *
  * @since 1.19
  */

-- 
To view, visit https://gerrit.wikimedia.org/r/275999
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I911e8655026860823d6d869579d38a37157a448a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to