* (bug 16281) Show copyright system message on special pages
authorSam Reed <reedy@users.mediawiki.org>
Wed, 13 Jan 2010 13:14:02 +0000 (13:14 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 13 Jan 2010 13:14:02 +0000 (13:14 +0000)
Patch by Jools Wills

CREDITS
RELEASE-NOTES
includes/SkinTemplate.php

diff --git a/CREDITS b/CREDITS
index 728fce7..be67ad0 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -83,6 +83,7 @@ following names for their contribution to the product.
 * Jeremy Baron
 * Jidanni
 * Jimmy Xu
+* Jools Wills
 * Karun Dambietz
 * Kim Hyun-Joon
 * liangent
index 77a45e1..7b8085e 100644 (file)
@@ -296,6 +296,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   stops normal output
 * Send new password e-mail in users preference language
 * LanguageConverter now support nested using of manual convert syntax like "-{-{}-}-"
+* (bug 16281) Show copyright system message on special pages
 
 === Bug fixes in 1.16 ===
 
index cbe689f..c082502 100644 (file)
@@ -423,12 +423,6 @@ class SkinTemplate extends Skin {
 
                        $tpl->setRef( 'credits', $this->credits );
 
-               } elseif ( isset( $oldid ) && !isset( $diff ) ) {
-                       $tpl->set( 'copyright', $this->getCopyright() );
-                       $tpl->set( 'viewcount', false );
-                       $tpl->set( 'lastmod', false );
-                       $tpl->set( 'credits', false );
-                       $tpl->set( 'numberofwatchingusers', false );
                } else {
                        $tpl->set( 'copyright', false );
                        $tpl->set( 'viewcount', false );