r36352 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36351‎ | r36352 | r36353 >
Date:20:18, 16 June 2008
Author:raymond
Status:old
Tags:
Comment:
Add the other existing $skin.css/.js to the message files too to be consistent
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
@@ -1883,12 +1883,26 @@
18841884 ),
18851885 'stylesheets' => array(
18861886 'common.css',
 1887+ 'standard.css',
 1888+ 'nostalgia.css',
 1889+ 'cologneblue.css',
18871890 'monobook.css',
 1891+ 'myskin.css',
 1892+ 'chick.css',
 1893+ 'simple.css',
 1894+ 'modern.css',
18881895 'print.css',
18891896 ),
18901897 'scripts' => array(
18911898 'common.js',
 1899+ 'standard.js',
 1900+ 'nostalgia.js',
 1901+ 'cologneblue.js',
18921902 'monobook.js',
 1903+ 'myskin.js',
 1904+ 'chick.js',
 1905+ 'simple.js',
 1906+ 'modern.js',
18931907 ),
18941908 'metadata_cc' => array(
18951909 'nodublincore',
Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -194,10 +194,24 @@
195195 'image_sample',
196196 'media_sample',
197197 'common.css',
 198+ 'standard.css',
 199+ 'nostalgia.css',
 200+ 'cologneblue.css',
198201 'monobook.css',
 202+ 'myskin.css',
 203+ 'chick.css',
 204+ 'simple.css',
 205+ 'modern.css',
199206 'print.css',
200207 'common.js',
 208+ 'standard.js',
 209+ 'nostalgia.js',
 210+ 'cologneblue.js',
201211 'monobook.js',
 212+ 'myskin.js',
 213+ 'chick.js',
 214+ 'simple.js',
 215+ 'modern.js',
202216 'widthheight',
203217 'exif-fnumber-format',
204218 'exif-focallength-format',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2660,13 +2660,27 @@
26612661 'tooltip-upload' => 'Start upload',
26622662
26632663 # Stylesheets
2664 -'common.css' => '/* CSS placed here will be applied to all skins */', # only translate this message to other languages if you have to change it
2665 -'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
 2664+'common.css' => '/* CSS placed here will be applied to all skins */', # only translate this message to other languages if you have to change it
 2665+'standard.css' => '/* CSS placed here will affect users of the Standard skin */', # only translate this message to other languages if you have to change it
 2666+'nostalgia.css' => '/* CSS placed here will affect users of the Nostalgia skin */', # only translate this message to other languages if you have to change it
 2667+'cologneblue.css' => '/* CSS placed here will affect users of the Bologne Blue skin */', # only translate this message to other languages if you have to change it
 2668+'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
 2669+'myskin.css' => '/* CSS placed here will affect users of the Myskin skin */', # only translate this message to other languages if you have to change it
 2670+'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
 2671+'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
 2672+'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
 2673+'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
26672674
26682675 # Scripts
2669 -'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
2670 -'monobook.js' => '/* JavaScript here will be loaded for users using the MonoBook skin only. */', # only translate this message to other languages if you have to change it
 2676+'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
 2677+'standard.js' => '/* Any JavaScript here will be loaded for users using the Standard skin */', # only translate this message to other languages if you have to change it
 2678+'nostalgia.js' => '/* Any JavaScript here will be loaded for users using the Nostalgia skin */', # only translate this message to other languages if you have to change it
 2679+'cologneblue.js' => '/* Any JavaScript here will be loaded for users using the Bologne Blue skin */', # only translate this message to other languages if you have to change it
 2680+'monobook.js' => '/* Any JavaScript here will be loaded for users using the MonoBook skin */', # only translate this message to other languages if you have to change it
 2681+'myskin.js' => '/* Any JavaScript here will be loaded for users using the Myskin skin */', # only translate this message to other languages if you have to change it
 2682+'chick.js' => '/* Any JavaScript here will be loaded for users using the Chick skin */', # only translate this message to other languages if you have to change it
 2683+'simple.js' => '/* Any JavaScript here will be loaded for users using the Simple skin */', # only translate this message to other languages if you have to change it
 2684+'modern.js' => '/* Any JavaScript here will be loaded for users using the Modern skin */', # only translate this message to other languages if you have to change it
26712685
26722686 # Metadata
26732687 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.',

Status & tagging log