From: Roan Kattouw Date: Wed, 15 Feb 2012 23:38:40 +0000 (+0000) Subject: Followup r110592: rename 'blocking' to 'async', and invert the logic everywhere.... X-Git-Tag: 1.31.0-rc.0~24684 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=77729220f3d0913e81065595e751be4eb2690a59;p=lhc%2Fweb%2Fwiklou.git 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 --- 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