mediawiki-extensions-Scribunto/engines
Mr. Stradivarius ad34c2bd94 Use protocol-relative URLs in mw.site.interwikiMap
At the moment, in mw.site.interwikiMap, URLs stored in the database
with relative protocols are converted to http or https depending
on the protocol of the user who last requested that the page be parsed.
However, this URL isn't updated for users pulling pages from the page
cache, so they may see links with an incorrect protocol. Module authors
can work round this by using mw.uri objects and the isProtocolRelative
property, but it would be simpler just to use relative URLs from the
outset.

Change-Id: If0a169cfd1597e09706fc0e6d5cdcc821ba8d06a
2014-12-26 20:28:49 +09:00
..
LuaCommon Use protocol-relative URLs in mw.site.interwikiMap 2014-12-26 20:28:49 +09:00
LuaSandbox Add more comments and type hints 2014-12-19 19:25:53 +00:00
LuaStandalone Add more comments and type hints 2014-12-19 19:25:53 +00:00