Last modified: 2011-01-25 01:04:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T23068, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 21068 - Some wikis have missing logo images on secure server
Some wikis have missing logo images on secure server
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Rob Halsell
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-09 16:48 UTC by Anakin
Modified: 2011-01-25 01:04 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Comment 1 Brion Vibber 2009-10-14 19:01:05 UTC
Let's take a look...

<div class="portlet" id="p-logo">
<a style="background-image: url(/upload/b/bc/Wiki.png);"

Yep. Some $wgLogo entries need to be updated to use full URLs to the uploaded logo; ('$stdlogo' will do fine for those uploaded locally with name Wiki.png, that'll just be the full URL version of that). On the regular interfaces these work because there are compatibility redirects in the web server config, but for secure that's just a bogus link.

Check also the ones using the old hardcoded logos like /images/wiki-en.png but I think they're fine. (shared /images path on secure.wm.o)

Comment 2 Nico R. 2010-03-02 08:01:03 UTC
German Wikipedia is also affected. For example, https://secure.wikimedia.org/wikipedia/de/wiki/Wikipedia:Hauptseite contains the following markup:

	<div class="portlet" id="p-logo">
		<a style="background-image: url(http://upload.wikimedia.org/wikipedia/de/b/bc/Wiki.png);" href="/wikipedia/de/wiki/Wikipedia:Hauptseite" title="Hauptseite"></a>
	</div>
Comment 3 Nico R. 2010-03-02 08:05:23 UTC
I was told that I obviously misunderstood comment 0, and that this bug is about images not being *displayed*. I interpreted it as images being loaded via HTTP instead of via HTTPS when using the secure server. That issue is tracked in bug 18496.

Sorry for the bugspam. :-(
Comment 4 JeLuF 2010-04-03 19:07:14 UTC
Fixed.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links