Maintenance script "updateQueryDependencies.php"

From semantic-mediawiki.org
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

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

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[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.

This script does not provide any script specific parameters.

See also[edit]

References

  1. ^  Semantic MediaWiki: GitHub pull request gh:smw:4137