From: Grant Slater Date: Sun, 3 Apr 2022 02:16:38 +0000 (+0100) Subject: mediawiki: tune wikimediacommons Foreign settings X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e8012773be3e6b819b4d3b140f7b775768e34e72 mediawiki: tune wikimediacommons Foreign settings --- diff --git a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb index 8b29cc7c4..525ccc59d 100644 --- a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb +++ b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb @@ -117,14 +117,14 @@ $wgForeignFileRepos[] = [ 'class' => ForeignAPIRepo::class, 'name' => 'wikimediacommons', 'apibase' => 'https://commons.wikimedia.org/w/api.php', - 'url' => 'https://upload.wikimedia.org/wikipedia/commons', + 'url' => 'https://upload.wikimedia.org/wikipedia/commons', 'thumbUrl' => 'https://upload.wikimedia.org/wikipedia/commons/thumb', 'hashLevels' => 2, 'transformVia404' => true, 'fetchDescription' => true, - 'descriptionCacheExpiry' => 43200, - 'apiThumbCacheExpiry' => 86400, -]; + 'descriptionCacheExpiry' => 604800, + 'apiThumbCacheExpiry' => 0, +]; <% end -%> ## If you use ImageMagick (or any other shell command) on a @@ -279,7 +279,7 @@ $wgAllowExternalImagesFrom = array( 'http://tile.openstreetmap.org/', 'https://t $wgNoFollowDomainExceptions = array( 'www.openstreetmap.org', 'josm.openstreetmap.de', 'taginfo.openstreetmap.org', 'blog.openstreetmap.org', 'wiki.osmfoundation.org' ); # FIXME - move to specific -# defines which links of the sidebar are translatable +# defines which links of the sidebar are translatable $wgForceUIMsgAsContentMsg = array( 'mainpage-url', 'mapfeatures-url', 'contributors-url', 'helppage', 'blogs-url', 'shop-url', 'sitesupport-url' ); # FIXME - move to specific