Kaldari has uploaded a new change for review. https://gerrit.wikimedia.org/r/275687
Change subject: Correcting comments regarding $wgCacheDirectory in DefaultSettings ...................................................................... Correcting comments regarding $wgCacheDirectory in DefaultSettings Both the i18n and Less caches fall back to wfTempDir(). Change-Id: I72e8116e9e1a7ec251db555d820fc0684c8a33b3 --- M includes/DefaultSettings.php 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/87/275687/1 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2a9986e..77af1d4 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2096,7 +2096,8 @@ /** * Directory for caching data in the local filesystem. Should not be accessible - * from the web. Set this to false to not use any local caches. + * from the web. If this is set to false, MediaWiki will attempt to use the + * system directory for temporary files instead. * * Note: if multiple wikis share the same localisation cache directory, they * must all have the same set of extensions. You can set a directory just for -- To view, visit https://gerrit.wikimedia.org/r/275687 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I72e8116e9e1a7ec251db555d820fc0684c8a33b3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Kaldari <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
