r81887 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81886‎ | r81887 | r81888 >
Date:14:00, 10 February 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 15905) Nostalgia skin could become more usable by including a Talk:link at the top of the page

Shows next to Edit this page "Discuss this page"
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/Nostalgia.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Nostalgia.php
@@ -67,7 +67,8 @@
6868 . $this->getSkin()->specialLink( 'Recentchanges' );
6969
7070 if ( $wgOut->isArticle() ) {
71 - $s .= $sep . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->historyLink();
 71+ $s .= $sep . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->talkLink() .
 72+ $sep . $this->historyLink();
7273 }
7374
7475 /* show links to different language variants */
Index: trunk/phase3/RELEASE-NOTES
@@ -133,6 +133,8 @@
134134 * Files with a mime type that does not match the extension are now properly
135135 thumbnailed
136136 * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs
 137+* (bug 15905) Nostalgia skin could become more usable by including a Talk:
 138+ link at the top of the page
137139
138140 === API changes in 1.18 ===
139141 * (bug 26339) Throw warning when truncating an overlarge API result

Status & tagging log