Page MenuHomePhabricator

brwikimedia: update icon, logo and wordmark
Closed, ResolvedPublic

Description

Given the change of name and status of "Wiki Movimento Brasil", now "Wikimedia Brasil" (see also: BoT resolution, Diff post), the change to the new visual identity is necessary for the affiliate's wiki.

Somewhat related: T386402

Event Timeline

Change #1121473 had a related patch set uploaded (by Albertoleoncio; author: Albertoleoncio):

[operations/mediawiki-config@master] brwikimedia: update icon, logo and wordmark

https://gerrit.wikimedia.org/r/1121473

Change #1121473 merged by jenkins-bot:

[operations/mediawiki-config@master] brwikimedia: update icon, logo and wordmark

https://gerrit.wikimedia.org/r/1121473

Mentioned in SAL (#wikimedia-operations) [2025-02-24T14:39:21Z] <lucaswerkmeister-wmde@deploy2002> Started scap sync-world: Backport for [[gerrit:1121473|brwikimedia: update icon, logo and wordmark (T387125)]]

Mentioned in SAL (#wikimedia-operations) [2025-02-24T14:43:07Z] <lucaswerkmeister-wmde@deploy2002> lucaswerkmeister-wmde, albertoleoncio: Backport for [[gerrit:1121473|brwikimedia: update icon, logo and wordmark (T387125)]] synced to the testservers (https://wikitech.wikimedia.org/wiki/Mwdebug)

Mentioned in SAL (#wikimedia-operations) [2025-02-24T14:50:38Z] <lucaswerkmeister-wmde@deploy2002> Finished scap sync-world: Backport for [[gerrit:1121473|brwikimedia: update icon, logo and wordmark (T387125)]] (duration: 11m 17s)

Mentioned in SAL (#wikimedia-operations) [2025-02-24T14:51:04Z] <Lucas_WMDE> printf 'https://en.wikipedia.org/static/images/%s\n' icons/brwikimedia.svg mobile/copyright/wikimedia-wordmark-br.svg project-logos/brwikimedia{,-{1.5,2}x}.png | mwscript-k8s --comment=T387125 --attach -- purgeList enwiki

Mentioned in SAL (#wikimedia-operations) [2025-02-24T14:53:01Z] <Lucas_WMDE> printf 'https://br.wikimedia.org/static/images/%s\n' icons/brwikimedia.svg mobile/copyright/wikimedia-wordmark-br.svg project-logos/brwikimedia{,-{1.5,2}x}.png | mwscript-k8s --comment='T387125 (should not be necessary but let’s try it?)' --attach -- purgeList enwiki

I’m still getting the old logo from esams for some reason:

$ curl -s -I 'https://br.wikimedia.org/static/images/icons/brwikimedia.svg' | grep -i -e cache -e last-modified -e expires | grep -v cookie
last-modified: Thu, 26 Sep 2024 18:31:03 GMT
cache-control: max-age=31536000
expires: Tue, 24 Feb 2026 14:43:17 GMT
x-cache: cp3073 hit, cp3073 hit/13
x-cache-status: hit-front
server-timing: cache;desc="hit-front", host;desc="cp3073"

@Albertoleoncio reports that magru is showing the new logo FWIW.

Mentioned in SAL (#wikimedia-operations) [2025-02-24T14:58:58Z] <Lucas_WMDE> printf 'https://en.wikipedia.org/static/images/%s\n' icons/brwikimedia.svg mobile/copyright/wikimedia-wordmark-br.svg project-logos/brwikimedia{,-{1.5,2}x}.png | mwscript purgeList enwiki # T387125

Now I’m getting the new logo:

$ curl -s -I 'https://br.wikimedia.org/static/images/icons/brwikimedia.svg' | grep -i -e cache -e last-modified -e expires | grep -v cookie
last-modified: Mon, 24 Feb 2025 14:39:08 GMT
cache-control: max-age=31536000
expires: Tue, 24 Feb 2026 14:59:00 GMT
x-cache: cp3073 miss, cp3073 hit/2
x-cache-status: hit-front
server-timing: cache;desc="hit-front", host;desc="cp3073"
`

Regarding the task for the logo itself, its done.

Yeah, the purgeList weirdness is tracked in T387127 now.