Status: | effective |
Progress: | 100% |
Version: | 3.1.0+ |
Maintenance script "updateQueryDependencies.php"
updateQueryDependencies.php | |
---|---|
Allows to update all entities that hold embedded queries | |
Further Information | |
Provided by: | Semantic MediaWiki |
Added: | 3.1.0 |
Removed: | still in use |
Location (path): | ./extensions/SemanticMediaWiki/maintenance/ |
Table of Contents | |
Contents |
The "updateQueryDependencies.php" 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"Allows to rebuild all the semantic data for a selected data backend/store does. The maintenance script was introduced in Semantic MediaWiki 3.1.0Released on 23 September 2019 and compatible with MW 1.31.0 - 1.33.x..1
Usage[edit]
php updateQueryDependencies.php
Parameters[edit]
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.
See also[edit]
- 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"Allows to rebuild all the semantic data for a selected data backend/store
References
- ^ Semantic MediaWiki: GitHub pull request gh:smw:4137