v3.1.0+
Status: | effective |
Progress: | 100% |
Version: | 3.1.0+ |
Help:Maintenance script updateQueryDependencies.php
From Linux Web Expert
MediaWiki file: Maintenance script updateQueryDependencies.php | |
---|---|
Location: | /maintenance/ |
Source code: | script updateQueryDependencies.php master • script updateQueryDependencies.php 1.41.1 • script updateQueryDependencies.php 1.40.3 • script updateQueryDependencies.php 1.39.7 |
Classes: | script updateQueryDependencies.php Find code • script updateQueryDependencies.php Find documentation |
maintenance script allows to update all entities that hold embedded queries (a.k.a. inline queries) and hereby allows to fill or update the query links. This is especially useful when enabling embedded query updates. This script performs a full parse of the respective pages similar to what the maintenance script "rebuildData.php"No description was provided. does. The maintenance script was introduced in Semantic MediaWiki 3.1.0Released on an unknown date unknown versions of MediaWiki.1
The "updateQueryDependencies.php"This script is not run on a regular basis but only if query dependencies are being noticed missing and only if embedded query updates were enabled.
Usage
php updateQueryDependencies.php
Parameters
Maintenance scripts provide generic maintenance parameters, script dependent parameters and depending on the maintenance script script specific parameters which are described on this page if provided.
This script does not provide any script specific parameters.
See also
- Help page on embedded query updates
- Help page on configuration parameter
$smwgEnabledQueryDependencyLinksStore
Sets whether tracking and storing of dependencies of embedded queries may be used - Help page on maintenance script "rebuildData.php"No description was provided.
References
- ^ gh:smw:4137