Last modified: 2012-08-14 17:34:40 UTC
Wiki links should use relative links by default. This is more compact, and makes the DOM independent of config variables. All links in wiki pages where the title contains slashes should be prefixed with ../ so that all titles are absolute. Clients thus only need to strip any ../ prefixes to get normalized, absolute wiki link target. URLs in the web API should switch from interwiki prefixes like /mw:Foo to /mw/Foo. In general, URLs where the page title is not a path component can still be supported by setting the base href to an appropriate value.
Fix pushed for review in https://gerrit.wikimedia.org/r/#/c/18441/.
Merged.