r96146 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96145‎ | r96146 | r96147 >
Date:20:00, 2 September 2011
Author:mah
Status:ok
Tags:
Comment:
w/s fix ups
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -49,7 +49,7 @@
5050 * This is usually detected correctly by MediaWiki. If MediaWiki detects the
5151 * wrong server, it will redirect incorrectly after you save a page. In that
5252 * case, set this variable to fix it.
53 - *
 53+ *
5454 * If you want to use protocol-relative URLs on your wiki, set this to a
5555 * protocol-relative URL like '//example.com' and set $wgCanonicalServer
5656 * to a fully qualified URL.
@@ -57,9 +57,9 @@
5858 $wgServer = WebRequest::detectServer();
5959
6060 /**
61 - * Canonical URL of the server, to use in IRC feeds and notification e-mails.
 61+ * Canonical URL of the server, to use in IRC feeds and notification e-mails.
6262 * Must be fully qualified, even if $wgServer is protocol-relative.
63 - *
 63+ *
6464 * Defaults to $wgServer, expanded to a fully qualified http:// URL if needed.
6565 */
6666 $wgCanonicalServer = false;
@@ -2997,7 +2997,7 @@
29982998 * enable the cache invalidation of the distant pages when the local templates
29992999 * are edited and also to display the list of the distant templates used by
30003000 * the local pages. Enabling this requires to set up a global shared database
3001 - * (see next option $wgGlobalDatabase).
 3001+ * (see next option $wgGlobalDatabase).
30023002 */
30033003 $wgEnableInterwikiTemplatesTracking = false;
30043004
@@ -3005,7 +3005,7 @@
30063006 * If $wgEnableInterwikiTemplatesTracking is set to true, this option should
30073007 * contain the wiki ID of the database that hosts the globaltemplatelinks table.
30083008 */
3009 -$wgGlobalDatabase = '';
 3009+$wgGlobalDatabase = '';
30103010
30113011 /**
30123012 * If $wgEnableInterwikiTranscluding is set to true and if an interwiki

Status & tagging log