From: Sam Reed Date: Thu, 10 Feb 2011 14:00:51 +0000 (+0000) Subject: * (bug 15905) Nostalgia skin could become more usable by including a Talk:link at... X-Git-Tag: 1.31.0-rc.0~32078 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=84ae3fefb3a4265f846404180b525857664e182c;p=lhc%2Fweb%2Fwiklou.git * (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" --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b3c16b7f4d..689ceeca62 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -133,6 +133,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Files with a mime type that does not match the extension are now properly thumbnailed * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs +* (bug 15905) Nostalgia skin could become more usable by including a Talk: + link at the top of the page === API changes in 1.18 === * (bug 26339) Throw warning when truncating an overlarge API result diff --git a/skins/Nostalgia.php b/skins/Nostalgia.php index 6bb2aed376..2df7ddfe3b 100644 --- a/skins/Nostalgia.php +++ b/skins/Nostalgia.php @@ -67,7 +67,8 @@ class NostalgiaTemplate extends LegacyTemplate { . $this->getSkin()->specialLink( 'Recentchanges' ); if ( $wgOut->isArticle() ) { - $s .= $sep . '' . $this->editThisPage() . '' . $sep . $this->historyLink(); + $s .= $sep . '' . $this->editThisPage() . '' . $sep . $this->talkLink() . + $sep . $this->historyLink(); } /* show links to different language variants */