r55623 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55622‎ | r55623 | r55624 >
Date:14:47, 27 August 2009
Author:dale
Status:ok
Tags:
Comment:
enabled async download via configuration var: wgEnableAsyncDownload (pending windows fix)
(should have been part of the last commit)
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2812,8 +2812,8 @@
28132813 /** Use the site's Cascading Style Sheets (CSS)? */
28142814 $wgUseSiteCss = true;
28152815
2816 -/**
2817 - * Filter for Special:Randompage. Part of a WHERE clause
 2816+/**
 2817+ * Filter for Special:Randompage. Part of a WHERE clause
28182818 * @deprecated as of 1.16, use the SpecialRandomGetRandomTitle hook
28192819 */
28202820
@@ -3591,6 +3591,12 @@
35923592 */
35933593 $wgAsyncHTTPTimeout = 60*20;
35943594
 3595+/*
 3596+ * if AsyncDownload is enabled (works on unix platforms)
 3597+ * fix for windows is pending.
 3598+ */
 3599+$wgEnableAsyncDownload = false;
 3600+
35953601 /**
35963602 * Proxy to use for CURL requests.
35973603 */
@@ -4135,7 +4141,7 @@
41364142 * from the origin domain by the Access-Control-Allow-Origin header.
41374143 * This is currently only used by the API (requests to api.php)
41384144 * $wgCrossSiteAJAXdomains can be set using a wildcard syntax:
4139 - *
 4145+ *
41404146 * '*' matches any number of characters
41414147 * '?' matches any 1 character
41424148 *

Status & tagging log