Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/275999
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/99/275999/1
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: newchange
Gerrit-Change-Id: I911e8655026860823d6d869579d38a37157a448a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits