Manual:$wgThumbnailEpoch/it

From Linux Web Expert

<translate> Files and file uploads</translate>: $wgThumbnailEpoch
If rendered thumbnail files are older than this timestamp, they will be re-rendered on demand as if the file didn't already exist.
<translate> Introduced in version:</translate>1.6.0 (r11945)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>timestamp (string)
<translate> Default value:</translate>'20030516000000'

Details

If rendered thumbnail files are older than this timestamp, they will be re-rendered on demand as if the file didn't already exist. Update if there is some need to force thumbs and SVG rasterizations to re-render, such as fixes to rendering bugs.

Per un copiaincolla veloce puoi usare la riga seguente, che è stata generata usando {{CURRENTTIMESTAMP}}:

$wgThumbnailEpoch = 20241229190035;

Se usi un sistema Unix-like puoi ottenere la data attuale inserendo il seguente comando:

date +%Y%m%d%H%M%S

See also