r82007 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82006‎ | r82007 | r82008 >
Date:04:01, 12 February 2011
Author:mah
Status:ok
Tags:
Comment:
Fix up bug #26016 by applying the more descriptive comment suggested
there. Code Reviewers: have at it!!
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -373,8 +373,12 @@
374374 * - apibase Use for the foreign API's URL
375375 * - apiThumbCacheExpiry How long to locally cache thumbs for
376376 *
377 - * The default is to initialise these arrays from the MW<1.11 backwards compatible settings:
378 - * $wgUploadPath, $wgThumbnailScriptPath, $wgSharedUploadDirectory, etc.
 377+ * If you leave $wgLocalFileRepo set to false, Setup will fill in appropriate values.
 378+ * Otherwise, set $wgLocalFileRepo to a repository structure as described above.
 379+ * If you set $wgUseInstantCommons to true, it will add an entry for Commons.
 380+ * If you set $wgForeignFileRepos to an array of repostory structures, those will
 381+ * be searched after the local file repo.
 382+ * Otherwise, you will only have access to local media files.
379383 */
380384 $wgLocalFileRepo = false;
381385

Status & tagging log