Add a run mode to $wgDisableQueryPageUpdate
authorUmherirrender <umherirrender_de.wp@web.de>
Mon, 19 Aug 2019 14:49:43 +0000 (16:49 +0200)
committerJforrester <jforrester@wikimedia.org>
Thu, 26 Sep 2019 22:33:53 +0000 (22:33 +0000)
commit9a8a33bd0f18272ef8e865c96c89cc5785ff5c2c
tree65e0632f81459e5e7187fc7417f45ee3be143924
parent9adf80d25343b7377fa41fe13cecfdddace91e31
Add a run mode to $wgDisableQueryPageUpdate

The run mode is used to show a different message on the special page,
instead of the current one "Updates for this page are currently
disabled. Data here will not presently be refreshed." even the data gets
updated with a different cron job.

Bug: T78711
Change-Id: Ib63d16bfea477dec43323b39671cc068530e2f0b
includes/DefaultSettings.php
includes/specialpage/QueryPage.php
languages/i18n/en.json
languages/i18n/qqq.json
maintenance/updateSpecialPages.php