Odder has uploaded a new change for review. https://gerrit.wikimedia.org/r/59771
Change subject: (bug 46431) Update Apple touch icon for en.wiktionary. ...................................................................... (bug 46431) Update Apple touch icon for en.wiktionary. Changing the current Apple touch icon[1] into a new one[2] per community request. I'm changing it only for en.wiktionary, since the logos vary between the projects, and the current one is set as default for all *.wiktionary.org projects. Apple documentation at http://tiny.cc/frmpvw allows using absolute URLs, not necessarily from within the domain itself, so I'm doing just that (it's what we use for en.wikinews already anyway). There is also no need to have different sizes of the logo, as iOS rescales it automatically; 144 x 144 is the suggested size for Retina display. == References == * (1) [[:commons:File:Wiktionary-iphone logo.png]]; * (2) [[:commons:File:Wiktionary-icon.png]]; Bug: 46431 Change-Id: I48c1774cb2bf3fa10b05b700a7ec3b50587de73a --- M wmf-config/InitialiseSettings.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/71/59771/1 diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 40f9fa4..6c984f6 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -9484,6 +9484,7 @@ 'testwiki' => '//upload.wikimedia.org/wikipedia/test/apple-touch-icon.png', 'enwikinews' => '//upload.wikimedia.org/wikipedia/commons/4/43/Apple-touch-icon.png', + 'enwiktionary' => '//upload.wikimedia.org/wikipedia/commons/e/e7/Wiktionary-icon.png', // Bug 46431 'mediawikiwiki' => '//www.mediawiki.org/Apple-touch-icon.png', 'usabilitywiki' => '//usability.wikimedia.org/UsabilityWiki-AppleTouch-Icon.png', 'wikimania2005wiki' => '//$lang.$site.org/apple-touch-icon.png', -- To view, visit https://gerrit.wikimedia.org/r/59771 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I48c1774cb2bf3fa10b05b700a7ec3b50587de73a Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Odder <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
