r36477 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36476‎ | r36477 | r36478 >
Date:19:41, 19 June 2008
Author:brion
Status:old
Tags:
Comment:
Revert r36346 - 'print.css' message default value not needed since it's not used (since it didn't work)
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messageTypes.inc (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1891,7 +1891,6 @@
18921892 'chick.css',
18931893 'simple.css',
18941894 'modern.css',
1895 - 'print.css',
18961895 ),
18971896 'scripts' => array(
18981897 'common.js',
Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -202,7 +202,6 @@
203203 'chick.css',
204204 'simple.css',
205205 'modern.css',
206 - 'print.css',
207206 'common.js',
208207 'standard.js',
209208 'nostalgia.js',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2673,7 +2673,6 @@
26742674 'chick.css' => '/* CSS placed here will affect users of the Chick skin */', # only translate this message to other languages if you have to change it
26752675 'simple.css' => '/* CSS placed here will affect users of the Simple skin */', # only translate this message to other languages if you have to change it
26762676 'modern.css' => '/* CSS placed here will affect users of the Modern skin */', # only translate this message to other languages if you have to change it
2677 -'print.css' => '/* CSS placed here will be applied to the printable version */', # only translate this message to other languages if you have to change it
26782677
26792678 # Scripts
26802679 'common.js' => '/* Any JavaScript here will be loaded for all users on every page load. */', # only translate this message to other languages if you have to change it

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36346Per r36308: Add print.css to the message filesraymond19:41, 16 June 2008

Status & tagging log