Handleiding:RefreshFileHeaders.php
Appearance
MediaWiki bestand: refreshFileHeaders.php | |
---|---|
Locatie: | maintenance/ |
Broncode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | RefreshFileHeaders |
Details
Het bestand refreshFileHeaders.php is een onderhoudsscript om de metadata van file headers te vernieuwen.
Opties
Optie | Beschrijving | Verplicht |
---|---|---|
--verbose | Output information about each file | Optioneel |
--start | Name of file to start with | Optioneel |
--end | Name of file to end with | Optioneel |
--media_type | Media type to filter for | Optioneel |
--major_mime | Major MIME type to filter for | Optioneel |
--minor_mime | Minor MIME type to filter for | Optioneel |
--refreshContentType | Set to true to refresh file content type from mime data in database | Optioneel |
Gebruik
php maintenance/refreshFileHeaders.php [ --start| --end| --major_mime| --media_type| --minor_mime| --refreshContentType| --verbose ]
Refreshing file metadata
Terminal
$ php maintenance/refreshFileHeaders.php Processing next 12 row(s) starting with 1631330937964.jpeg. Updating headers for 12 file(s). Done. Updated headers for 12 file(s).
Refreshing files' metadata with verbose
Terminal
$ php maintenance/refreshFileHeaders.php --verbose Processing next 12 row(s) starting with 1631330937964.jpeg. Queued headers update for file '1631330937964.jpeg'. Queued headers update for file 'Logo.jpg'. Queued headers update for file 'r-foundation-logo2.png'. Queued headers update for file 'Screenshot_2021-08-12_at_11.10.17_AM.png'. Queued headers update for file 'Foo.jpeg'. Queued headers update for file 'AkaInfo.png'. Queued headers update for file 'Bar.jpeg'. Queued headers update for file 'Screenshot_2021-08-13_at_11.10.17_AM.png'. Queued headers update for file 'Karma.jpeg'. Queued headers update for file 'Wikilogo.png'. Queued headers update for file 'Wikiversity-logo.jpeg'. Queued headers update for file 'Twink.png'. Updating headers for 12 file(s).'. Done. Updated headers for 12 file(s).
Refreshing only PNG files' metadata
Terminal
$ php maintenance/refreshFileHeaders.php --minor_mime png Processing next 6 row(s) starting with r-foundation-logo2.png. Queued headers update for file 'r-foundation-logo2.png'. Queued headers update for file 'Screenshot_2021-08-12_at_11.10.17_AM.png'. Queued headers update for file 'AkaInfo.png'. Queued headers update for file 'Screenshot_2021-08-13_at_11.10.17_AM.png'. Queued headers update for file 'Wikilogo.png'. Queued headers update for file 'Twink.png'. Updating headers for 6 file(s).'. Done. Updated headers for 6 file(s).