r11985 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11984‎ | r11985 | r11986 >
Date:00:48, 6 December 2005
Author:imsop
Status:old
Tags:
Comment:
Trivial changes to comments and commented lines in DefaultSettings.php
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -40,7 +40,7 @@
4141 $wgMetaNamespace = FALSE;
4242
4343
44 -/** URL of the server. It will be automaticly build including https mode */
 44+/** URL of the server. It will be automatically built including https mode */
4545 $wgServer = '';
4646
4747 if( isset( $_SERVER['SERVER_NAME'] ) ) {
@@ -244,13 +244,13 @@
245245 */
246246 #$wgMimeTypeFile= "/etc/mime.types";
247247 $wgMimeTypeFile= "includes/mime.types";
248 -#$wgMimeTypeFile= NULL; #use build in defaults only.
 248+#$wgMimeTypeFile= NULL; #use built-in defaults only.
249249
250250 /** Sets the mime type info file to use by MimeMagic.php.
251251 * @global string $wgMimeInfoFile
252252 */
253253 $wgMimeInfoFile= "includes/mime.info";
254 -#$wgMimeInfoFile= NULL; #use build in defaults only.
 254+#$wgMimeInfoFile= NULL; #use built-in defaults only.
255255
256256 /** Switch for loading the FileInfo extension by PECL at runtime.
257257 * This should be used only if fileinfo is installed as a shared object / dynamic libary
@@ -263,7 +263,7 @@
264264 * If not set or NULL, mime_content_type will be used if available.
265265 */
266266 $wgMimeDetectorCommand= NULL; # use internal mime_content_type function, available since php 4.3.0
267 -#$wgMimeDetectorCommand= "file -bi" #use external mime detector (linux)
 267+#$wgMimeDetectorCommand= "file -bi"; #use external mime detector (Linux)
268268
269269 /** Switch for trivial mime detection. Used by thumb.php to disable all fance things,
270270 * because only a few types of images are needed and file extensions can be trusted.

Status & tagging log