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 @@
66
66
if( $relative ) {
67
67
return $title->getLocalUrl( $queryString );
68
68
} else {
69
- return $title->getFullUrl( $queryString );
69
+ return $title->getCanonicalUrl( $queryString );
70
70
}
71
71
}
72
72
Follow-up revisions
Revision
Commit summary
Author
Date
r99017
1.18wmf1: MFT
r99016
catrope
17:57, 5 October 2011
r99022
Actually fix
bug 31354
this time (hopefully): expand URLs in the permalink di...
catrope
18: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]