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

             Bug #: 28618
           Summary: {{filepath}} doesn not deluver full URL
           Product: MediaWiki
           Version: 1.18-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: Unprioritized
         Component: Page rendering
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: accnospam...@yahoo.de
    Classification: Unclassified


Instead of the full URL it only shows the part after Server.

Example from our Wiki:

{{filepath:Wiki.png}}

delivers : /images/b/bc/Wiki.png
should be: http://kamelopedia.mormo.org/images/b/bc/Wiki.png

r80813 broke it
[http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/parser/CoreParserFunctions.php?r1=80512&r2=80813&sortby=date]

line 639: $url = $file->getUrl();
I think should be: $url = $file->getFullUrl();

Sorry for my poor english ;)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to