From: Roan Kattouw Date: Sat, 13 Aug 2011 17:35:28 +0000 (+0000) Subject: Add a RELEASE-NOTES note about protocol-relative URLs to the 1.18 RELEASE-NOTES.... X-Git-Tag: 1.31.0-rc.0~28291 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=d9425b1dd6201b6f7d6752596c8185d3e775a1ff;p=lhc%2Fweb%2Fwiklou.git Add a RELEASE-NOTES note about protocol-relative URLs to the 1.18 RELEASE-NOTES. Support for protocol-relative URLs is almost-there-but-not-quite at this point, so this is a little bit preliminary, but we will deploy this on WMF soon and merge all fixes to 1.18, so I figured it's better to put this in now before I forget. --- diff --git a/RELEASE-NOTES-1.18 b/RELEASE-NOTES-1.18 index 400a9443d7..0f71e53cb0 100644 --- a/RELEASE-NOTES-1.18 +++ b/RELEASE-NOTES-1.18 @@ -201,6 +201,7 @@ production. Configuration is similar to $wgAutopromote (see DefaultSettings.php) * The PerformRetroactiveAutoblock hook was added to allow overriding or complementing retroactive autoblock handling. This runs when blocking a user with the 'autoblock' option. +* MediaWiki now supports using protocol-relative URLs in links, interwiki targets and $wgServer === Bug fixes in 1.18 === * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)