From: Brion Vibber Date: Thu, 30 Oct 2008 04:48:52 +0000 (+0000) Subject: Revert r42799, r42800 "(bug 1999) Add editable footer message, via [[MediaWiki:Footer... X-Git-Tag: 1.31.0-rc.0~44510 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=00c399a1b0f96afe8e9fa4c15edf27301269cb89;p=lhc%2Fweb%2Fwiklou.git Revert r42799, r42800 "(bug 1999) Add editable footer message, via [[MediaWiki:Footermessage]]" Full wiki parsing of messages is slow, thus not done on every page view on principle (eg sitenotice cache). --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index d78f94981a..ffbab167bb 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -701,7 +701,6 @@ XHTML id names. 'jumpto' => 'Jump to:', 'jumptonavigation' => 'navigation', 'jumptosearch' => 'search', -'footermessage' => '', # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations). 'aboutsite' => 'About {{SITENAME}}', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index c6ed286f27..40aed9955a 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -213,7 +213,6 @@ $wgMessageStructure = array( 'jumpto', 'jumptonavigation', 'jumptosearch', - 'footermessage', ), 'links' => array( 'aboutsite', diff --git a/skins/Modern.php b/skins/Modern.php index 068efb72a0..0120d37286 100644 --- a/skins/Modern.php +++ b/skins/Modern.php @@ -225,10 +225,6 @@ class ModernTemplate extends QuickTemplate { ?>
  • html($aLink) ?>
  • msgWiki('footermessage') ?>
  • - - html("poweredbyico"); ?> diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 0fc582fe75..db77791260 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -222,12 +222,8 @@ class MonoBookTemplate extends QuickTemplate { ?>
  • html($aLink) ?>
  • msgWiki('footermessage') ?>
  • - - - + html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>