Manual:$wgMathCheckFiles/fr
Cette fonctionnalité a été supprimée du noyau Mediawiki dans la version 1.18.0. Voyez Extension:Math comme manière alternative pour utiliser cette fonctionnalité. |
TeX: $wgMathCheckFiles | |
---|---|
Check whether directory and file exist when generating math images. |
|
Introduit dans la version : | 1.16.0 (r56343) |
Retiré dans la version : | 1.18.0 |
Valeurs autorisées : | (boolean) |
Valeur par défaut : | true |
Autres paramètres : Alphabétique | Par fonction |
Détails
Normally when generating math images, we double-check that the directories we want to write to exist, and that files that have been generated still exist when we need to bring them up again.
This lets us give useful error messages in case of permission problems, and automatically rebuild images that have been lost.
On a big site with heavy NFS traffic this can be slow and flaky, so sometimes we want to short-circuit it by setting this to false.