https://bugzilla.wikimedia.org/show_bug.cgi?id=30302

       Web browser: ---
             Bug #: 30302
           Summary: Lock icons on links in UploadWizard interface of
                    secure server
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: UploadWizard
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Created attachment 8902
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8902
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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to