From 77729220f3d0913e81065595e751be4eb2690a59 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 15 Feb 2012 23:38:40 +0000 Subject: [PATCH] Followup r110592: rename 'blocking' to 'async', and invert the logic everywhere. This makes blocking loading (async=false) the default as it was before. r110592 made async loading (blocking=false) the default, which caused backwards compatibility problems when page HTML generated by 1.18 interacted with the 1.19 version of mw.loader --- includes/OutputPage.php | 8 ++--- resources/mediawiki/mediawiki.js | 59 ++++++++++++++++---------------- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index b0a8784e21..cb72a9d0b1 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2516,7 +2516,7 @@ $templates * @param $only String ResourceLoaderModule TYPE_ class constant * @param $useESI boolean * @param $extraQuery Array with extra query parameters to add to each request. array( param => value ) - * @param $loadCall boolean If true, output a mw.loader.load() call rather than a