Last modified: 2012-05-30 21:42:56 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 T32302, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 30302 - Lock icons on links in UploadWizard interface of secure server
Lock icons on links in UploadWizard interface of secure server
Status: RESOLVED WORKSFORME
Product: MediaWiki extensions
Classification: Unclassified
UploadWizard (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-08-09 22:20 UTC by Derk-Jan Hartman
Modified: 2012-05-30 21:42 UTC (History)
4 users (show)

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


Attachments
https lock symbols in interface (27.12 KB, image/png)
2011-08-09 22:20 UTC, Derk-Jan Hartman
Details

Description Derk-Jan Hartman 2011-08-09 22:20:29 UTC
Created attachment 8902 [details]
https lock symbols in interface

This is caused because these <a> elements use mw.Title.getUrl(), which will always output a fully qualified URL.

We should always output relative URLs in the Javascript, unless specifically requested otherwise.

Does not receive secure lock symbol or external link symbol
<a href="/relative" 


Does get an external link symbol or lock symbol:
<a href="[http|https]://fullurl
Comment 1 Mark Holmquist 2012-05-30 21:42:56 UTC
I couldn't reproduce this bug, so I'll just close it. Maybe it was fixed in mediawiki/core, because links, even full-on http:// links, to the same hostname shouldn't have an external link symbol. Anyway, WFM.

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


Navigation
Links