Page MenuHomePhabricator

Wikifeeds static/index.html uses old MediaWiki logo
Open, In Progress, Needs TriagePublic

Description

https://gerrit.wikimedia.org/g/mediawiki/services/wikifeeds/+/8dfa9c00e6af0f80431047a80ce4670c1ae19a96/static/index.html#347

<td style="text-align:center; padding:4px;"><a href="//www.mediawiki.org/wiki/" title="MediaWiki"><img alt="MediaWiki" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/35px-Mediawiki-logo.png" width="35" height="26" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/53px-Mediawiki-logo.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/70px-Mediawiki-logo.png 2x" data-file-width="135" data-file-height="102" /></a></td>

This is using https://commons.wikimedia.org/wiki/File:Mediawiki-logo.png which is the old logo.

It should use something from https://commons.wikimedia.org/wiki/Category:MediaWiki_logo_(2020), and most likely https://commons.wikimedia.org/wiki/File:MediaWiki-2020-icon.svg which is what is used on wikipedia pages currently.

Seems similar to {05bf8f468748e6a0d854d315effabf87605f40f4} for T107430

<img alt="MediaWiki logo" resource="./File:MediaWiki-2020-icon.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/35px-MediaWiki-2020-icon.svg.png" decoding="async" data-file-width="100" data-file-height="100" data-file-type="drawing" height="35" width="35" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/53px-MediaWiki-2020-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/70px-MediaWiki-2020-icon.svg.png 2x" class="mw-file-element">

xref: T357918: recommendation-api static/index.html uses old MediaWiki logo, T357920: service-template-node static/index.html uses old MediaWiki logo

Event Timeline

@Reedy I would like to resolve this issue, how can I get the codebase ?

Hi and thank you for your interest! Please check thoroughly https://www.mediawiki.org/wiki/New_Developers (and all of its communication section!). The page covers how to get started, assigning tasks, task status, how to find a codebase, how to create patches, where to ask general development questions and where to get help with setup problems, and how to ask good questions. Thanks a lot! :)

NewtonKamau changed the task status from Open to In Progress.Mon, Apr 22, 5:18 PM