Page MenuHomePhabricator

New MediaWiki logo for the icon that represents the MediaWiki oauth provider.
ClosedPublic

Authored by 20after4 on Apr 7 2021, 8:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 16, 11:28 AM
Unknown Object (File)
Tue, Mar 5, 12:31 AM
Unknown Object (File)
Fri, Mar 1, 6:06 AM
Unknown Object (File)
Wed, Feb 21, 2:37 PM
Unknown Object (File)
Wed, Feb 21, 2:07 PM
Unknown Object (File)
Feb 17 2024, 4:43 AM
Unknown Object (File)
Feb 4 2024, 6:26 AM
Unknown Object (File)
Feb 4 2024, 12:59 AM
Subscribers

Details

Summary

Replaced the old logo with a new png.

Test Plan

I only tested that the new image was the same dimensions, format and filename as the old one.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 7 2021, 9:41 PM

(This might need to be sprite-sheeted too, but I think the sprite stuff hasn't been used in years -- since we switched pretty much everything to icon fonts -- and don't remember exactly how it works. I can look into it and do the actual bin/uh-generate-a-sprite-sheet or whatever in a followup.)

Ah, I think it's:

phabricator/ $ ./scripts/celerity/generate_sprites.php

It will complain about optipng not being installed, most likely, but you can just ignore that. It should update these files:

epriestley@orbital ~/dev/phabricator $ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
  (use "git push" to publish your local commits)

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   resources/sprite/manifest/login.json
	modified:   webroot/rsrc/image/sprite-login-X2.png
	modified:   webroot/rsrc/image/sprite-login.png

Or just land this and I can do it.