Page MenuHomePhabricator

Point eowp logo to Wiki.png
Closed, ResolvedPublic

Description

Author: arno.raymond.lagrange

Description:
Please switch wiki.png for eo.WP while we just reached 150 000


Version: unspecified
Severity: enhancement

Details

Reference
bz30268

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 11:56 PM
bzimport set Reference to bz30268.

EN.WP.ST47 wrote:

Where's the new logo?

arno.raymond.lagrange wrote:

(In reply to comment #1)

Where's the new logo?

The 150000-logo is here:
http://eo.wikipedia.org/wiki/Dosiero:Wiki.png

bugs wrote:

So then we just need to update $wgLogo so that it's pointed to Wiki.png. Then you guys cam change it by yourself again.

arno.raymond.lagrange wrote:

Ho please, just do it. We already changed wiki.png, but it is not shown on pages !
I was thinking it will work so simply. Vut it doesn't.

lross wrote:

What is causing the delay? To the best of our understanding, it should have taken effect more or less immediately and more or less automatically. Please tell us what if any additional steps are necessary. (I'm not an administrator, just an ordinary user-editor waiting to celebrate when the golden orb appears at upper left.)--~~~~

lross wrote:

What is causing the delay? To the best of our understanding, it should have taken effect more or less immediately and more or less automatically. Please tell us what if any additional steps are necessary. (I'm not an administrator, just an ordinary user-editor waiting to celebrate when the golden orb appears at upper left.)--~~~~(In reply to comment #3)

So then we just need to update $wgLogo so that it's pointed to Wiki.png. Then
you guys cam change it by yourself again.

EN.WP.ST47 wrote:

It hasn't been done yet because at no point in the past ten hours has anyone with shell access come upon this request and decided to act upon it. If I had to guess, I'd say it's because it's a weekend. Someone will get to it, and once they do, you'll be able to change the logo at will by uploading a new one in place of the old one.

arno.raymond.lagrange wrote:

A whole day passed and nothing happened ....

arno.raymond.lagrange wrote:

36 hours later, nothing happened ....

lross wrote:

Um, bugzilla people, please wake up. The weekend is over. "Someone will get to it, and once they do..." was almost two days ago. If it's something *we* need to do, let us know, but last we heard the ball, in this case a golden globe, was in your court.

bugs wrote:

(In reply to comment #10)

Um, bugzilla people, please wake up. The weekend is over. "Someone will get to
it, and once they do..." was almost two days ago. If it's something *we* need
to do, let us know, but last we heard the ball, in this case a golden globe,
was in your court.

Shell bugs do not happen instantaneously. The number of users with shell access is very low because of the trust involved. You really shouldn't file a bug and expect it to be fixed in 36 hours... It's possible that it could get fixed that fast, but it's not very likely.

If it's really urgent (i.e. your celebration is ending), then you can make temporary changes to your wiki's [[w:eo:MediaWiki:Common.css]]. Something like this should work:

#p-logo a {
background: url(http://upload.wikimedia.org/wikipedia/eo/b/bc/Wiki.png) 35% 50% no-repeat !important;
}

It probably needs to be the right size for a logo first though, which is 135x155.

(In reply to comment #11)

It probably needs to be the right size for a logo first though, which is
135x155.

Yes. In order for us to use Wiki.png as the site logo, it must be 135x135 pixels, and must be protected (which it already is).

Raising priority since this is rather time-sensitive. Get the image resized and I'll be more than happy to change it.

arno.raymond.lagrange wrote:

(In reply to comment #11)

(In reply to comment #10)

Um, bugzilla people, please wake up. The weekend is over. "Someone will get to
it, and once they do..." was almost two days ago. If it's something *we* need
to do, let us know, but last we heard the ball, in this case a golden globe,
was in your court.

Shell bugs do not happen instantaneously. The number of users with shell access
is very low because of the trust involved. You really shouldn't file a bug and
expect it to be fixed in 36 hours... It's possible that it could get fixed that
fast, but it's not very likely.

If it's really urgent (i.e. your celebration is ending), then you can make
temporary changes to your wiki's [[w:eo:MediaWiki:Common.css]]. Something like
this should work:

#p-logo a {
background: url(http://upload.wikimedia.org/wikipedia/eo/b/bc/Wiki.png) 35%
50% no-repeat !important;
}

It probably needs to be the right size for a logo first though, which is
135x155.

I made so
#p-logo a {
background: url("http://upload.wikimedia.org/wikipedia/commons/4/45/Vikipedio_150000.png") 35%
50% no-repeat !important;
}
Just notice the needed quotes around the URL and it works fine. Thanks

arno.raymond.lagrange wrote:

(In reply to comment #12)

(In reply to comment #11)

It probably needs to be the right size for a logo first though, which is
135x155.

Yes. In order for us to use Wiki.png as the site logo, it must be 135x135
pixels, and must be protected (which it already is).

Raising priority since this is rather time-sensitive. Get the image resized and
I'll be more than happy to change it.

However I provided the logo through commons.css as said above, it would be fine to have $wglogo pointing to Wiki.png because it is protected while the other one Vikipedio_150000.png is not. (I just uploaded a resized version. ) Thanks again.

jeluf wrote:

The image must have a transparent background in order to work properly in all skins. Please fix.

arno.raymond.lagrange wrote:

(In reply to comment #15)

The image must have a transparent background in order to work properly in all
skins. Please fix.

Done in http://eo.wikipedia.org/wiki/Dosiero:Wiki.png

jeluf wrote:

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 2165)

+++ InitialiseSettings.php (working copy)
@@ -440,7 +440,7 @@

	'en_labswikimedia' => 'http://upload.wikimedia.org/wikipedia/meta/7/79/Wikimedia_Labs_logo.png',
	'enwiki'            => '$stdlogo',
	'enwiktionary'      => '$stdlogo',

+ 'eowiki' => '$stdlogo',

	'eowikibooks'	=> '$stdlogo',
	'eowikinews'	=> 'http://upload.wikimedia.org/wikipedia/commons/7/76/Wikinews-logo-eo.png',
	'eowikisource' => 'http://upload.wikimedia.org/wikipedia/commons/5/54/Wikisource-logo-eo-small.png',

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

arno.raymond.lagrange wrote:

Please point

'eowiktionary' => '$stdlogo'

Thanks.

(In reply to comment #18)

Please point

'eowiktionary' => '$stdlogo'

Thanks.

Please log a new bug for that