r54692 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54691‎ | r54692 | r54693 >
Date:00:32, 10 August 2009
Author:demon
Status:ok
Tags:
Comment:
Fix some misnamed IDs from the AllMessages refactor.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -637,19 +637,19 @@
638638 .imagelist th.TablePager_sort { background-color: #ccccff }
639639
640640 /* Allmessages table */
641 -#allmessagestable .allmessages-customised td.am_default {
 641+#mw-allmessagestable .allmessages-customised td.am_default {
642642 background-color: #fcffc4;
643643 }
644644
645 -#allmessagestable tr.allmessages-customised:hover td.am_default {
 645+#mw-allmessagestable tr.allmessages-customised:hover td.am_default {
646646 background-color: #faff90;
647647 }
648648
649 -#allmessagestable td.am_actual {
 649+#mw-allmessagestable td.am_actual {
650650 background-color: #e2ffe2;
651651 }
652652
653 -#allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
 653+#mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
654654 background-color: #b1ffb1;
655655 }
656656
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1579,7 +1579,7 @@
15801580 * to ensure that client-side caches do not keep obsolete copies of global
15811581 * styles.
15821582 */
1583 -$wgStyleVersion = '235';
 1583+$wgStyleVersion = '236';
15841584
15851585
15861586 # Server-side caching:

Status & tagging log