Reverse a bad decision in r93820, which added a comment to WebRequest::getFullRequest...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 13:25:43 +0000 (13:25 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 13:25:43 +0000 (13:25 +0000)
commitf174bb0ad0928b4e01e82089d09a3bfc3dcc8b83
treef825735b679e25bbc0d3e2055b59dbc2a394e051
parentfbc65f8972fc08a410acd13cb7e3d39059cadcaf
Reverse a bad decision in r93820, which added a comment to WebRequest::getFullRequestURL() saying it would return protocol-relative URLs if $wgServer is protocol-relative. This behavior makes no sense, though, and most callers expect fully qualified URLs. So make it return a fully qualified URL and update the one caller that expected the return value would be compatible with getFullURL()
includes/WebRequest.php
includes/Wiki.php