r40605 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40604‎ | r40605 | r40606 >
Date:11:09, 8 September 2008
Author:raymond
Status:old
Tags:
Comment:
Per r40414: Add new CSS files to message files.
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
@@ -1970,6 +1970,8 @@
19711971 'chick.css',
19721972 'simple.css',
19731973 'modern.css',
 1974+ 'print.css',
 1975+ 'handheld.css',
19741976 ),
19751977 'scripts' => array(
19761978 'common.js',
Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -204,6 +204,8 @@
205205 'chick.css',
206206 'simple.css',
207207 'modern.css',
 208+ 'print.css',
 209+ 'handheld.css',
208210 'common.js',
209211 'standard.js',
210212 'nostalgia.js',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2818,6 +2818,8 @@
28192819 '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
28202820 '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
28212821 '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
 2822+'print.css' => '/* CSS placed here will affect the print output */', # only translate this message to other languages if you have to change it
 2823+'handheld.css' => '/* CSS placed here will affect handheld devices based on the skin configured in $wgHandheldStyle */', # only translate this message to other languages if you have to change it
28222824
28232825 # Scripts
28242826 '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
r40414* (bug 2889) MediaWiki:Print.css applies to the printable version...brion03:13, 4 September 2008