r99016 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99015‎ | r99016 | r99017 >
Date:17:53, 5 October 2011
Author:catrope
Status:ok
Tags:
Comment:
(bug 31354) Make permalinks canonical, not protocol-relative.
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/View.php
@@ -65,7 +65,7 @@
6666 if( $relative ) {
6767 return $title->getLocalUrl( $queryString );
6868 } else {
69 - return $title->getFullUrl( $queryString );
 69+ return $title->getCanonicalUrl( $queryString );
7070 }
7171 }
7272

Follow-up revisions

RevisionCommit summaryAuthorDate
r990171.18wmf1: MFT r99016catrope17:57, 5 October 2011
r99022Actually fix bug 31354 this time (hopefully): expand URLs in the permalink di...catrope18:38, 5 October 2011

Status & tagging log