From: jenkins-bot Date: Thu, 21 Feb 2019 15:26:35 +0000 (+0000) Subject: Merge "Remove suggestions for negative namespaces in Page Restrictions" X-Git-Tag: 1.34.0-rc.0~2762 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=1900a8a12e8e1445fa8b9cca46a89354fcc88f1d;hp=-c;p=lhc%2Fweb%2Fwiklou.git Merge "Remove suggestions for negative namespaces in Page Restrictions" --- 1900a8a12e8e1445fa8b9cca46a89354fcc88f1d diff --combined includes/specials/SpecialBlock.php index 59c14fce6e,b4b6e26054..0b37910b8b --- a/includes/specials/SpecialBlock.php +++ b/includes/specials/SpecialBlock.php @@@ -177,8 -177,8 +177,8 @@@ class SpecialBlock extends FormSpecialP 'type' => 'radio', 'cssclass' => 'mw-block-editing-restriction', 'options' => [ - $this->msg( 'ipb-sitewide' )->text() => 'sitewide', - $this->msg( 'ipb-partial' )->text() => 'partial', + $this->msg( 'ipb-sitewide' )->escaped() => 'sitewide', + $this->msg( 'ipb-partial' )->escaped() => 'partial', ], 'section' => 'actions', ]; @@@ -189,6 -189,7 +189,7 @@@ 'max' => 10, 'cssclass' => 'mw-block-restriction', 'showMissing' => false, + 'excludeDynamicNamespaces' => true, 'input' => [ 'autocomplete' => false ],