Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are now no...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 15:46:08 +0000 (15:46 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 15:46:08 +0000 (15:46 +0000)
commitd8a27337570dc22d138ddbc3ac9a3dee6880c96e
tree3f774cf818402b846fb1730cc032115571b1112e
parent16e540e5c3e07cb09f218d9bba2da9d41714b53d
Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are now no calls to wfExpandUrl() in core that rely on PROTO_CURRENT being the default. Also switch to using getCanonicalUrl() for.... rel="canonical" :D (I picked the right name, I KNEW IT)
includes/FileDeleteForm.php
includes/OutputPage.php
includes/actions/RevertAction.php
includes/api/ApiParse.php
includes/api/ApiQuery.php
includes/api/ApiQueryIWLinks.php
includes/api/ApiQueryImageInfo.php
includes/api/ApiQueryInfo.php
includes/api/ApiQueryLangLinks.php
includes/api/ApiQuerySiteinfo.php
includes/api/ApiRsd.php