Page MenuHomePhabricator

If set, fullurl should use $wgArticlePath to create URLs
Open, LowPublicFeature

Description

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.


Version: unspecified
Severity: enhancement

Details

Reference
bz35830

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:19 AM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz35830.
bzimport added a subscriber: Unknown Object (MLST).
Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:14 AM
Aklapper removed a subscriber: wikibugs-l-list.