MediaWiki r99016 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r99015‎ | r99016 (on ViewVC)‎ | r99017 >
Date:17:53, 5 October 2011
Author:catrope
Status:ok
Tags:
Comment:
(bug 31354) Make permalinks canonical, not protocol-relative.
Modified paths:

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

Rev.Commit 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

  • 08:55, 18 January 2012 Siebrand (talk | contribs) changed the tags for r99016 [removed: lqt]
  • 15:24, 24 December 2011 Nikerabbit (talk | contribs) changed the status of r99016 [removed: new added: ok]
  • 07:27, 23 December 2011 RobLa (talk | contribs) changed the tags for r99016 [added: lqt]