r36346 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36345‎ | r36346 | r36347 >
Date:19:41, 16 June 2008
Author:raymond
Status:old
Tags:
Comment:
Per r36308: Add print.css to the 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
@@ -1884,6 +1884,7 @@
18851885 'stylesheets' => array(
18861886 'common.css',
18871887 'monobook.css',
 1888+ 'print.css',
18881889 ),
18891890 'scripts' => array(
18901891 'common.js',
Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -195,6 +195,7 @@
196196 'media_sample',
197197 'common.css',
198198 'monobook.css',
 199+ 'print.css',
199200 'common.js',
200201 'monobook.js',
201202 'widthheight',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2662,6 +2662,7 @@
26632663 # Stylesheets
26642664 'common.css' => '/* CSS placed here will be applied to all skins */', # only translate this message to other languages if you have to change it
26652665 'monobook.css' => '/* CSS placed here will affect users of the Monobook skin */', # only translate this message to other languages if you have to change it
 2666+'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
26662667
26672668 # Scripts
26682669 '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

Follow-up revisions

RevisionCommit summaryAuthorDate
r36477Revert r36346 - 'print.css' message default value not needed since it's not u...brion19:41, 19 June 2008

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36308(bug 2889) MediaWiki:Print.css now applies to the printable versiondemon20:30, 15 June 2008

Status & tagging log