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

       Web browser: ---
             Bug #: 35830
           Summary: If set, fullurl should use $wgArticlePath to create
                    URLs
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: Parser
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


If $wgArticlePath = "/w/$1"; then {{fullurl:Article|foo=bar}} should return
http://www.mywiki.com/w/Article?foo=bar 
and not
http://www.mywiki.com/realInstallationPath/index.php?title=Article&foo=bar
just like [[Article]] links do.

I see no reason for different handling between fullurl and [[link]].

$wgActionPaths does not apply here since fullurl can take all kinds of
parameters like foo=bar which can be used with urlget.

-- 
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