updateSpecialPages.php file is a maintenance script to update the information on the special pages that cache results in the querycache table. This information includes Special:WantedTemplates, Special:Wantedpages and Special:Wantedfiles among many others. A full list is found in QueryPage.php. Extensions may extend this list using the wgQueryPages hook so that special pages added by that extension will be covered by this maintenance script.
The configuration setting $wgDisableQueryPageUpdate
can be used to exclude certain special pages from being updated.
MW 1.39.x and earlier:
php maintenance/updateSpecialPages.php
MW 1.40.x and later:
php maintenance/run.php updateSpecialPagesOption/Parameter Description --list Only list special page names, doesn't perform updates. --only=page Only update "page". It's case sensitive, check correct case by calling this script with
--list
. Example: --only=BrokenRedirects
--override Also update pages that have updates disabled by $wgDisableQueryPageUpdate
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4